VDB
GCVE-110-OSM-2026-1172
GCVE-110-OSM-2026-1172
Advisory PublishedCVSS 8.8/10
Injects attacker-controlled files from a bundled staging_area into the victim's project root and then deletes node_modules, package.json, package-lock.json, and .npmrc via a detached PowerShell script, destroying the project's npm structure and covering tracks. Published with 137 versions in under 22 hours.
install.js (postinstall) copies all staging_area/ contents into process.env.INIT_CWD using copyRecursiveSync(). A detached PowerShell process then runs: Remove-Item on node_modules, package-lock.json, package.json, .npmrc and removes the package itself. Optional .cloud_ignore.json in staging_area can specify additional files to delete.
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 | @tushar-br/desktop | 1.0.172 through 1.0.350+ (affected) | — |
Explore Further
Investigate this vulnerability in the interactive console or download the raw GCVE record.