CVE-2025-8529
BaseFortify
Publication date: 2025-08-04
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| cloudfavorites | favorites-web | 1.3.0 |
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 the cloudfavorites favorites-web application up to version 1.3.0. It occurs in the getCollectLogoUrl function, where an attacker can manipulate the 'url' argument to make the server send unauthorized requests to internal or external systems. The attack can be performed remotely and the exploit is publicly known.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to make the server perform unintended requests, potentially accessing internal resources, bypassing firewalls, or interacting with sensitive systems. This can lead to information disclosure, unauthorized actions, or further exploitation within the affected environment.