CVE-2025-45892
BaseFortify
Publication date: 2025-07-25
Last updated on: 2025-08-07
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| opencart | opencart | to 4.1.0.4 (inc) |
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 in OpenCart version 4.1.0.4 is a Stored Cross-Site Scripting (XSS) attack via the blog editor. It occurs because the input entered in the blog's editor is not properly sanitized or escaped before being displayed, allowing attackers to inject malicious JavaScript code that can execute in the browsers of users viewing the blog content.
How can this vulnerability impact me? :
This vulnerability can allow attackers to execute malicious scripts in the context of users' browsers who view the affected blog content. This can lead to theft of user credentials, session hijacking, defacement of the website, or distribution of malware, potentially compromising user data and trust.