MAL-2026-16072

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/easypanel-agent/MAL-2026-16072.json
JSON Data
https://api.test.osv.dev/v1/vulns/MAL-2026-16072
Published
2026-09-09T05:33:53Z
Modified
2026-09-09T05:45:04Z
Summary
Malicious code in easypanel-agent (npm)
Details

-= Per source details. Do not edit below this line.=-

Source: amazon-inspector (7eb103b6863369372ba8c07701264f8b0f6b57e3217e07912c8efbd9371c648f)

The package's preinstall lifecycle script (preinstall.js) executes automatically on npm install and collects the installer's hostname, OS username, current working directory, and CI-related environment variable names. The collected data is base64-encoded and transmitted to a hardcoded out-of-band collector under lyomeri.com via both a DNS lookup (encoding data into a subdomain label under easypanel-agent..oob.lyomeri.com) and an HTTP GET request to the same host. The package's main entry, index.js, is an empty stub (module.exports = {}), so the install-time beacon is the sole functional behavior. The package name mimics the 'easypanel' product, consistent with a dependency-confusion or typosquat delivery vehicle. An in-source comment self-labeling the code as a 'benign canary' does not change that installer-controlled data leaves the machine without consent to an author-controlled endpoint.

Database specific
{
    "malicious-packages-origins": [
        {
            "id": "IN-MAL-2026-019844",
            "import_time": "2026-09-09T05:40:09.223404495Z",
            "modified_time": "2026-09-09T05:33:53Z",
            "sha256": "7eb103b6863369372ba8c07701264f8b0f6b57e3217e07912c8efbd9371c648f",
            "source": "amazon-inspector",
            "versions": [
                "1.0.0"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / easypanel-agent

Package

Name
easypanel-agent
View open source insights on deps.dev
Purl
pkg:npm/easypanel-agent

Affected ranges

Affected versions

1.*
1.0.0

Database specific

cwes
[
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    }
]
indicators
{
    "evidence_files": [
        {
            "path": "preinstall.js",
            "sha256": "6745680ca88308fb2edbf23730172f4d404e4e3695eabfe67201720b50448706",
            "tlsh": "dd1127b0d16092bd056162c0755a46929177dfd130e2c9d0782a66415fe26d20ff38fd"
        },
        {
            "path": "package.json",
            "sha256": "6ab489785ad4c80976a569e42e8e3a9e87f6582414c5ed6b24ebd65d74977848",
            "tlsh": "46c02b380b12f8b22bc08fd57d17884c60ff5611106e9c04d5d3152580e73de99af20f"
        }
    ],
    "package_integrity": [
        {
            "filename": "easypanel-agent-1.0.0.tgz",
            "hashes": {
                "sha1": "a116d2ec3930b34008b689cb11ce9e821bfb87fd",
                "sha512_sri": "sha512-0YmgqL7NXlYDsNErQVqXyHc/jo9qOXSnfvmfEJ000cUn5h/Z8kksQNG7/rahiDcXTTOMYcZgCfBLb1tMU8zEsA=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/easypanel-agent/MAL-2026-16072.json"