CVE-2025-63883
BaseFortify
Publication date: 2025-11-18
Last updated on: 2026-02-04
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| electic-shop | electic-shop | * |
| bhabishya-123 | e-commerce | 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 DOM-based cross-site scripting (XSS) issue in electic-shop v1.0. The site's client-side JavaScript takes input controlled by an attacker, such as values from the URL or page fragment, and inserts it into the webpage's DOM using unsafe methods like innerHTML, insertAdjacentHTML, or document.write without proper sanitization or encoding. This allows an attacker to craft a malicious URL that, when visited by a user, executes arbitrary JavaScript in the user's browser within the electic-shop origin.
How can this vulnerability impact me? :
This vulnerability can allow attackers to execute arbitrary JavaScript code in the context of the electic-shop website in a victim's browser. 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.