cvedb.io
CVE-2026-31859
MEDIUM · CVSS 6.1
EPSS exploitation probability: 0%
Published 2026-03-11T18:16:24.710 · Last modified 2026-06-17T10:34:38.860

Summary

Craft is a content management system (CMS). The fix for CVE-2025-35939 in craftcms/cms introduced a strip_tags() call in src/web/User.php to sanitize return URLs before they are stored in the session. However, strip_tags() only removes HTML tags (angle brackets) -- it does not inspect or filter URL schemes. Payloads like javascript:alert(document.cookie) contain no HTML tags and pass through strip_tags() completely unmodified, enabling reflected XSS when the return URL is rendered in an href attribute. This vulnerability is fixed in 5.9.7 and 4.17.3.

Affected products

craftcms — craft_cms

Does this affect you?

Add your gear to cvedb and we'll alert you only when craftcms ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.