CVE-2025-63709
BaseFortify
Publication date: 2025-11-10
Last updated on: 2025-12-01
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| chuck24 | simple_to-do_list_system | 1.0 |
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 the SourceCodester Simple To-Do List System 1.0. It occurs in the 'Add Tasks' text input where an authenticated user can submit HTML or JavaScript code that is not properly sanitized or encoded. This malicious script is stored and later executed in the browsers of users who view the task, allowing arbitrary script execution in their browser context.
How can this vulnerability impact me? :
This vulnerability can allow attackers to execute arbitrary scripts in the browsers of users who view the affected tasks. This can lead to theft of sensitive information such as cookies or session tokens, unauthorized actions performed on behalf of the user, or other malicious activities that compromise user security and privacy.