Given any pre-existing XSS / HTML injection vulnerability, an attacker can bypass the Content Security Policy's script-src directive by uploading a crafted attachment to any issue that, when accessed via the file_download.php link, will be downloaded with a valid JavaScript MIME type resulting in script execution.
The uploaded payload must be sniffed as a valid JavaScript MIME type by PHP finfo (see file_create_finfo() API function). Non-JavaScript MIME types will not get imported in a <script> tag by the browser, due to response header X-Content-Type-Options being set to nosniff, which requires all imported JavaScript files to be a valid JavaScript MIME type.
Cross-site scripting
None
Thanks to siunam (Tang Cheuk Hei) for discovering and responsibly reporting the issue.
{
"cwe_ids": [
"CWE-358",
"CWE-79"
],
"github_reviewed": true,
"github_reviewed_at": "2026-05-11T19:34:48Z",
"nvd_published_at": "2026-05-22T20:16:34Z",
"severity": "HIGH"
}