---
id: CVE-2026-33046
aliases:
  - GHSA-rm2q-f7jv-3cfp
  - PYSEC-2026-2184
title: >-
  Indico discloses local files resulting in Remote Code Execution through LaTeX
  injection 
summary: >-
  Indico discloses local files resulting in Remote Code Execution through LaTeX
  injection 
severity: high
vendor: indico
product: indico
ecosystem: pip
affected:
  - indico < 3.3.12
patched:
  - indico 3.3.12
published: '2026-03-23'
updated: '2026-07-13'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-rm2q-f7jv-3cfp'
references:
  - url: 'https://github.com/indico/indico/security/advisories/GHSA-rm2q-f7jv-3cfp'
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-33046'
  - url: >-
      https://github.com/indico/indico/commit/0adb70f0ed66e129361d447868f5f3eb90dc5e96
  - url: >-
      https://github.com/indico/indico/commit/1dbb12525b3de14229bf4d1ae192988068f975f6
  - url: >-
      https://github.com/indico/indico/commit/5f24d23ce9c4b0e4b68b3d0b58987a948fc57c8a
  - url: >-
      https://github.com/indico/indico/commit/fb169ced710c30cf792ce4b9f48688db0633cfd8
  - url: 'https://github.com/indico/indico'
  - url: 'https://github.com/indico/indico/releases/tag/v3.3.12'
tags:
  - osv
  - pip
epss: 0.01016
epssPercentile: 0.61733
ingestedAt: '2026-07-13T18:58:02.827Z'
---

## Overview

> [!NOTE]
> If server-side LaTeX rendering is not in use (ie `XELATEX_PATH` was not set in `indico.conf`), this vulnerability does not apply.

### Impact
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.

### Patches
It is recommended to update to [Indico 3.3.12](https://github.com/indico/indico/releases/tag/v3.3.12) as soon as possible.
See [the docs](https://docs.getindico.io/en/stable/installation/upgrade/) for instructions on how to update.

It is also strongly recommended to enable the containerized LaTeX renderer (using `podman`), which isolates it from the rest of the system. See [the docs](https://docs.getindico.io/en/stable/installation/upgrade/#upgrading-to-3-3-12) for details - it is very easy and from now on the only recommended/supported way of using LaTeX.

### Workarounds
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.

### For more information
For any questions or comments about this advisory:

- Open a thread in [the forum](https://talk.getindico.io/)
- Send an email to [indico-team@cern.ch](mailto:indico-team@cern.ch)

## Affected packages

- `indico < 3.3.12`

## Remediation

Upgrade to a patched release:

- `indico 3.3.12`
