CVE-2025-52186
BaseFortify
Publication date: 2025-11-13
Last updated on: 2025-11-13
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| lichess | lila | 3.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 the Lichess lila game export API before commit 11b4c0fb00f0ffd823246f839627005459c8f05c. The 'players' parameter is passed directly to an internal HTTP client without validation, which allows remote attackers to make the server send HTTP requests to arbitrary URLs.
How can this vulnerability impact me? :
An attacker can exploit this vulnerability to make the server send HTTP requests to arbitrary URLs, potentially accessing internal systems, sensitive data, or causing unwanted interactions with internal services that are not normally accessible externally.