Security Advisory

CVE-2026-6019

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-04-22 19:28:08
Last updated 2026-06-10 18:58:07
Assigner PSF
CVSS score 2.1
State PUBLISHED

Description

http.cookies.Morsel.js_output() returns an inline <script> snippet and only escapes " for JavaScript string context. It does not neutralize the HTML parser-sensitive sequence </script> inside the generated script element. Mitigation base64-encodes the cookie value to disallow escaping using cookie value.