CVE-2026-22219: Chainlit contain a server-side request forgery (SSRF) vulnerability
(updated )
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.
References
- github.com/Chainlit/chainlit
- github.com/Chainlit/chainlit/commit/ffc3cce648b343b933e10e85ee5805c7e02ab3bf
- github.com/Chainlit/chainlit/releases/tag/2.9.4
- github.com/advisories/GHSA-2g59-m95p-pgfq
- nvd.nist.gov/vuln/detail/CVE-2026-22219
- www.vulncheck.com/advisories/chainlit-sqlalchemy-data-layer-ssrf-via-project-element
- www.zafran.io/resources/chainleak-critical-ai-framework-vulnerabilities-expose-data-enable-cloud-takeover
Code Behaviors & Features
Detect and mitigate CVE-2026-22219 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →