Skip to content

Commit 765e8c5

Browse files
1 parent 92109c1 commit 765e8c5

4 files changed

Lines changed: 906 additions & 5 deletions

File tree

advisories/unreviewed/2026/01/GHSA-2g59-m95p-pgfq/GHSA-2g59-m95p-pgfq.json renamed to advisories/github-reviewed/2026/01/GHSA-2g59-m95p-pgfq/GHSA-2g59-m95p-pgfq.json

Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,53 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-2g59-m95p-pgfq",
4-
"modified": "2026-01-20T21:31:34Z",
4+
"modified": "2026-01-21T01:07:02Z",
55
"published": "2026-01-20T00:30:28Z",
66
"aliases": [
77
"CVE-2026-22219"
88
],
9+
"summary": "Chainlit contain a server-side request forgery (SSRF) vulnerability",
910
"details": "Chainlit versions prior to 2.9.4 contain a server-side request forgery (SSRF) vulnerability in the /project/element update flow when configured with the SQLAlchemy data layer backend. An authenticated client can provide a user-controlled url value in an Element, which is fetched by the SQLAlchemy element creation logic using an outbound HTTP GET request. This allows an attacker to make arbitrary HTTP requests from the Chainlit server to internal network services or cloud metadata endpoints and store the retrieved responses via the configured storage provider.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V4",
13-
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X"
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "PyPI",
21+
"name": "chainlit"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "2.9.4"
32+
}
33+
]
34+
}
35+
]
1436
}
1537
],
16-
"affected": [],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
2041
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22219"
2142
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/Chainlit/chainlit/commit/ffc3cce648b343b933e10e85ee5805c7e02ab3bf"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/Chainlit/chainlit"
50+
},
2251
{
2352
"type": "WEB",
2453
"url": "https://github.com/Chainlit/chainlit/releases/tag/2.9.4"
@@ -37,8 +66,8 @@
3766
"CWE-918"
3867
],
3968
"severity": "HIGH",
40-
"github_reviewed": false,
41-
"github_reviewed_at": null,
69+
"github_reviewed": true,
70+
"github_reviewed_at": "2026-01-21T01:07:02Z",
4271
"nvd_published_at": "2026-01-20T00:15:49Z"
4372
}
4473
}

0 commit comments

Comments
 (0)