MAL-2026-10564

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

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

Source: amazon-inspector (be44655a47177f3740201ddb9dc66db080b9f665354c78bcebeb9a2da3b11b7f)

On npm install, the package's postinstall script (postinstall.js) reads os.hostname() and sends it as a query parameter in a plain-HTTP GET to a hardcoded bare IP: http://37.60.255.218/skybackground.png?display=<hostname>. The response body is piped to downloaded-image.jpg in the package directory, with redirects followed without validation, staging attacker-controlled bytes on disk. The package's advertised purpose is inconsistent across artifacts — README presents it as 'Simple Text Utils' (capitalize/reverse/wordCount), package.json describes an 'image downloader', and the exported API is only downloadImage. The author is the placeholder string 'Your Name'. The combination of an unsolicited installer-identifying beacon to a bare-IP HTTP endpoint at lifecycle time, attacker-controlled byte staging, and a cover-story mismatch is the install-time reconnaissance pattern.

Source: ghsa-malware (e69a48c7b693baaeff967d17d0e5c3d2b63264a12626f746d5988ad26f0a4823)

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-cc9r-4374-69qj",
            "import_time": "2026-07-14T05:59:59.642072629Z",
            "modified_time": "2026-07-14T05:13:20Z",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "sha256": "e69a48c7b693baaeff967d17d0e5c3d2b63264a12626f746d5988ad26f0a4823",
            "source": "ghsa-malware"
        },
        {
            "id": "IN-MAL-2026-010487",
            "import_time": "2026-07-14T13:35:47.649206551Z",
            "modified_time": "2026-07-14T12:47:07Z",
            "sha256": "be44655a47177f3740201ddb9dc66db080b9f665354c78bcebeb9a2da3b11b7f",
            "source": "amazon-inspector",
            "versions": [
                "2.0.0"
            ]
        },
        {
            "id": "IN-MAL-2026-010495",
            "import_time": "2026-07-14T13:35:48.709820649Z",
            "modified_time": "2026-07-14T12:48:12Z",
            "sha256": "d8cfd026e3df31920ccaa99f610c0d06370d603ef59bc8899d00c6eae1bf20df",
            "source": "amazon-inspector",
            "versions": [
                "6.0.0"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / micro-ui-loader

Package

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

Affected ranges

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

Affected versions

2.*
2.0.0
6.*
6.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"
    },
    {
        "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": "b7449f427f355c21986be4d594c62adfe556014672c5958c77ec7f2b5a815257",
            "tlsh": "12e0681dc961ae632acc9ed46d4f2905f69508070248bd1837eb01ac4bad23f607f66f"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/micro-ui-loader/MAL-2026-10564.json"