CVE-2026-26974: CWE-829: Inclusion of Functionality from Untrusted Control Sphere in Tygo-van-den-Hurk Slyde
Slyde is a program that creates animated presentations from XML. In versions 0.0.4 and below, Node.js automatically imports **/*.plugin.{js,mjs} files including those from node_modules, so any malicious package with a .plugin.js file can execute arbitrary code when installed or required. All projects using this loading behavior are affected, especially those installing untrusted packages. This issue has been fixed in version 0.0.5. To workaround this issue, users can audit and restrict which packages are installed in node_modules.
AI Analysis
Technical Summary
CVE-2026-26974 is a vulnerability classified under CWE-829 (Inclusion of Functionality from Untrusted Control Sphere) affecting Slyde, a Node.js application designed to create animated presentations from XML. In versions 0.0.4 and earlier, Slyde’s module loading mechanism automatically imports all files matching the pattern **/*.plugin.{js,mjs}, including those located within the node_modules directory. This behavior inadvertently allows any malicious package containing a .plugin.js file to execute arbitrary code during installation or runtime when the package is required. The root cause is the lack of validation or restriction on which plugin files are loaded, enabling attackers to craft malicious Node.js packages that, once installed, can run arbitrary JavaScript code with the privileges of the user running Slyde. Exploitation does not require prior authentication or elevated privileges but does require user interaction to install or require the malicious package. The vulnerability was addressed in Slyde version 0.0.5 by presumably restricting or sanitizing the plugin import process. The CVSS 4.0 vector indicates a network attack vector with high complexity, no privileges required, user interaction needed, and high impact on confidentiality and integrity. No known exploits have been reported in the wild to date. This vulnerability is particularly dangerous in environments where untrusted or third-party Node.js packages are installed without rigorous vetting, as it can lead to remote code execution and compromise of the host system.
Potential Impact
The primary impact of CVE-2026-26974 is the potential for remote code execution on systems running vulnerable versions of Slyde when untrusted Node.js packages are installed. This can lead to full compromise of the host system, including unauthorized access to sensitive data, modification or destruction of files, and potential lateral movement within a network. Organizations using Slyde in development or production environments that rely on third-party or untrusted packages are at significant risk. The vulnerability undermines the confidentiality and integrity of affected systems and can disrupt availability if exploited to deploy ransomware or destructive payloads. Since Node.js environments are widely used in web development and automation, the scope of affected systems can be broad, especially in organizations with lax package management policies. The requirement for user interaction (installing or requiring a malicious package) limits automated exploitation but does not eliminate risk, particularly in development environments or CI/CD pipelines where dependencies are frequently updated. The absence of known exploits in the wild suggests limited current exploitation but does not preclude future attacks, especially as the vulnerability is publicly disclosed.
Mitigation Recommendations
1. Upgrade Slyde to version 0.0.5 or later immediately to ensure the vulnerability is patched. 2. Implement strict package management policies: audit all Node.js dependencies before installation, especially those containing .plugin.js files. 3. Use package integrity verification tools such as npm audit, npm ci with package-lock.json, or third-party solutions to detect and prevent malicious packages. 4. Restrict installation of packages to trusted registries and avoid installing packages from unverified sources. 5. Employ static code analysis and sandboxing techniques to analyze plugin files before execution. 6. Monitor runtime behavior of Slyde instances for unusual activity indicative of code execution attacks. 7. Educate developers and DevOps teams about the risks of installing untrusted packages and the importance of dependency hygiene. 8. Consider isolating Slyde execution environments using containerization or least privilege principles to limit impact if exploitation occurs. 9. Review and restrict file import patterns in custom Node.js applications to avoid broad wildcard imports from untrusted directories.
Affected Countries
United States, Germany, United Kingdom, India, China, Canada, Australia, France, Netherlands, Japan
CVE-2026-26974: CWE-829: Inclusion of Functionality from Untrusted Control Sphere in Tygo-van-den-Hurk Slyde
Description
Slyde is a program that creates animated presentations from XML. In versions 0.0.4 and below, Node.js automatically imports **/*.plugin.{js,mjs} files including those from node_modules, so any malicious package with a .plugin.js file can execute arbitrary code when installed or required. All projects using this loading behavior are affected, especially those installing untrusted packages. This issue has been fixed in version 0.0.5. To workaround this issue, users can audit and restrict which packages are installed in node_modules.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
CVE-2026-26974 is a vulnerability classified under CWE-829 (Inclusion of Functionality from Untrusted Control Sphere) affecting Slyde, a Node.js application designed to create animated presentations from XML. In versions 0.0.4 and earlier, Slyde’s module loading mechanism automatically imports all files matching the pattern **/*.plugin.{js,mjs}, including those located within the node_modules directory. This behavior inadvertently allows any malicious package containing a .plugin.js file to execute arbitrary code during installation or runtime when the package is required. The root cause is the lack of validation or restriction on which plugin files are loaded, enabling attackers to craft malicious Node.js packages that, once installed, can run arbitrary JavaScript code with the privileges of the user running Slyde. Exploitation does not require prior authentication or elevated privileges but does require user interaction to install or require the malicious package. The vulnerability was addressed in Slyde version 0.0.5 by presumably restricting or sanitizing the plugin import process. The CVSS 4.0 vector indicates a network attack vector with high complexity, no privileges required, user interaction needed, and high impact on confidentiality and integrity. No known exploits have been reported in the wild to date. This vulnerability is particularly dangerous in environments where untrusted or third-party Node.js packages are installed without rigorous vetting, as it can lead to remote code execution and compromise of the host system.
Potential Impact
The primary impact of CVE-2026-26974 is the potential for remote code execution on systems running vulnerable versions of Slyde when untrusted Node.js packages are installed. This can lead to full compromise of the host system, including unauthorized access to sensitive data, modification or destruction of files, and potential lateral movement within a network. Organizations using Slyde in development or production environments that rely on third-party or untrusted packages are at significant risk. The vulnerability undermines the confidentiality and integrity of affected systems and can disrupt availability if exploited to deploy ransomware or destructive payloads. Since Node.js environments are widely used in web development and automation, the scope of affected systems can be broad, especially in organizations with lax package management policies. The requirement for user interaction (installing or requiring a malicious package) limits automated exploitation but does not eliminate risk, particularly in development environments or CI/CD pipelines where dependencies are frequently updated. The absence of known exploits in the wild suggests limited current exploitation but does not preclude future attacks, especially as the vulnerability is publicly disclosed.
Mitigation Recommendations
1. Upgrade Slyde to version 0.0.5 or later immediately to ensure the vulnerability is patched. 2. Implement strict package management policies: audit all Node.js dependencies before installation, especially those containing .plugin.js files. 3. Use package integrity verification tools such as npm audit, npm ci with package-lock.json, or third-party solutions to detect and prevent malicious packages. 4. Restrict installation of packages to trusted registries and avoid installing packages from unverified sources. 5. Employ static code analysis and sandboxing techniques to analyze plugin files before execution. 6. Monitor runtime behavior of Slyde instances for unusual activity indicative of code execution attacks. 7. Educate developers and DevOps teams about the risks of installing untrusted packages and the importance of dependency hygiene. 8. Consider isolating Slyde execution environments using containerization or least privilege principles to limit impact if exploitation occurs. 9. Review and restrict file import patterns in custom Node.js applications to avoid broad wildcard imports from untrusted directories.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-02-16T22:20:28.612Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 6997b28bd7880ec89b4763ab
Added to database: 2/20/2026, 1:02:03 AM
Last enriched: 2/28/2026, 2:49:46 PM
Last updated: 4/5/2026, 3:26:50 PM
Views: 177
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.