CVE-2025-52920
BaseFortify
Publication date: 2025-06-23
Last updated on: 2025-06-23
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-425 | The web application does not adequately enforce appropriate authorization on all restricted URLs, scripts, or files. |
Attack-Flow Graph
AI Powered Q&A
How can this vulnerability impact me? :
This vulnerability can lead to unauthorized disclosure of personally identifiable information (PII) of other customers, such as their order details and billing/shipping addresses. Additionally, it allows attackers to delete product reviews made by other users. This can result in privacy breaches, loss of customer trust, and potential damage to the integrity of the website's content.
Can you explain this vulnerability to me?
This vulnerability is an Insecure Direct Object Reference (IDOR) in Innoshop versions up to 0.4.1. It allows anyone who creates a customer account to access or manipulate data belonging to other customers. Specifically, an attacker can view order details of any order by changing the order ID in the URL, access other customers' shipping and billing information by modifying parameters during order placement, and delete other users' product reviews by sending a DELETE request with the review ID.