MAL-2026-14277

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/o0o9/MAL-2026-14277.json
JSON Data
https://api.test.osv.dev/v1/vulns/MAL-2026-14277
Published
2026-08-19T07:21:14Z
Modified
2026-08-19T08:00:10.823462322Z
Summary
Malicious code in o0o9 (npm)
Details

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

Source: amazon-inspector (a1d425848ef7172faf5f84ff9bd9017bf3ab1eb2343a5301ff0df1711d091118)

The package's main entry index.js imports child_process at the top of the file and invokes spawn("powershell",...) as a top-level side effect (line 27). Loading the module via require/import causes an unprompted PowerShell process to launch on the installer's machine, which is a Windows-focused code execution vector wholly unrelated to any legitimate library function. This is the shape of an install/import-time execution payload rather than an API a caller must opt into.

Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-08-19T07:48:47.011656424Z",
            "source": "amazon-inspector",
            "modified_time": "2026-08-19T07:21:23Z",
            "sha256": "a1d425848ef7172faf5f84ff9bd9017bf3ab1eb2343a5301ff0df1711d091118",
            "id": "IN-MAL-2026-018390",
            "versions": [
                "1.8.0"
            ]
        },
        {
            "import_time": "2026-08-19T07:48:46.555687629Z",
            "source": "amazon-inspector",
            "modified_time": "2026-08-19T07:21:14Z",
            "id": "IN-MAL-2026-018389",
            "sha256": "dc07d1bcb92034037f41bf30cf6bd67f5313276df6aeef3a805d4b52d757e22b",
            "versions": [
                "2.0.1"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / o0o9

Package

Affected ranges

Affected versions

1.*
1.8.0
2.*
2.0.1

Database specific

indicators
{
    "package_integrity": [
        {
            "hashes": {
                "sha512_sri": "sha512-WL73hRdoiMONJnxdZnOQgCJgCjF8vKEL/qo3QYe1sNLmRPUes3VF4de7lYLQGCFQOtySVoWedabEsS8Atb8PgA==",
                "sha1": "f184b39b51a2634201d269dd8dcdaa1657264b37"
            },
            "filename": "o0o9-2.0.1.tgz"
        }
    ],
    "evidence_files": [
        {
            "path": "index.js",
            "sha256": "3d021550c3cc60b53cc3ba05c56418eb3012fca19f2496a156c6730736a47a93",
            "tlsh": "1e318736639b6d34a2314990a856642b689fc130736424d0d51c713bff1b83b42779dd"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/o0o9/MAL-2026-14277.json"
cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    },
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    }
]