CVE-2026-27122

Updated on 20 Feb 2026

Severity

5.1 Medium severity

Details

CVSS score
5.1
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N

Overview

About vulnerability

When using <svelte:element this={tag}> in server-side rendering, the provided tag name is not validated or sanitized before being emitted into the HTML output. If the tag string contains unexpected characters, it can result in HTML injection in the SSR output. Client-side rendering is not affected.

Details

Affected packages:
svelte (+13 more)

Fixes