The debug exceptions page does not properly escape exception messages. A carefully crafted exception message could inject arbitrary HTML and JavaScript into the page, leading to XSS. This affects applications with detailed exception pages enabled (config.consider_all_requests_local = true), which is the default in development.
The fixed releases are available at the normal locations.
{
"github_reviewed": true,
"cwe_ids": [
"CWE-79"
],
"nvd_published_at": "2026-03-23T23:17:12Z",
"github_reviewed_at": "2026-03-23T20:45:15Z",
"severity": "LOW"
}