CVE-2026-6587
Server-Side Request Forgery in vibrantlabsai RAGAS Collections Module
Publication date: 2026-04-20
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 |
|---|---|---|
| vibrantlabsai | ragas | to 0.4.3 (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 exists in vibrantlabsai RAGAS up to version 0.4.3, specifically in the function _try_process_local_file/_try_process_url within the file src/ragas/metrics/collections/multi_modal_faithfulness/util.py of the Collections Module. By manipulating the argument retrieved_contexts, an attacker can perform server-side request forgery (SSRF). This means the attacker can make the server send unauthorized requests to other internal or external systems. The attack can be initiated remotely, and the exploit code has been publicly released.
How can this vulnerability impact me? :
The vulnerability allows an attacker to perform server-side request forgery, which can lead to unauthorized internal or external network requests from the vulnerable server. This can be used to access internal services, bypass firewalls, or gather sensitive information. Since the attack can be performed remotely and the exploit is publicly available, it increases the risk of exploitation.