CyberRota Analysis
AI-GeneratedThe vulnerability affects django-helpdesk versions prior to 2.3.3, allowing unauthenticated attackers to exploit stored cross-site scripting by submitting HTML-formatted emails or uploading .html/.htm attachments through public ticket submissions. This can lead to the execution of arbitrary JavaScript in the browsers of authenticated staff members, potentially compromising their sessions. Organizations using affected versions should prioritize patching to mitigate the risk of this exploit.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
django-helpdesk before 2.3.3 contains a stored cross-site scripting vulnerability that allows unauthenticated attackers to inject arbitrary JavaScript by submitting HTML-formatted email messages or uploading .html/.htm file attachments through public ticket submission channels. Attackers can exploit the lack of sanitization and Content-Disposition headers at the attachment-serving layer to execute malicious scripts in the browser session of authenticated staff members who open the attachment while triaging tickets.