Skip to content

Commit 14ae9f2

Browse files
committed
Add LaTeX security warning
1 parent 96bec66 commit 14ae9f2

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

notices.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,26 @@ notices:
77
Your database is running an older PostgreSQL version (**{postgres_version}**)
88
than recommended for Indico.
99
Please consider upgrading to the latest stable version (**13**).
10+
11+
- id: indico-3312-latex-vuln
12+
announcement_bar: true
13+
severity: error
14+
when:
15+
indico_version: < 3.3.12
16+
message: |
17+
A vulnerability has been found in Indico's LaTeX integration that can lead to local file
18+
disclosure and remote code execution. Please update Indico to v3.3.12 as soon as possible; see
19+
[our security advisory](https://github.com/indico/indico/security/advisories/GHSA-rm2q-f7jv-3cfp)
20+
for details and workarounds.
21+
22+
- id: indico-3312-latex-vuln-admin
23+
severity: error
24+
when:
25+
indico_version: < 3.3.12
26+
message: |
27+
A vulnerability has been found in Indico's LaTeX integration that can lead to local file
28+
disclosure and remote code execution. Please update Indico to v3.3.12 as soon as possible; see
29+
[our security advisory](https://github.com/indico/indico/security/advisories/GHSA-rm2q-f7jv-3cfp)
30+
for details and workarounds.
31+
32+
Note: You are only affected if you installed TeXLive and set `XELATEX_PATH` in `indico.conf`.

0 commit comments

Comments
 (0)