MAL-2026-15521

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/search-reservation/MAL-2026-15521.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-15521
Aliases
  • GHSA-j5xq-g44w-jh7c
Published
2026-08-28T23:11:39Z
Modified
2026-08-29T18:45:14Z
Summary
Malicious code in search-reservation (npm)
Details

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

Source: amazon-inspector (76642f0709b362fd800a9842b53bdb8f26413b9acf26562c4a5737c7bae3e856)

package.json declares a dependency whose key equals the package's own name (search-reservation) and whose value is the bare URL https://repo.securityctrl.com/search-reservation instead of a registry version range. On npm install, npm resolves this URL, downloads whatever tarball it returns, and installs it — unpinned, integrity-unchecked, and running any lifecycle scripts inside the fetched artifact. Whoever controls repo.securityctrl.com controls code executed on the installer's machine. The shipped index.js is an inert stub, so the manifest URL is the entire delivery mechanism. The self-named dependency shape also matches dependency-confusion targeting of an internal package named search-reservation.

Source: ghsa-malware (407e7f35bee6d984a7ca13076283f1f74f1a4e43d5672479472c4611c9d40401)

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-019069",
            "import_time": "2026-08-28T23:14:35.971297856Z",
            "modified_time": "2026-08-28T23:11:39Z",
            "sha256": "76642f0709b362fd800a9842b53bdb8f26413b9acf26562c4a5737c7bae3e856",
            "source": "amazon-inspector",
            "versions": [
                "55.0.0"
            ]
        },
        {
            "id": "GHSA-j5xq-g44w-jh7c",
            "import_time": "2026-08-29T18:26:29.969970048Z",
            "modified_time": "2026-08-29T18:13:36Z",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "sha256": "407e7f35bee6d984a7ca13076283f1f74f1a4e43d5672479472c4611c9d40401",
            "source": "ghsa-malware"
        }
    ]
}
References
Credits

Affected packages

npm / search-reservation

Package

Name
search-reservation
View open source insights on deps.dev
Purl
pkg:npm/search-reservation

Affected ranges

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

Affected versions

55.*
55.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": "12c5e9ae23f3d8184223117ef95d6cd12cc6537da30671cccd942661fe76a231",
            "tlsh": "f3e02c608a10223301e6235b88b898137328ce1b28043d0abfcb201c800edb36dff35c"
        }
    ],
    "package_integrity": [
        {
            "filename": "search-reservation-55.0.0.tgz",
            "hashes": {
                "sha1": "5b5d1aacea5a7eb8b4b6b4b2bc8ef4a34b145606",
                "sha512_sri": "sha512-OG+llMx+2Ml76IV7WpiNq0QqeMvXld2aaABw/SUCH9+HYJWhVjMA49xT5sTNTwfFYmtQSRJwkpaOAyb/HlgfLg=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/search-reservation/MAL-2026-15521.json"