MAL-2026-10557

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@cw-ui/micro-ui-loader/MAL-2026-10557.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-10557
Aliases
  • GHSA-fq95-jj7h-pj3w
Published
2026-07-14T05:12:39Z
Modified
2026-07-14T13:49:32Z
Summary
Malicious code in @cw-ui/micro-ui-loader (npm)
Details

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

Source: amazon-inspector (b558c8d90850ea9817e236b445ba2bc1020a35a81a099a5e1575ef705b00bd39)

On npm install, postinstall.js reads the installer's hostname via os.hostname() and sends it as a query parameter to a hardcoded bare-IP HTTP endpoint: http://37.60.255.218/skybackground.png?display=${encodeURIComponent(displayProfile)}. The response is saved locally as downloaded-image.jpg as a cover story. The package's README advertises 'Simple Text Utils' for string operations (capitalize/reverse/wordCount), and index.js exports only downloadImage — neither matches the stated purpose. The author field is the placeholder 'Your Name'. The combination of hardcoded bare-IP destination, plain HTTP, install-time auto-execution, host-identifier exfiltration, README/behavior mismatch, and placeholder metadata is a recon beacon shape, not legitimate functionality. Installing this package leaks the host's identifier to an attacker-controlled IP without consent.

Source: ghsa-malware (b1da608bf8cf981168018faac5288cb977566ce3a7444ab445fb285003137ee6)

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": "GHSA-fq95-jj7h-pj3w",
            "import_time": "2026-07-14T05:59:59.648558812Z",
            "modified_time": "2026-07-14T05:13:19Z",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "sha256": "b1da608bf8cf981168018faac5288cb977566ce3a7444ab445fb285003137ee6",
            "source": "ghsa-malware"
        },
        {
            "id": "IN-MAL-2026-010492",
            "import_time": "2026-07-14T13:35:48.24589537Z",
            "modified_time": "2026-07-14T12:47:48Z",
            "sha256": "b558c8d90850ea9817e236b445ba2bc1020a35a81a099a5e1575ef705b00bd39",
            "source": "amazon-inspector",
            "versions": [
                "2.0.0"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / @cw-ui/micro-ui-loader

Package

Name
@cw-ui/micro-ui-loader
View open source insights on deps.dev
Purl
pkg:npm/%40cw-ui/micro-ui-loader

Affected ranges

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

Affected versions

2.*
2.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": "postinstall.js",
            "sha256": "a15f7319b6bef6ea33ad8ad401aaa5939576703b28f329fdb086b5a8b01d1868",
            "tlsh": "594165a919f341381233a0ea7e5b9d2af2538903314ccf0435cc95119fc2fb846aa3ae"
        },
        {
            "path": "package.json",
            "sha256": "5a4a5b0fb9d66226f91d878b43d3f1cc0f7c1fff4285a9444c622806be4a309f",
            "tlsh": "aee0a22dc820aa6329c84a907e5b2901b29908030208bc0827eb00ac0bae23f507f26e"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@cw-ui/micro-ui-loader/MAL-2026-10557.json"