PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-73531 django-helpdesk CVE debrief

CVE-2026-73531 is a stored cross-site scripting vulnerability in django-helpdesk before version 2.3.3. The vulnerability 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.

Vendor
django-helpdesk
Product
Unknown
CVSS
MEDIUM 5.3
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-13
Original CVE updated
2026-09-09
Advisory published
2026-08-13
Advisory updated
2026-09-09

Who should care

Defenders responsible for django-helpdesk deployments, particularly those with public ticket submission channels, should assess exposure and apply patches or mitigations to prevent exploitation.

Why it matters

CVE-2026-73531 is a stored cross-site scripting vulnerability in django-helpdesk that allows unauthenticated attackers to inject arbitrary JavaScript, potentially leading to execution of malicious scripts in authenticated staff members' browser sessions. Defenders should prioritize verifying exposure and applying patches or mitigations to prevent exploitation.

  • Execution of malicious scripts in authenticated staff members' browser sessions
  • Potential for unauthorized actions within the django-helpdesk application
  • Possible theft of sensitive information or session hijacking
  • Verification of patch application and vulnerability remediation

Technical summary

The vulnerability exists in django-helpdesk before version 2.3.3, allowing unauthenticated attackers to inject arbitrary JavaScript by submitting HTML-formatted email messages or uploading .html/.htm file attachments through public ticket submission channels. This occurs due to a lack of sanitization and improper handling of Content-Disposition headers at the attachment-serving layer, which can lead to execution of malicious scripts in the browser session of authenticated staff members who open the attachment while triaging tickets.

Defensive priority

Defenders should prioritize verifying exposure and applying patches or mitigations to prevent exploitation.

Recommended defensive actions

  • Verify the version of django-helpdesk is 2.3.3 or later
  • Restrict public ticket submission channels to prevent arbitrary uploads
  • Implement Content-Disposition headers for attachment serving
  • Monitor for suspicious attachment uploads and JavaScript injection attempts
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented.

Evidence notes

The CVE record and NVD entry provide details on the vulnerability in django-helpdesk before version 2.3.3. The scope of affected versions and potential impact require further verification by defenders, who should check for public ticket submission channels and assess exposure to untrusted input. Evidence is limited to CVE and NVD details; defenders must verify patch application and vulnerability remediation.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-73531 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-73531

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-73531 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-73531

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.