CVE-2025-63544
BaseFortify
Publication date: 2025-11-07
Last updated on: 2025-11-21
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| nooncarlett | techstore | 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 TechStore 1.0, specifically in the /order_notes endpoint via the id parameter. It means that an attacker can inject malicious scripts into the web application through the id parameter, which can then be executed in the browsers of users who visit the affected page.
How can this vulnerability impact me? :
The impact of this vulnerability includes potential theft of user session cookies, defacement of the website, redirection to malicious sites, and execution of unauthorized actions on behalf of users. It can compromise user data and the integrity of the web application.