react-dynammic-table-component @1.2.7
Vulnerability report · Last retrieved from osv.dev June 26, 2026 at 9:50 PM UTC
OSV ID
MAL-2026-6534
Ecosystem
npm
Summary
react-dynammic-table-component@1.2.7 declares a preinstall lifecycle script ( node dist/setup.js ) that runs automatically on npm install . The script issues an HTTPS GET to https://everydaynodechecker-39143n.vercel.app/api/key?mem=master and passes the response body directly to eval() , executing attacker-controlled JavaScript on the installer's machine with the user's privileges. The fetch+eval primitive is wrapped in a function named initDatabase that performs no database work — a cover-story label inside an otherwise unrelated React table UI component. The destination host is not a publisher/CDN domain for this package and the fetched content is unpinned, unverified, and mutable by whoever controls the Vercel deployment, so the executed code can be changed at any time without republishing the package. Installer harm is immediate and unbounded: any code the operator of the endpoint chooses to serve runs at install time (credential theft, persistence, lateral movement, dependency tampering, etc.).
Source: amazon-inspector (d47aff9bb18dcd61350fa86e19d97ddee5ee7c5bdf7f0adea4a685e89d58fa4f)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.