Vulnerabilities (CVE)

Filtered by vendor Chainlit Subscribe
Filtered by product Chainlit
Total 2 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2026-22218 1 Chainlit 1 Chainlit 2026-02-02 N/A 6.5 MEDIUM
Chainlit versions prior to 2.9.4 contain an arbitrary file read vulnerability in the /project/element update flow. An authenticated client can send a custom Element with a user-controlled path value, causing the server to copy the referenced file into the attacker’s session. The resulting element identifier (chainlitKey) can then be used to retrieve the file contents via /project/file/<chainlitKey>, allowing disclosure of any file readable by the Chainlit service.
CVE-2026-22219 1 Chainlit 1 Chainlit 2026-02-02 N/A 7.7 HIGH
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.