CVE-2025-51605
BaseFortify
Publication date: 2025-08-22
Last updated on: 2025-09-12
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| shopizer | shopizer | 3.2.7 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-346 | The product does not properly verify that the source of data or communication is valid. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in Shopizer 3.2.7 occurs because the server's CORS implementation reflects the client-supplied Origin header directly into the Access-Control-Allow-Origin response header without validating it against a whitelist. Additionally, Access-Control-Allow-Credentials is set to true. This combination allows any malicious website to make authenticated cross-origin requests to the server and read sensitive data from the responses.
How can this vulnerability impact me? :
This vulnerability can allow attackers from any malicious origin to perform authenticated cross-origin requests and access sensitive information from the server. This can lead to unauthorized data disclosure, compromise of user accounts, and potentially full system compromise depending on the data exposed.