CVE-2025-9158
BaseFortify
Publication date: 2025-10-24
Last updated on: 2025-10-27
Assigner: CERT.PL
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| best_practical | request_tracker | 5.0.5 |
| best_practical | request_tracker | 5.0.6 |
| best_practical | request_tracker | 6.0.1 |
| best_practical | request_tracker | 5.0.7 |
| best_practical | request_tracker | 5.0.8 |
| best_practical | request_tracker | 6.0.0 |
| best_practical | request_tracker | 5.0.4 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Stored Cross-Site Scripting (XSS) issue in the Request Tracker software's calendar invitation parsing feature. It occurs because the software displays invitation data without properly sanitizing HTML content. An attacker can exploit this by sending a specially crafted email that contains malicious JavaScript code. When the ticket is viewed by a logged-in user, the malicious code executes in their browser context.
How can this vulnerability impact me? :
The vulnerability can allow attackers to execute arbitrary JavaScript code in the context of a logged-in user. This can lead to unauthorized actions such as stealing session cookies, performing actions on behalf of the user, or delivering further malicious payloads, potentially compromising user accounts and data.