MAL-2026-15534

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/firestore-lite/MAL-2026-15534.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-15534
Aliases
  • GHSA-q556-gm72-jcp7
Published
2026-08-28T23:15:40Z
Modified
2026-08-29T18:45:18.055207230Z
Summary
Malicious code in firestore-lite (npm)
Details

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

Source: amazon-inspector (3242d5a15b769961bcc2e6d24747a7da27e2afd293ea83e6b042eceeb4b97de2)

package.json declares a single dependency whose value is a bare HTTP URL (https://repo.securityctrl.com/firestore-lite) rather than a registry version range. On npm install, npm fetches and installs whatever tarball that URL returns, running any lifecycle scripts contained in it, with no version pin and no integrity check. The dependency key is the package's own name, a dependency-confusion shape, and the shipped index.js is an inert stub — the manifest line is the entire published payload. The package name mimics the legitimate Firebase 'firestore-lite' module, and the version 45.0.0 is implausibly high for that name, consistent with an attempt to win version resolution against an internal package.

Source: ghsa-malware (173024ccc1c62283cf7d799ef12496c97798bf0133ee658422ca6baa8b0bb16f)

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-019096",
            "modified_time": "2026-08-28T23:15:40Z",
            "import_time": "2026-08-28T23:38:04.914522645Z",
            "source": "amazon-inspector",
            "sha256": "3242d5a15b769961bcc2e6d24747a7da27e2afd293ea83e6b042eceeb4b97de2",
            "versions": [
                "45.0.0"
            ]
        },
        {
            "id": "GHSA-q556-gm72-jcp7",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ],
            "modified_time": "2026-08-29T18:13:37Z",
            "import_time": "2026-08-29T18:26:29.97923429Z",
            "source": "ghsa-malware",
            "sha256": "173024ccc1c62283cf7d799ef12496c97798bf0133ee658422ca6baa8b0bb16f"
        }
    ]
}
References
Credits

Affected packages

npm / firestore-lite

Package

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": "firestore-lite-45.0.0.tgz",
            "hashes": {
                "sha512_sri": "sha512-2i64waQ0FrVUrzD5NHzwwMqPx4T94ocFMoQnDyg3CsEzLTMXEUwUXhl2M312hbYcXZaupRLAZflrrOZ0/rU/3Q==",
                "sha1": "2b1b3449ac8f817b16e58eb6a8c6de9fe28e0405"
            }
        }
    ],
    "evidence_files": [
        {
            "path": "package.json",
            "tlsh": "ace0c22659922e7309c741d7ac79845773115f9f40587c49e2cb441c815dab36aff37c",
            "sha256": "98556ecf61d566648f860c47518b47958c4ce6bbe4fa1d09c5022bb3a099035e"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/firestore-lite/MAL-2026-15534.json"