CVE-2025-11864
BaseFortify
Publication date: 2025-10-16
Last updated on: 2025-10-21
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| nucleoidai | nucleoid | 0.7.10 |
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 exists in NucleoidAI Nucleoid up to version 0.7.10, specifically in the function extension.apply within the file /src/cluster.ts of the Outbound Request Handler component. It involves manipulation of the argument containing https/ip/port/path/headers, which can lead to server-side request forgery (SSRF). This means an attacker can make the server send unauthorized requests to other systems, potentially from a remote location.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to perform server-side request forgery, which may enable them to access internal systems, bypass firewalls, or interact with services that are otherwise inaccessible. This can lead to unauthorized information disclosure, data manipulation, or further attacks within the network.