Open-Source Security Intelligence

Know every vulnerability
before it knows you.

DevGuard continuously monitors your dependencies and alerts you when CVEs like this one affect your stack — with real-time threat intelligence built for developers.

Search

GHSA-jxc4-54g3-j7vp

MediumCVSS 5.4 / 10
Published Feb 17, 2026·Last modified Feb 22, 2026
Affected Components(0)

No affected components available

Description

Impact

There is a Cross-Site-Scripting vulnerability when uploading certain file types as materials.

Patches

You should to update to Indico 3.3.10 as soon as possible. See the docs for instructions on how to update.

Please be aware that to apply the fix itself updating is sufficient, but to benefit from the strict Content-Security-Policy we now apply by default for file downloads, you need to update your webserver config in case you use nginx with Indico's STATIC_FILE_METHOD set to xaccelredirect and add the following line to the .xsf/indico/ location block (you can consult the Indico setup documentation for the full configuration snippet):

add_header Content-Security-Policy $upstream_http_content_security_policy;

Workarounds

  • Use your webserver config to apply a strict CSP for material download endpoints.
  • Only let trustworthy users create content (including material uploads, which speakers can typically do as well) on Indico.

For more information

If you have any questions or comments about this advisory:

Risk Scores
Base Score
5.4

The vulnerability can be exploited over the network without needing physical access. It is easy for an attacker to exploit this vulnerability. An attacker needs basic access or low-level privileges. The attacker needs the user to perform some action, like clicking a link. The vulnerability can affect other systems as well, not just the initial system. There is a low impact on the confidentiality of the information. There is a low impact on the integrity of the data.

Threat Intelligence
5.0

Exploitation attempts have been detected. Elevated vigilance and prompt remediation are advised.

EPSS
0.16%

The exploit probability is very low. The vulnerability is unlikely to be exploited in the next 30 days.

Exploit
Not available

We did not find any exploit available. Neither in GitHub repositories nor in the Exploit-Database.

Browse More

Scan your project

Continuously monitor your dependencies and get alerted when vulnerabilities like this one affect your stack.

Checkout DevGuard