Description
svelte performance oriented web framework. Versions of svelte prior to 5.51.5 are vulnerable to cross-site scripting (XSS) during server-side rendering. When using spread syntax to render attributes from untrusted data, event handler properties are included in the rendered HTML output. If an application spreads user-controlled or external data as element attributes, an attacker can inject malicious event handlers that execute in victims' browsers. This vulnerability is fixed in 5.51.5.
Published: 2026-02-20
Score: 5.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Cross‑site scripting
Action: Patch Now
AI Analysis

Impact

Cross‑site scripting arises when untrusted data is spread onto element attributes during server‑side rendering; the framework mistakenly includes event handler properties, allowing malicious scripts to execute in victims' browsers.

Affected Systems

Svelte framework versions earlier than 5.51.5 are vulnerable. The issue manifests in any project that uses server‑side rendering and spreads user‑supplied data into templates, requiring a review of dependencies and code.

Risk and Exploitability

The vulnerability carries a CVSS score of 5.1, indicating moderate severity, and an EPSS score of less than 1%, implying a very low probability of exploitation. It is not listed in the KEV catalog, so no active exploitation is reported. An attacker would need to inject data that is rendered on the server; once executed, the injected event handlers could exfiltrate data or hijack user sessions.

Generated by OpenCVE AI on April 17, 2026 at 17:01 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Svelte 5.51.5 or newer.
  • Audit and remove any spread attributes that incorporate untrusted data from templates.
  • If upgrade is not immediately possible, sanitize or strip attribute names that begin with event handler prefixes (e.g., "on:") before rendering.

Generated by OpenCVE AI on April 17, 2026 at 17:01 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-f7gr-6p89-r883 Svelte affected by cross-site scripting via spread attributes in Svelte SSR
History

Mon, 23 Feb 2026 21:00:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:svelte:svelte:*:*:*:*:*:node.js:*:*
Metrics cvssV3_1

{'score': 5.6, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L'}

cvssV3_1

{'score': 5.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N'}


Mon, 23 Feb 2026 20:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 23 Feb 2026 15:00:00 +0000

Type Values Removed Values Added
First Time appeared Svelte
Svelte svelte
Vendors & Products Svelte
Svelte svelte

Sat, 21 Feb 2026 12:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.6, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L'}

threat_severity

Moderate


Fri, 20 Feb 2026 22:45:00 +0000

Type Values Removed Values Added
Description svelte performance oriented web framework. Versions of svelte prior to 5.51.5 are vulnerable to cross-site scripting (XSS) during server-side rendering. When using spread syntax to render attributes from untrusted data, event handler properties are included in the rendered HTML output. If an application spreads user-controlled or external data as element attributes, an attacker can inject malicious event handlers that execute in victims' browsers. This vulnerability is fixed in 5.51.5.
Title Svelte affected by cross-site scripting via spread attributes in Svelte SSR
Weaknesses CWE-79
References
Metrics cvssV4_0

{'score': 5.1, 'vector': 'CVSS:4.0/AV:N/AC:H/AT:P/PR:H/UI:N/VC:L/VI:N/VA:N/SC:H/SI:H/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-02-23T19:34:18.150Z

Reserved: 2026-02-17T18:42:27.043Z

Link: CVE-2026-27121

cve-icon Vulnrichment

Updated: 2026-02-23T19:33:25.737Z

cve-icon NVD

Status : Analyzed

Published: 2026-02-20T23:16:02.503

Modified: 2026-02-23T20:53:34.367

Link: CVE-2026-27121

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-02-20T22:27:36Z

Links: CVE-2026-27121 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-04-17T17:15:23Z

Weaknesses