Vulnerability Description
Indico is an event management system that uses Flask-Multipass, a multi-backend authentication system for Flask. In versions prior to 3.3.12, due to vulnerabilities in TeXLive and obscure LaTeX syntax that allowed circumventing Indico's LaTeX sanitizer, it is possible to use specially-crafted LaTeX snippets which can read local files or execute code with the privileges of the user running Indico on the server. Note that if server-side LaTeX rendering is not in use (ie `XELATEX_PATH` was not set in `indico.conf`), this vulnerability does not apply. It is recommended to update to Indico 3.3.12 as soon as possible. It is also strongly recommended to enable the containerized LaTeX renderer (using `podman`), which isolates it from the rest of the system. As a workaround, remove the `XELATEX_PATH` setting from `indico.conf` (or comment it out or set it to `None`) and restart the `indico-uwsgi` and `indico-celery` services to disable LaTeX functionality.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Cern | Indico | < 3.3.12 |
Related Weaknesses (CWE)
References
- https://github.com/indico/indico/commit/0adb70f0ed66e129361d447868f5f3eb90dc5e96Patch
- https://github.com/indico/indico/commit/1dbb12525b3de14229bf4d1ae192988068f975f6Patch
- https://github.com/indico/indico/commit/5f24d23ce9c4b0e4b68b3d0b58987a948fc57c8aPatch
- https://github.com/indico/indico/commit/fb169ced710c30cf792ce4b9f48688db0633cfd8Patch
- https://github.com/indico/indico/releases/tag/v3.3.12ProductRelease Notes
- https://github.com/indico/indico/security/advisories/GHSA-rm2q-f7jv-3cfpMitigationPatchVendor Advisory
FAQ
What is CVE-2026-33046?
CVE-2026-33046 is a vulnerability with a CVSS score of 8.8 (HIGH). Indico is an event management system that uses Flask-Multipass, a multi-backend authentication system for Flask. In versions prior to 3.3.12, due to vulnerabilities in TeXLive and obscure LaTeX syntax...
How severe is CVE-2026-33046?
CVE-2026-33046 has been rated HIGH with a CVSS base score of 8.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-33046?
Check the references section above for vendor advisories and patch information. Affected products include: Cern Indico.