CVE-2025-8527
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 |
|---|---|---|
| exrick | xboot | to 3.3.4 (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 Exrick xboot up to version 3.3.4. It occurs due to improper handling of the 'loginUrl' argument in the Swagger component's SecurityController.java file. An attacker can manipulate this argument to make the server perform unauthorized requests, potentially leading to further exploitation.
How can this vulnerability impact me? :
The vulnerability can allow a remote attacker to make the server send unauthorized requests, which may lead to information disclosure, unauthorized access to internal systems, or other malicious actions depending on the server's network environment and configuration.