CVE-2025-59035
BaseFortify
Publication date: 2025-09-10
Last updated on: 2025-09-17
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| cern | indico | to 3.3.8 (exc) |
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?
CVE-2025-59035 is a Cross-Site Scripting (XSS) vulnerability in the Indico event management system, specifically when rendering LaTeX math code in contribution or abstract descriptions. This flaw allows attackers to inject and execute malicious scripts in the web application because the system does not properly sanitize special characters in the LaTeX input. The vulnerability affects Indico versions up to 3.3.7 and is fixed in version 3.3.8. [1]
How can this vulnerability impact me? :
This vulnerability can lead to unauthorized script execution within the Indico web application, potentially causing limited unauthorized disclosure of information (confidentiality impact) and limited unauthorized modification of data (integrity impact). However, it does not affect system availability. Exploitation requires some user interaction and low privileges but can be performed remotely. [1]
What immediate steps should I take to mitigate this vulnerability?
Update Indico to version 3.3.8 or later where the vulnerability is patched. As a temporary workaround, restrict content creation to only trusted users, especially in workflows like Calls for Abstracts where external users may submit content. [1]