CVE-2025-57292
BaseFortify
Publication date: 2025-09-26
Last updated on: 2025-10-07
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| doist | todoist | 8484 |
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
How can this vulnerability impact me? :
The vulnerability can allow attackers to execute malicious scripts in the context of other users, potentially leading to session hijacking, theft of sensitive information, or unauthorized actions performed on behalf of the user.
Can you explain this vulnerability to me?
This vulnerability is a stored cross-site scripting (XSS) issue in Todoist version 8484. It occurs in the avatar upload functionality where the application does not properly validate the MIME type or sanitize the image metadata. This allows an attacker to inject malicious scripts that get stored and executed when other users view the affected content.