Skip to content

Commit 9da3e64

Browse files
1 parent f9bbaa3 commit 9da3e64

1 file changed

Lines changed: 49 additions & 7 deletions

File tree

advisories/unreviewed/2026/03/GHSA-v2xr-wvrv-p969/GHSA-v2xr-wvrv-p969.json renamed to advisories/github-reviewed/2026/03/GHSA-v2xr-wvrv-p969/GHSA-v2xr-wvrv-p969.json

Lines changed: 49 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,44 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-v2xr-wvrv-p969",
4-
"modified": "2026-03-05T21:30:46Z",
4+
"modified": "2026-03-06T22:23:31Z",
55
"published": "2026-03-05T21:30:46Z",
66
"aliases": [
77
"CVE-2025-45691"
88
],
9+
"summary": "RAGAS has an Arbitrary File Read vulnerability",
910
"details": "An Arbitrary File Read vulnerability exists in the ImageTextPromptValue class in Exploding Gradients RAGAS v0.2.3 to v0.2.14. The vulnerability stems from improper validation and sanitization of URLs supplied in the retrieved_contexts parameter when handling multimodal inputs.",
10-
"severity": [],
11-
"affected": [],
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
15+
},
16+
{
17+
"type": "CVSS_V4",
18+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:L/SC:N/SI:N/SA:N/E:P"
19+
}
20+
],
21+
"affected": [
22+
{
23+
"package": {
24+
"ecosystem": "PyPI",
25+
"name": "ragas"
26+
},
27+
"ranges": [
28+
{
29+
"type": "ECOSYSTEM",
30+
"events": [
31+
{
32+
"introduced": "0.2.3"
33+
},
34+
{
35+
"fixed": "0.3.0-rc1"
36+
}
37+
]
38+
}
39+
]
40+
}
41+
],
1242
"references": [
1343
{
1444
"type": "ADVISORY",
@@ -22,20 +52,32 @@
2252
"type": "WEB",
2353
"url": "https://github.com/vibrantlabsai/ragas/pull/1991"
2454
},
55+
{
56+
"type": "WEB",
57+
"url": "https://github.com/vibrantlabsai/ragas/commit/b28433709cbedbb531db79dadcfbdbd3aa6adcb0"
58+
},
2559
{
2660
"type": "WEB",
2761
"url": "https://adithyanak.com/ragas-v0214-arbitrary-file-read-vulnerability"
2862
},
2963
{
3064
"type": "WEB",
3165
"url": "https://github.com/explodinggradients/ragas/blob/e97886ac976465efb60e5949c5d69baf30cc811d/src/ragas/prompt/multi_modal_prompt.py#L202"
66+
},
67+
{
68+
"type": "PACKAGE",
69+
"url": "https://github.com/vibrantlabsai/ragas"
3270
}
3371
],
3472
"database_specific": {
35-
"cwe_ids": [],
36-
"severity": null,
37-
"github_reviewed": false,
38-
"github_reviewed_at": null,
73+
"cwe_ids": [
74+
"CWE-22",
75+
"CWE-770",
76+
"CWE-918"
77+
],
78+
"severity": "HIGH",
79+
"github_reviewed": true,
80+
"github_reviewed_at": "2026-03-06T22:23:31Z",
3981
"nvd_published_at": "2026-03-05T19:16:00Z"
4082
}
4183
}

0 commit comments

Comments
 (0)