Browse all 22 CVE security advisories affecting sveltejs. AI-powered Chinese analysis, POCs, and references for each vulnerability.
SvelteJS is a compiler-based JavaScript framework designed to build user interfaces by shifting work from runtime to build time, primarily targeting web application development. With twenty-two recorded Common Vulnerabilities and Exposures, its security profile reflects typical web framework risks rather than unique architectural flaws. Historically, reported issues have predominantly involved Cross-Site Scripting (XSS) stemming from improper input sanitization or unsafe rendering practices, alongside occasional server-side request forgery and information disclosure vulnerabilities. Unlike traditional frameworks, SvelteJS does not include a built-in runtime DOM, which inherently reduces certain client-side attack surfaces but shifts responsibility for secure coding practices directly to the developer. No major, widespread incidents have defined its history, though the accumulation of CVEs highlights the necessity for rigorous dependency management and code review. The framework’s security posture remains dependent on the implementation quality of individual projects rather than inherent framework weaknesses.
| CVE ID | Title | CVSS | Severity | Published |
|---|---|---|---|---|
| CVE-2026-30226 | devalue has prototype pollution in devalue.parse and devalue.unflatten — devalueCWE-1321 | 9.1AI | CriticalAI | 2026-03-11 |
| CVE-2026-22775 | devalue vulnerable to denial of service due to memory/CPU exhaustion in devalue.parse — devalueCWE-405 | 7.5 | High | 2026-01-15 |
| CVE-2026-22774 | devalue vulnerable to denial of service due to memory exhaustion in devalue.parse — devalueCWE-405 | 7.5 | High | 2026-01-15 |
| CVE-2025-57820 | Svelte devalue vulnerable to prototype pollution — devalueCWE-1321 | 9.1AI | CriticalAI | 2025-08-26 |
This page lists every published CVE security advisory associated with sveltejs. Each entry links to a detailed page with CVSS scoring, CWE classification, affected products and references. AI-generated Chinese analysis is provided for fast triage.