CVE-2025-14116
BaseFortify
Publication date: 2025-12-05
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 |
|---|---|---|
| xerrors | yuxi-know | 0.4.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 exists in the xerrors Yuxi-Know software up to version 0.4.0, specifically in the function OtherEmbedding.aencode within the file /src/models/embed.py. It allows an attacker to manipulate the argument health_url to perform a server-side request forgery (SSRF) attack. This means an attacker can make the server send unauthorized requests to internal or external systems, potentially bypassing security controls. The attack can be initiated remotely, and an exploit is publicly available. The vendor has confirmed the vulnerability and implemented security measures such as disabling URL parsing, disabling URL upload mode, and removing URL-to-markdown conversion to mitigate the issue.
How can this vulnerability impact me? :
This vulnerability can impact you by allowing an attacker to perform server-side request forgery (SSRF), which can lead to unauthorized access to internal systems, data leakage, or interaction with internal services that are not normally exposed. It may also allow attackers to bypass firewalls or access sensitive information, potentially leading to further exploitation or compromise of the affected system.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, it is recommended to deploy the patch identified by commit 0ff771dc1933d5a6b78f804115e78a7d8625c3f3. Additionally, the vendor has established security measures such as disabling URL parsing, disabling URL upload mode, and removing URL-to-markdown conversion. Applying these measures can help reduce the risk of exploitation.