CVE-2025-60898
BaseFortify
Publication date: 2025-10-29
Last updated on: 2025-10-30
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| halo | cms | 2.21 |
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 an unauthenticated server-side request forgery (SSRF) in the Thumbnail via-uri endpoint of Halo CMS 2.21. It allows a remote attacker to make the server send HTTP requests to URLs controlled by the attacker, including internal network addresses. The endpoint performs a server-side GET request to a user-supplied URI without proper allow/blocklist validation and returns a 307 redirect that can reveal internal URLs in the Location header.
How can this vulnerability impact me? :
An attacker can exploit this vulnerability to make the server send requests to internal or external URLs of their choosing, potentially accessing internal services or sensitive information. Additionally, the 307 redirect response can disclose internal URLs, which may aid further attacks or reconnaissance.