CVE-2024-46413
BaseFortify
Publication date: 2025-08-25
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 |
|---|---|---|
| getrebuild | rebuild | to 3.7.7 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-918 | The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Server-Side Request Forgery (SSRF) found in Rebuild version 3.7.7. It occurs via the 'type' parameter in the RBStoreController's loadDataIndex method, which allows an attacker to make unauthorized requests from the server to internal or external systems.
How can this vulnerability impact me? :
The SSRF vulnerability can allow attackers to make unauthorized requests from the server, potentially accessing internal systems, sensitive data, or services that are not directly exposed, leading to data exposure, unauthorized actions, or further exploitation within the network.