MAL-2026-15510

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/integration-amplitude/MAL-2026-15510.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-15510
Aliases
  • GHSA-m5fj-7mm7-mg9p
Published
2026-08-28T23:12:22Z
Modified
2026-08-29T18:45:17.010363360Z
Summary
Malicious code in integration-amplitude (npm)
Details

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

Source: amazon-inspector (dcd9ffdf0c07f64af4034ec76aea284a6290f4633f2c80eefa65579c1a297bfb)

package.json declares the package's own name as a dependency whose source is the bare HTTPS URL https://repo.securityctrl.com/integration-amplitude rather than a registry version range. On npm install, npm fetches whatever bytes that host serves and installs them, executing any lifecycle scripts contained inside, with no version pin and no integrity check. The shipped index.js is a 3-line stub, so this manifest line is the sole install-time code path. The dependency key matching the package's own name is the dependency-confusion shape, and the implausibly high version (45.0.0) is consistent with an attempt to win resolution against an internal package of the same name. Whoever controls repo.securityctrl.com controls code executed on the installer's machine.

Source: ghsa-malware (9355f2b23d83eb7217100822c577c53dd8566a86c97ebf0b2f945c6558688145)

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-019074",
            "source": "amazon-inspector",
            "import_time": "2026-08-28T23:14:36.374971967Z",
            "modified_time": "2026-08-28T23:12:22Z",
            "sha256": "dcd9ffdf0c07f64af4034ec76aea284a6290f4633f2c80eefa65579c1a297bfb",
            "versions": [
                "45.0.0"
            ]
        },
        {
            "id": "GHSA-m5fj-7mm7-mg9p",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ],
            "source": "ghsa-malware",
            "import_time": "2026-08-29T18:26:29.973291972Z",
            "modified_time": "2026-08-29T18:13:39Z",
            "sha256": "9355f2b23d83eb7217100822c577c53dd8566a86c97ebf0b2f945c6558688145"
        }
    ]
}
References
Credits

Affected packages

npm / integration-amplitude

Package

Name
integration-amplitude
View open source insights on deps.dev
Purl
pkg:npm/integration-amplitude

Affected ranges

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

Affected versions

45.*
45.0.0

Database specific

cwes
[
    {
        "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"
    }
]
indicators
{
    "package_integrity": [
        {
            "filename": "integration-amplitude-45.0.0.tgz",
            "hashes": {
                "sha512_sri": "sha512-tDC0/D1HEMVY/XFpY3YVJBcFlIHAeS2y9lp1dZbJlBr28/jhicX0DkzdnQRmL7yFEqXYLd3U4FG0zBzONKZiHg==",
                "sha1": "1df6980872d74b3fbd493cb05a11cbe4e9d46083"
            }
        }
    ],
    "evidence_files": [
        {
            "path": "package.json",
            "tlsh": "11e02654091246335aca0947187d8413b232cebf00443c0663eb891c91ce5b369fe34c",
            "sha256": "34d8901d9e7b90fefbfe26ffc3a80e7d10f416adc49806b0aeb5fecf2c6be260"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/integration-amplitude/MAL-2026-15510.json"