CVE-2025-63317
BaseFortify
Publication date: 2025-12-01
Last updated on: 2025-12-04
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| doist | todoist | 8486 |
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 Cross Site Scripting (XSS) issue in Todoist version v8896, specifically in the /api/v1/uploads endpoint. Uploaded SVG files are not sanitized, allowing embedded JavaScript code within these files to execute when a user opens the attachment from a task or comment.
How can this vulnerability impact me? :
The vulnerability can allow attackers to execute malicious JavaScript in the context of the user's browser when they open an SVG attachment. This can lead to unauthorized actions such as stealing session tokens, performing actions on behalf of the user, or delivering further malware.