CVE-2026-34231
MediumCVSS 6.1Exploitation Probability (EPSS)
Low risk14th percentile - higher than 14% of all known CVEs
Summary
In the Slippers Django package, the {% attrs %} template tag does not escape output, leading to XSS. An attacker can inject arbitrary HTML or JavaScript via a context variable.
Risk Assessment
An attacker can inject a malicious script that executes in the victim's browser, potentially leading to data theft or session hijacking.
Recommendation
Upgrade the Slippers package to version 0.6.3 or later.
Original NVD description (English source)
Slippers is a UI component framework for Django. Prior to version 0.6.3, a Cross-Site Scripting (XSS) vulnerability exists in the {% attrs %} template tag of the slippers Django package. When a context variable containing untrusted data is passed to {% attrs %}, the value is interpolated into an HTML attribute string without escaping, allowing an attacker to break out of the attribute context and inject arbitrary HTML or JavaScript into the rendered page. This issue has been patched in version 0.6.3.

