MAL-2026-15523

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/sycm-vendors/MAL-2026-15523.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-15523
Aliases
  • GHSA-7h72-24vr-wrf6
Published
2026-08-28T23:11:31Z
Modified
2026-08-29T18:45:14Z
Summary
Malicious code in sycm-vendors (npm)
Details

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

Source: amazon-inspector (b6a876475c44d594b90a19bc6c9bb3d5be6f6d0a19091218ef5e03f92e1b86e1)

package.json declares a self-named dependency 'sycm-vendors' whose source is the bare URL https://repo.securityctrl.com/sycm-vendors rather than a registry version range, with no version pin and no integrity hash. On npm install, npm resolves this URL and installs whatever tarball the host returns, executing any lifecycle scripts contained in that tarball. The dependency key equals the package's own name (dependency-confusion shape), and the shipped index.js is an inert stub, so the manifest is the entire payload-delivery mechanism — control of repo.securityctrl.com equates to arbitrary code execution on any installer.

Source: ghsa-malware (c575a939b8ec452185b6ffb058fdb8a8173a608eb21d1b7c35a6147ab19003aa)

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-019068",
            "import_time": "2026-08-28T23:14:35.889650978Z",
            "modified_time": "2026-08-28T23:11:31Z",
            "sha256": "b6a876475c44d594b90a19bc6c9bb3d5be6f6d0a19091218ef5e03f92e1b86e1",
            "source": "amazon-inspector",
            "versions": [
                "55.0.0"
            ]
        },
        {
            "id": "GHSA-7h72-24vr-wrf6",
            "import_time": "2026-08-29T18:26:29.950334276Z",
            "modified_time": "2026-08-29T18:13:37Z",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "sha256": "c575a939b8ec452185b6ffb058fdb8a8173a608eb21d1b7c35a6147ab19003aa",
            "source": "ghsa-malware"
        }
    ]
}
References
Credits

Affected packages

npm / sycm-vendors

Package

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": "99f09fc1e47dc34f3c18f53edb28509c3323476661304ead7ca2e877e82f2b9a",
            "tlsh": "54e0c2244a11a2b30dca625f88bdc45773158e5b14147c8992eb051c818d9b36afe35c"
        }
    ],
    "package_integrity": [
        {
            "filename": "sycm-vendors-55.0.0.tgz",
            "hashes": {
                "sha1": "699ad610dff53557e935249118b67b6437927c5e",
                "sha512_sri": "sha512-25lugCFOcUp6nGzNfuSHXWM1ZHbyeGZbgJB+wBuJK3LhFUGinOsZOLnxvQ4S6ZXlBqZJJNpSMetoLuhiZYRL6A=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/sycm-vendors/MAL-2026-15523.json"