Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Tygo-Van-Den-Hurk

#24005of 53,633
9.8Total CVSS
Vulnerabilities · 1
PT-2026-20786
9.8
2026-02-18
Node.Js · Node.Js · CVE-2026-26974
**Name of the Vulnerable Software and Affected Versions** Slyde versions 0.0.4 and below **Description** Slyde is a program used to create animated presentations from XML. A remote code execution issue exists because Node.js automatically imports `**/*.plugin.{js,mjs}` files, including those from `node modules`. This allows any malicious package containing a `.plugin.js` file to execute arbitrary code when installed or required. All projects utilizing this loading behavior are affected, particularly those installing packages from untrusted sources. **Recommendations** Upgrade to version 0.0.5 or later. Audit and restrict which packages are installed in `node modules`.