MAL-2026-12800

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/sc-font-icons/MAL-2026-12800.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-12800
Published
2026-08-05T13:10:52Z
Modified
2026-08-05T14:37:20.119522655Z
Summary
Malicious code in sc-font-icons (npm)
Details

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

Source: amazon-inspector (1b8c91edd839dd00f2e58ad9296742f8c3c5ff126523bbd8ed7561fef7c8516e)

The package's preinstall script runs automatically on npm install and collects installer-side identifiers — os.hostname(), os.userInfo().username, process.cwd(), the configured npm registry, and CI repository slugs from GITHUB_REPOSITORY / CI_PROJECT_PATH — and sends them over plain HTTP GET to a hardcoded bare-IP endpoint at http://75.119.137.232:31337/depconfuse as query parameters. The version number (9999.0.0) and the beacon path (/depconfuse) are consistent with a dependency-confusion probe: the artifact exists to be pulled into internal builds that mis-resolve a private package name to the public registry, and to report back the internal package name, host, user, working directory, private registry URL, and repository slug of any environment that installs it. The destination is a bare IP with no TLS, unrelated to any legitimate npm publishing infrastructure, and the collected fields disclose internal repository and infrastructure naming to a third party.

Database specific
{
    "malicious-packages-origins": [
        {
            "modified_time": "2026-08-05T13:10:52Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-014914",
            "import_time": "2026-08-05T14:19:42.547221425Z",
            "sha256": "1b8c91edd839dd00f2e58ad9296742f8c3c5ff126523bbd8ed7561fef7c8516e",
            "versions": [
                "9999.0.0"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / sc-font-icons

Package

Affected ranges

Affected versions

9999.*
9999.0.0

Database specific

indicators
{
    "package_integrity": [
        {
            "filename": "sc-font-icons-9999.0.0.tgz",
            "hashes": {
                "sha512_sri": "sha512-fQ9fKYtsU/b7r3OYvXYdDDjFQraGQVw1pM2WdptDlaGCoMYhUO7I41c4jtZohtvK624CDDEizgkT3o/s0rmdJw==",
                "sha1": "b86463c88fb1e47f18c420558dd82f9c7af6345a"
            }
        }
    ],
    "evidence_files": [
        {
            "tlsh": "5e119eb9c68c0c3409c31b8479686c1eb8fbd29233c294917f2d71d26bb227046b75bd",
            "sha256": "21abebeed7d7ece7967e9f0eca4fb25cfe6ec647be4a2c3da0c628cdda98a275",
            "path": "callback.js"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/sc-font-icons/MAL-2026-12800.json"
cwes
[
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    }
]