HIGH7.4
GHSA-c39v-8hrw-h448
Chainlit contains a session hijacking vulnerability
Quick fix
GHSA-c39v-8hrw-h448 — chainlit: upgrade to the fixed version with the command below.
pip install --upgrade 'chainlit>=2.10.1'Details
Chainlit before 2.10.1 contains a session hijacking vulnerability that allows unauthenticated attackers to restore and inherit authenticated user sessions by presenting a valid sessionId during WebSocket session restoration without ownership verification. Attackers can exploit the restore_existing_session path to assume a victim's permissions and roles, enabling unauthorized invocation of tools and access to data restricted to the authenticated victim.
Are you affected?
Enter the version of the package you're using.
Affected packages
References
- https://nvd.nist.gov/vuln/detail/CVE-2026-56104[ADVISORY]
- https://github.com/Chainlit/chainlit/pull/2857[WEB]
- https://github.com/Chainlit/chainlit/commit/5effb664f1e0af4a4f0a42fe63ea979676039a7f[WEB]
- https://github.com/Chainlit/chainlit[PACKAGE]
- https://github.com/Chainlit/chainlit/releases/tag/2.10.1[WEB]
- https://www.vulncheck.com/advisories/chainlit-session-hijacking-via-websocket-session-restoration[WEB]