CVE-2024-58304
BaseFortify
Publication date: 2025-12-11
Last updated on: 2025-12-12
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| spa-cart | cms | 1.9.0.3 |
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. |
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a stored cross-site scripting (XSS) issue in SPA-CART CMS version 1.9.0.3. It occurs in the product description parameter, where authenticated administrators can inject malicious JavaScript code. When other administrative users view the affected product description, the injected script executes in their browsers, potentially compromising their accounts or the system.
How can this vulnerability impact me? :
The vulnerability allows attackers to execute arbitrary JavaScript code in the browsers of administrative users. This can lead to unauthorized actions such as stealing session tokens, performing actions on behalf of administrators, or spreading malware within the administrative interface, potentially compromising the security and integrity of the CMS.