CVE-2026-22219
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2026-01-20

Last updated on: 2026-02-02

Assigner: VulnCheck

Description
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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-01-20
Last Modified
2026-02-02
Generated
2026-05-07
AI Q&A
2026-01-20
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
chainlit chainlit to 2.9.4 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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?

CVE-2026-22219 is a Server-Side Request Forgery (SSRF) vulnerability in Chainlit versions prior to 2.9.4 when using the SQLAlchemy data layer backend. An authenticated user can provide a URL in an Element during the /project/element update flow. The server then makes an HTTP GET request to this user-controlled URL. This allows an attacker to make arbitrary HTTP requests from the Chainlit server to internal network services or cloud metadata endpoints and capture the responses. [1]


How can this vulnerability impact me? :

This vulnerability can allow an attacker to make unauthorized HTTP requests from the Chainlit server to internal or cloud services that are normally inaccessible externally. The attacker can retrieve sensitive information from internal network services or cloud metadata endpoints and store this data via the configured storage provider. This can lead to data exposure and compromise of internal systems. [1]


How can this vulnerability be detected on my network or system? Can you suggest some commands?

Detection involves monitoring for unusual outbound HTTP GET requests originating from the Chainlit server, especially to internal network services or cloud metadata endpoints. Since the vulnerability is triggered via the /project/element update flow by an authenticated client supplying a user-controlled URL, reviewing logs for such requests or suspicious URL parameters in requests to /project/element can help. Specific commands are not provided in the resources. [1]


What immediate steps should I take to mitigate this vulnerability?

The immediate mitigation step is to upgrade Chainlit to version 2.9.4 or later, where this SSRF vulnerability has been fixed. Additionally, restricting authenticated user permissions and monitoring outbound HTTP requests from the server can help reduce risk until the upgrade is applied. [1]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart