MAL-2026-15533

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/data-value/MAL-2026-15533.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-15533
Aliases
  • GHSA-rq5q-gpqf-p4vp
Published
2026-08-28T23:15:06Z
Modified
2026-08-29T18:45:15Z
Summary
Malicious code in data-value (npm)
Details

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

Source: amazon-inspector (aa1f0fee2d6635331e603f520ba2954b11ac9e85bbd5b66f27c18be5940c3041)

package.json declares the package's own name 'data-value' as a dependency whose source is an arbitrary HTTPS URL (https://repo.securityctrl.com/data-value) rather than a registry version range. On npm install, npm fetches whatever bytes that URL returns and runs any lifecycle scripts inside the fetched tarball, with no version pin and no integrity check. The dependency key matching the package's own name is a dependency-confusion shape that forces resolution to this off-registry source. The shipped index.js is an inert stub, so the manifest line itself is the entire published payload — whoever controls repo.securityctrl.com controls code executed on the installer's machine at install time.

Source: ghsa-malware (bf57f0b6a91c2bf9b6ecdda0ab27b173bfa0bbd9a9b803e051b94f3c929ab516)

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-019092",
            "import_time": "2026-08-28T23:38:04.491488911Z",
            "modified_time": "2026-08-28T23:15:06Z",
            "sha256": "aa1f0fee2d6635331e603f520ba2954b11ac9e85bbd5b66f27c18be5940c3041",
            "source": "amazon-inspector",
            "versions": [
                "45.0.0"
            ]
        },
        {
            "id": "GHSA-rq5q-gpqf-p4vp",
            "import_time": "2026-08-29T18:26:29.984332245Z",
            "modified_time": "2026-08-29T18:13:37Z",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "sha256": "bf57f0b6a91c2bf9b6ecdda0ab27b173bfa0bbd9a9b803e051b94f3c929ab516",
            "source": "ghsa-malware"
        }
    ]
}
References
Credits

Affected packages

npm / data-value

Package

Affected ranges

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

Affected versions

45.*
45.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": "package.json",
            "sha256": "847eb7cb6da7b25af7ee827a08e581a50da4d03695557641352e5b4353a1b16e",
            "tlsh": "42e0c2346951133349c701966c39885773117f5f90047c4992db14188a4deb3b8fa35d"
        }
    ],
    "package_integrity": [
        {
            "filename": "data-value-45.0.0.tgz",
            "hashes": {
                "sha1": "cc2160459be04a9fbba93004367e97462e383733",
                "sha512_sri": "sha512-6Bo1wSgQXWiM/KkLlTGDcaB480CPErCQjIerOJSGU0li5tGyM2V6XP6ousL3HSNxvBr2XbiplTOYnMfN9cUa2A=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/data-value/MAL-2026-15533.json"