MAL-2026-12467

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/streak-int-lib/MAL-2026-12467.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-12467
Aliases
  • GHSA-266j-4pvf-xhwr
Published
2026-08-05T12:31:12Z
Modified
2026-08-26T01:14:23Z
Summary
Malicious code in streak-int-lib (npm)
Details

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

Source: amazon-inspector (0acd9bdc8d6474a54b3c985b8472cd50295130d12029de1a8a10175f9be8bb35)

streak-int-lib@1.0.0 ships an x86-64 ELF binary as a base64 blob disguised as configuration data (defaultConfig.data joined into embeddedService in index.mjs). On module import, top-level code invokes initializeBackgroundService(), which decodes the blob, writes it to ~/.config/systemd/user/index with mode 0755, and spawns it via child_process.spawn with detached:true, stdio ignored, and proc.unref() so the native process outlives Node. The decoded binary contains TLS/networking symbols (SSL_write, SSL_connect, TLS_client_method, getaddrinfo, gethostname, setsid), indicating a network-capable backgrounded payload. Cover-story comments describe the side effect as a benign 'startup self-check' that 'touches no network and no filesystem', contradicting the observed behavior. The package's declared calendar-math purpose has no need for a bundled ELF or a systemd-path persistence artifact.

Source: ghsa-malware (dffd7a66bce43c28a04ae46c2376eeb72996bc7b3a32391e28a157e9c3b11d88)

Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.

Database specific
{
    "malicious-packages-origins": [
        {
            "id": "IN-MAL-2026-014688",
            "import_time": "2026-08-05T13:08:37.663209819Z",
            "modified_time": "2026-08-05T12:31:12Z",
            "sha256": "0acd9bdc8d6474a54b3c985b8472cd50295130d12029de1a8a10175f9be8bb35",
            "source": "amazon-inspector",
            "versions": [
                "1.0.0"
            ]
        },
        {
            "id": "GHSA-266j-4pvf-xhwr",
            "import_time": "2026-08-25T15:30:22.766709263Z",
            "modified_time": "2026-08-25T14:48:36Z",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "sha256": "dffd7a66bce43c28a04ae46c2376eeb72996bc7b3a32391e28a157e9c3b11d88",
            "source": "ghsa-malware"
        }
    ]
}
References
Credits

Affected packages

npm / streak-int-lib

Package

Name
streak-int-lib
View open source insights on deps.dev
Purl
pkg:npm/streak-int-lib

Affected ranges

Type
SEMVER
Events
Introduced
0 Unknown introduced version / All previous versions are affected

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"
    },
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    }
]
indicators
{
    "evidence_files": [
        {
            "path": "index.mjs",
            "sha256": "7161fea1d7017f8ee2824550283cc6f4551a42d75f9da3c730bc90808df61831",
            "tlsh": "24935af696873c92a5b11c68d64638082d6c65432139c06afecc63ebb7e5160cf6ecf5"
        }
    ],
    "package_integrity": [
        {
            "filename": "streak-int-lib-1.0.0.tgz",
            "hashes": {
                "sha1": "93dc678e84a7b80b0f6d2726582ec802632803f9",
                "sha512_sri": "sha512-3GCXV+4UBMcqHbrxjpl6Kk2miMrzdURXQvh6VV44ImrvMqKSAtBo8g1abW6jAbXohI1W3rJYhsLtXuWZ6sSaWg=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/streak-int-lib/MAL-2026-12467.json"