CVE-2025-61735
BaseFortify
Publication date: 2025-10-02
Last updated on: 2025-11-04
Assigner: Apache Software Foundation
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| apache | kylin | From 4.0.0 (inc) to 5.0.3 (exc) |
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) issue in Apache Kylin versions 4.0.0 through 5.0.2. SSRF allows an attacker to make the server perform unintended requests to internal or external systems, potentially accessing or manipulating resources that should be protected.
How can this vulnerability impact me? :
If exploited, this SSRF vulnerability could allow an attacker to make unauthorized requests from the server, potentially accessing internal systems or sensitive data. However, the impact can be mitigated if the Kylin system and project admin access are well protected.
What immediate steps should I take to mitigate this vulnerability?
Upgrade Apache Kylin to version 5.0.3 or later, as this version fixes the SSRF vulnerability. Additionally, ensure that Kylin's system and project admin access is well protected to reduce risk.