CyberRota Analysis
AI-GeneratedosTicket v1.18.3 is susceptible to Stored Cross-Site Scripting (XSS) due to unsanitized input from the email From-header display name, which is stored in the database. This vulnerability allows unauthenticated attackers to inject malicious scripts by replying to existing tickets from unregistered email addresses. Organizations using this version of osTicket should prioritize patching to mitigate the risk of exploitation and potential data compromise.
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
osTicket v1.18.3 is vulnerable to Stored Cross-Site Scripting (XSS) via the email From-header display name. The value is extracted without sanitization in include/class.mailparse.php and stored raw in the poster field of ost_thread_entry. When an unauthenticated attacker sends a reply email to an existing ticket from an unregistered address with an XSS payload in the From display name.