PatchSiren cyber security CVE debrief
CVE-2026-38446 osTicket CVE debrief
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-03T19:16:46.793Z and has not been modified since then. A stored cross-site scripting (XSS) vulnerability exists in osTicket 1.18.3 due to improper sanitization of the thread entry title field. User-controlled input in the title is stored without adequate HTML escaping and later rendered in multiple staff-facing templates without proper output encoding. An attacker can inject arbitrary JavaScript by submitting a crafted ticket reply or email with a malicious subject line. Organizations should prioritize reviewing and patching their installations to prevent potential XSS attacks. This includes IT teams managing osTicket deployments, security teams monitoring for suspicious activity, and operators relying on osTicket for customer support. Reviewing and updating osTicket installations is crucial to prevent potential XSS attacks, especially in environments with high staff interaction with the ticket system. Additionally, security teams should review compensating controls and monitor for suspicious activity while remediation is in progress. Limited source information suggests that defenders should verify patch deployment, review staff-facing template code, and monitor for suspicious ticket replies or emails with potentially malicious subject lines.
- Vendor
- osTicket
- Product
- osTicket 1.18.3
- CVSS
- MEDIUM 6.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-03
- Original CVE updated
- 2026-08-31
- Advisory published
- 2026-08-03
- Advisory updated
- 2026-08-31
Who should care
Organizations using osTicket 1.18.3, particularly those with staff-facing ticket systems, should prioritize reviewing and patching their installations to prevent potential XSS attacks. This includes IT teams managing osTicket deployments, security teams monitoring for suspicious activity, and operators relying on osTicket for customer support. Reviewing and updating osTicket installations is crucial to prevent potential XSS attacks, especially in environments with high staff interaction with the ticket system. Additionally, security teams should review compensating controls and monitor for suspicious activity while remediation is in progress.
Technical summary
A stored cross-site scripting (XSS) vulnerability exists in osTicket 1.18.3 due to improper sanitization of the thread entry title field. User-controlled input in the title is stored without adequate HTML escaping and later rendered in multiple staff-facing templates without proper output encoding. An attacker can inject arbitrary JavaScript by submitting a crafted ticket reply or email with a malicious subject line.
Defensive priority
Medium-priority defensive review recommended due to stored XSS vulnerability in osTicket 1.18.3.
Recommended defensive actions
- Review and update osTicket installations to ensure version 1.18.3 is patched or upgraded.
- Implement additional input validation and output encoding for staff-facing templates.
- Monitor for suspicious ticket replies or emails with potentially malicious subject lines.
- Verify patch deployment and review staff-facing template code.
- 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
Evidence from official CVE and NVD sources indicates a stored XSS vulnerability exists in osTicket 1.18.3. User-controlled input in the thread entry title field is stored without adequate HTML escaping and later rendered in multiple staff-facing templates without proper output encoding. Limited source information suggests that defenders should verify patch deployment, review staff-facing template code, and monitor for suspicious ticket replies or emails with potentially malicious subject lines.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-38446 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-38446
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-38446 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-38446
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/fr3akhacks/cve-disclosures/blob/master/osTicket/CVE-2026-38446.md
-
Source reference
Unverified legacy reference
URL: https://github.com/osTicket/osTicket/blob/v1.18.3/include/staff/templates/reply-expand.tmpl.php
-
Source reference
Unverified legacy reference
URL: https://github.com/osTicket/osTicket/blob/v1.18.3/include/staff/templates/thread-entries.tmpl.php
-
Source reference
Unverified legacy reference
URL: https://github.com/osTicket/osTicket/blob/v1.18.3/include/staff/templates/thread-entry.tmpl.php
-
Source reference
Unverified legacy reference
URL: https://github.com/osTicket/osTicket/commit/1e39bf1cf78fa298285f19b98f6a6dbb6808de19
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.