MAL-2026-5447

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/localization-lib/MAL-2026-5447.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-5447
Aliases
  • GHSA-2qhv-h564-p9rm
Published
2026-06-09T17:23:58Z
Modified
2026-07-10T17:02:01.673063471Z
Summary
Malicious code in localization-lib (npm)
Details

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

Source: amazon-inspector (bf143361939feffe7099c14acc7cf41a401681481e932e15d6054dde49e88f94)

localization-lib@99.9.1 is an empty shell package: index.js is module.exports = {} and package.json has no description or author. Its dependencies declares "ltidisafe": "https://ltidi.storage.googleapis.com/depenconf/ltidisafe-3.0.1.tgz", resolving a transitive dependency directly from a third-party Google Cloud Storage bucket rather than the npm registry. On npm install, npm fetches and installs that opaque tarball and executes any lifecycle hooks it declares on the installer's machine. The version 99.9.1 is the canonical outranking-version pattern used in dependency-confusion attacks to override a legitimate internally-named package, and the URL path literally contains the token depenconf. The package has no functional purpose other than smuggling this off-registry dependency into the installer's environment.

Source: ghsa-malware (401dface4dee0f5b93603c52d947b3e856983c806dca6453edc9efef6afa482b)

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": [
        {
            "import_time": "2026-06-09T17:45:50.052115617Z",
            "source": "amazon-inspector",
            "modified_time": "2026-06-09T17:23:59Z",
            "sha256": "bcd25156cfc8d9cd6b46f2b84b7212acd8a139ae38c964302332104a0fb44067",
            "id": "IN-MAL-2026-005032",
            "versions": [
                "99.9.1"
            ]
        },
        {
            "import_time": "2026-06-09T17:45:50.011647696Z",
            "sha256": "bf143361939feffe7099c14acc7cf41a401681481e932e15d6054dde49e88f94",
            "modified_time": "2026-06-09T17:23:58Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-005031",
            "versions": [
                "99.9.1"
            ]
        },
        {
            "import_time": "2026-07-10T16:54:13.214224483Z",
            "sha256": "401dface4dee0f5b93603c52d947b3e856983c806dca6453edc9efef6afa482b",
            "modified_time": "2026-07-10T16:24:50Z",
            "source": "ghsa-malware",
            "id": "GHSA-2qhv-h564-p9rm",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ]
        }
    ]
}
References
Credits

Affected packages

npm / localization-lib

Package

Affected ranges

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

Affected versions

99.*
99.9.1

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/localization-lib/MAL-2026-5447.json"
indicators
{
    "evidence_files": [
        {
            "sha256": "06c48f97c3211303018b41898b75a95ec22815e4487f432004f31a4f8ccb40b6",
            "tlsh": "68e07d60452155334ec511f24c2a5007f3704e8f0408fc0c2aeb041c408db732cf935c",
            "path": "package.json"
        }
    ],
    "domains": [
        "7363616e2d666136323231393661313133.localization-lib.s92cjl59eyq3iiumth678evix930yopce.oastify.com",
        "2f686f6d652f7363616e.localization-lib.s92cjl59eyq3iiumth678evix930yopce.oastify.com",
        "ltidi.storage.googleapis.com",
        "7363616e.localization-lib.s92cjl59eyq3iiumth678evix930yopce.oastify.com"
    ],
    "package_integrity": [
        {
            "filename": "localization-lib-99.9.1.tgz",
            "hashes": {
                "sha1": "f37184c90e9db6f936e12b5448fe7607a3509536",
                "sha512_sri": "sha512-K72q+mf8xeug5pj8xfWSbk9cPySIDB3DIdFafT+f/QOPgSfzB9/+gttZoGDB5TfYedXRF3Z4tMJsO9gfe/0+sA=="
            }
        }
    ]
}
cwes
[
    {
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature."
    },
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    }
]