VDB
GCVE-110-OSM-2026-8883
GCVE-110-OSM-2026-8883
Advisory PublishedCVSS 8.8/10
The package describes itself as "A utility package that reports runtime errors to Sentry using @sentry/node.". However, this is a malicious package which has a preinstall hook that installs dependencies and immediately executes `examples/verify.js`, which in turn loads `src/index.js` — code that runs on every install without user consent. The `dynamic-code-execution` finding (`exec(body)`) in `src/index.js` exfils system and user data and then exfils it to a sentry endpoint.
Unfortunately, that's just the first stage; the second stage is that this package installs the known DPRK malicious package base58-core, which is a cryptostealer and RAT.
ENTRY
examples/verify.js (install-hook: npm install @sentry/node && node examples/verify.js)
- Install Hook Executes Local JS File in package.json
EXFIL
- Suspicious Domain in src/index.js: "https://1.1.1.1"
- uses the legitimate https://1.1.1.1/cdn-cgi/trace url to identify public IP
ADDITIONAL FINDINGS
- Dynamic Code Execution in src/index.js: "exec(body)"
- imports the malicious base58-core package in index.js
PAYLOAD FILES
src/index.js
INDICATORS (IOCs)
Weaknesses (CWE)
CWE-506Embedded Malicious Code
Risk Scores
CVSS 3.1
8.8/10
High · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Affected Products
| Vendor | Product | Versions | Platforms |
|---|---|---|---|
| unknown | iot-kfh-s3 | all (affected) | — |
Browse GCVE Records
75,874 records in the GCVE database · Updated August 4, 2026
No matching records found.
Explore Further
Investigate this vulnerability in the interactive console or download the raw GCVE record.