CVE-2025-52362
BaseFortify
Publication date: 2025-07-21
Last updated on: 2025-07-22
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| phproxy | phproxy | 1.1.1 |
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) in PHProxy version 1.1.1 and earlier. It occurs because the input validation for the _proxurl parameter can be bypassed, allowing a remote, unauthenticated attacker to submit a specially crafted URL to the server.
How can this vulnerability impact me? :
An attacker exploiting this vulnerability could make the server perform unintended requests to internal or external systems, potentially accessing sensitive information, bypassing network restrictions, or causing other malicious effects depending on the server's environment and configuration.