---
id: CVE-2025-53640
aliases:
  - GHSA-q28v-664f-q6wj
  - PYSEC-2026-1462
title: Indico vulnerability allows attackers to bulk dump user details
summary: Indico vulnerability allows attackers to bulk dump user details
severity: medium
vendor: indico
product: indico
ecosystem: pip
affected:
  - 'indico >= 2.2, < 3.3.7'
patched:
  - indico 3.3.7
published: '2025-07-14'
updated: '2026-07-07'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-q28v-664f-q6wj'
references:
  - url: 'https://github.com/indico/indico/security/advisories/GHSA-q28v-664f-q6wj'
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2025-53640'
  - url: >-
      https://github.com/indico/indico/pull/6936/commits/f8583557a3da56aeea8857ae69bf17c9066c95c1
  - url: >-
      https://docs.getindico.io/en/stable/config/settings/#ALLOW_PUBLIC_USER_SEARCH
  - url: 'https://docs.getindico.io/en/stable/installation/upgrade'
  - url: 'https://github.com/indico/indico'
  - url: 'https://github.com/indico/indico/releases/tag/v3.3.7'
  - url: >-
      https://www.vicarius.io/vsociety/posts/cve202553640-detect-indico-vulnerability
  - url: >-
      https://www.vicarius.io/vsociety/posts/cve202553640-mitigate-indico-vulnerability
tags:
  - osv
  - pip
  - exploit-available
epss: 0.00602
epssPercentile: 0.47527
ingestedAt: '2026-07-08T18:25:52.058Z'
exploits:
  github: 1
  githubRepos:
    - 'https://github.com/rafaelcorvino1/CVE-2025-53640'
  checkedAt: '2026-09-24T07:52:53.566Z'
exploitAvailable: true
---

## Overview

### Impact
An endpoint used to display details of users listed in certain fields (such as ACLs) could be misused to dump basic user details (such as name, affiliation and email) in bulk.

> [!TIP]
> If your instance allows everyone to create a user account, and you wish to truly restrict access to these user details, consider restricting user search to managers. You can find details on the newly introduced indico.conf setting [`ALLOW_PUBLIC_USER_SEARCH`](https://docs.getindico.io/en/stable/config/settings/#ALLOW_PUBLIC_USER_SEARCH) in our documentation.

### Patches
You should to update to [Indico 3.3.7](https://github.com/indico/indico/releases/tag/v3.3.7) as soon as possible.
See [the docs](https://docs.getindico.io/en/stable/installation/upgrade/) for instructions on how to update.

### Workarounds
It is possible to restrict access to the affected endpoints (e.g. in the webserver config), but doing so would break certain form fields which could no longer show the details of the users listed in those fields, so upgrading instead is highly recommended.

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

- Open a thread in [our forum](https://talk.getindico.io/)
- Email us privately at [indico-team@cern.ch](mailto:indico-team@cern.ch)

#### Credits
This vulnerability was identified during a security assessment conducted as part of the Red Team Residency Program at RNP (Rede Nacional de Ensino e Pesquisa).
The research and testing were performed by a security researcher working under RNP’s authorization and coordination.
Special acknowledgment goes to the RNP Security Team, which provided the infrastructure, methodology, and ethical oversight for this work.

## Affected packages

- `indico >= 2.2, < 3.3.7`

## Remediation

Upgrade to a patched release:

- `indico 3.3.7`
