MAL-2026-14028

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/alelo-utils/MAL-2026-14028.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-14028
Published
2026-08-14T14:12:05Z
Modified
2026-08-14T14:46:35.794975695Z
Summary
Malicious code in alelo-utils (npm)
Details

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

Source: amazon-inspector (5b1fd03e0ca4d5452b6a5d6aa2880a9c711021e287eaae056e68f70f6aedc926)

On npm install, preinstall.js collects hostname, username, platform, cwd and the full process.env and POSTs the JSON body to https://209.99.185.109/preinstall with TLS verification disabled (rejectUnauthorized:false). A companion postinstall/index.js path reads.env,.npmrc, package.json, and parent-directory.env files (../.env,../../.env), runs whoami/id via child_process, and POSTs the collected contents to https://209.99.185.109/postinstall over the same TLS-disabled channel. The destination is a bare IPv4 endpoint unrelated to any documented publisher. Package metadata shows a dependency-confusion shape: name alelo-utils published at version 99.0.0, and a bundled login.ps1 references an npm publish workflow under the personal account oxy12@proton.me, which does not match the claimed 'Alelo Dev Team' author..npmrc typically contains npm _authToken values and.env commonly holds cloud/API credentials, so this install-time flow directly exfiltrates installer credentials.

Database specific
{
    "malicious-packages-origins": [
        {
            "id": "IN-MAL-2026-017760",
            "import_time": "2026-08-14T14:28:06.785792408Z",
            "sha256": "5b1fd03e0ca4d5452b6a5d6aa2880a9c711021e287eaae056e68f70f6aedc926",
            "versions": [
                "99.0.0"
            ],
            "source": "amazon-inspector",
            "modified_time": "2026-08-14T14:12:05Z"
        }
    ]
}
References
Credits

Affected packages

npm / alelo-utils

Package

Affected ranges

Affected versions

99.*
99.0.0

Database specific

cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506"
    }
]
indicators
{
    "evidence_files": [
        {
            "path": "preinstall.js",
            "tlsh": "2ff002f041b9f2f07af5a6c0b067982261b3e1103917bcf0c9d841456b8f4681173cf1",
            "sha256": "d753bcad41ebf25fd1393ca3e6690c5213b956305ad9c50aa968b717ae7aec37"
        },
        {
            "path": "index.js",
            "tlsh": "4c21e1f067a4a3b07ab556d4e1ae50006263e2123d26b6f0b5d801917b1997815b3db0",
            "sha256": "27b0b358d7bdb88d005f7ac164dff32b13f7ac2c52eea12495e29aac286d3b65"
        },
        {
            "path": "package.json",
            "tlsh": "36e026384913de632acc1a98291a140125e00ecb0584b824228f011812ea6b3c0ff20b",
            "sha256": "c17a9b9b3f906537b71e3833721548405256a8b8f1d19fb805eb0c2eaff0699a"
        }
    ],
    "package_integrity": [
        {
            "filename": "alelo-utils-99.0.0.tgz",
            "hashes": {
                "sha1": "36fdf638a68ad12f15e495dad783b6ebf77ba5c0",
                "sha512_sri": "sha512-J+AfwwTBqaRLPPoCPxU0fELubFmPovJ0+4Os3Urr0cqUwsek2j9UmJ3VJEBq/70wo/fYfm9OVB+6dztOa65eYA=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/alelo-utils/MAL-2026-14028.json"