---
id: CVE-2024-24770
aliases:
  - GHSA-5h3x-6gwf-73jm
  - PYSEC-2026-2005
title: vantage6 vulnerable to a username timing attack on recover password/MFA token
summary: vantage6 vulnerable to a username timing attack on recover password/MFA token
severity: medium
cvss: 5.3
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N'
vendor: vantage6
product: vantage6
ecosystem: pip
affected:
  - vantage6 < 4.3.0
patched:
  - vantage6 4.3.0
published: '2024-03-15'
updated: '2026-07-07'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-5h3x-6gwf-73jm'
references:
  - url: >-
      https://github.com/vantage6/vantage6/security/advisories/GHSA-45gq-q4xh-cp53
  - url: >-
      https://github.com/vantage6/vantage6/security/advisories/GHSA-5h3x-6gwf-73jm
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2024-24770'
  - url: >-
      https://github.com/vantage6/vantage6/commit/aecfd6d0e83165a41a60ebd52d2287b0217be26b
  - url: 'https://github.com/vantage6/vantage6'
tags:
  - osv
  - pip
epss: 0.00397
epssPercentile: 0.31083
ingestedAt: '2026-07-08T18:25:45.999Z'
---

## Overview

### Impact
Much like https://github.com/vantage6/vantage6/security/advisories/GHSA-45gq-q4xh-cp53, it is possible to find which usernames exist in vantage6 by calling the API routes `/recover/lost` and `/2fa/lost`, which send emails to users if they have lost their password or MFA token. Usernames can be found by assessing response time differences, and additionally, they can be found because the endpoint gives a response "Failed to login" if the username exists.

### Patches
No

### Workarounds
No

## Affected packages

- `vantage6 < 4.3.0`

## Remediation

Upgrade to a patched release:

- `vantage6 4.3.0`
