CVE-2026-27120

Leafkit is a templating language with Swift-inspired syntax. Prior to 1.4.1, htmlEscaped in leaf-kit will only escape html special characters if the extended grapheme clusters match, which allows bypassing escaping by using an extended grapheme cluster containing both the special html character and some additional characters. In the case of html attributes, this can lead to XSS if there is a leaf variable in the attribute that is user controlled. This vulnerability is fixed in 1.4.1.
Configurations

Configuration 1 (hide)

cpe:2.3:a:vapor:leafkit:*:*:*:*:*:*:*:*

History

No history.

Information

Published : 2026-02-20 22:16

Updated : 2026-03-02 13:34


NVD link : CVE-2026-27120

Mitre link : CVE-2026-27120

CVE.ORG link : CVE-2026-27120


JSON object : View

Products Affected

vapor

  • leafkit
CWE
CWE-75

Failure to Sanitize Special Elements into a Different Plane (Special Element Injection)

CWE-79

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

CWE-87

Improper Neutralization of Alternate XSS Syntax