Skip to main content

Vantage6 CVE-2025-43863

| EUVDEUVD-2025-18202 CRITICAL
Improper Restriction of Excessive Authentication Attempts (CWE-307)
2025-06-12 security-advisories@github.com GHSA-j6g5-p62x-58hw
9.8
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
9.8 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Primary rating from GitHub Advisory · only source for this CVE.

CVSS VectorGitHub Advisory

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

4
Patch released
Mar 31, 2026 - 21:13 nvd
Patch available
EUVD ID Assigned
Mar 14, 2026 - 21:20 euvd
EUVD-2025-18202
Analysis Generated
Mar 14, 2026 - 21:20 vuln.today
CVE Published
Jun 12, 2025 - 18:15 nvd
CRITICAL 9.8

Blast Radius

ecosystem impact
† from your stack dependencies † transitive graph · vuln.today resolves 4-path depth
  • 3 pypi packages depend on vantage6 (3 direct, 0 indirect)

Ecosystem-wide dependent count for version 4.11.0.

DescriptionGitHub Advisory

vantage6 is an open source framework built to enable, manage and deploy privacy enhancing technologies like Federated Learning and Multi-Party Computation. If attacker gets access to an authenticated session, they can try to brute-force the user password by using the change password functionality: they can call that route infinitely which will return the message that password is wrong until it is correct. This vulnerability is fixed in 4.11.

AnalysisAI

Critical authentication bypass vulnerability in vantage6 (an open-source federated learning and privacy-enhancing technology framework) that allows attackers with valid authenticated session access to brute-force user passwords through the change password endpoint without rate limiting or account lockout protections. An attacker can enumerate passwords infinitely by calling the password change route repeatedly, receiving detailed error messages indicating password correctness. The vulnerability affects vantage6 versions prior to 4.11 and carries a CVSS score of 9.8 (critical severity).

Technical ContextAI

vantage6 is a federated learning framework that manages privacy-enhancing technologies and multi-party computation. The vulnerability exists in the password change functionality endpoint, which implements CWE-307 (Improper Restriction of Rendered UI Layers or Frames) classified as insufficient authentication mechanism controls. The root cause is the absence of rate limiting, CAPTCHA protection, account lockout policies, or exponential backoff mechanisms on the password change API endpoint. This allows attackers with a valid session token (obtained through compromise, social engineering, or session fixation) to systematically test password candidates by monitoring the API response messages that leak information about password validity. The endpoint fails to implement standard brute-force protections such as: (1) limiting authentication attempts per session/IP, (2) enforcing progressive delays between attempts, (3) temporarily locking accounts after failed attempts, or (4) requiring additional verification (TOTP, email confirmation) for password changes.

RemediationAI

IMMEDIATE ACTIONS: (1) Upgrade to vantage6 version 4.11 or later—this is the primary remediation confirmed in the CVE description. (2) For organizations unable to immediately patch: implement rate limiting at reverse proxy/API gateway level (e.g., nginx, AWS WAF, Cloudflare) restricting password change endpoint to 5 attempts per IP/session per 15 minutes; (3) Enable account lockout after 5-10 failed password change attempts with 30-minute lockout duration; (4) Require secondary verification (email confirmation token, TOTP) for password changes; (5) Monitor API logs for repeated failed password change attempts and alert on suspicious patterns; (6) Force password reset for all users post-incident if breach is suspected; (7) Review session token expiration policies—reduce session timeout to 1-4 hours maximum; (8) Implement request signing/CSRF tokens on password change endpoints; (9) Log and audit all password change activities with IP source tracking. VENDOR PATCH: Update to vantage6 4.11+ which includes explicit rate limiting and account lockout controls on authentication endpoints.

CVE-2023-23930 HIGH POC
7.2 Oct 11

vantage6 is privacy preserving federated learning infrastructure. Rated high severity (CVSS 7.2), this vulnerability is

CVE-2024-21653 CRITICAL
9.8 Jan 30

The vantage6 technology enables to manage and deploy privacy enhancing technologies like Federated Learning (FL) and Mul

CVE-2024-21649 HIGH
8.8 Jan 30

The vantage6 technology enables to manage and deploy privacy enhancing technologies like Federated Learning (FL) and Mul

CVE-2023-47631 HIGH
8.8 Nov 14

vantage6 is a framework to manage and deploy privacy enhancing technologies like Federated Learning (FL) and Multi-Party

CVE-2023-23929 HIGH
8.8 Mar 04

vantage6 is a privacy preserving federated learning infrastructure for secure insight exchange. Rated high severity (CVS

CVE-2025-43866 HIGH
7.5 Jun 12

vantage6 servers auto-generate JWT secret keys using UUID1, a predictable algorithm that lacks cryptographic strength, a

CVE-2026-73652 HIGH
7.1 Aug 13

Broken authorization in vantage6's algorithm store allows any authenticated algorithm developer to overwrite a peer's pe

CVE-2026-54445 MEDIUM
6.9 Jun 17

Default hardcoded admin credentials in vantage6 expose servers running versions prior to 5.0.0 to unauthorized administr

CVE-2026-54533 MEDIUM
6.9 Jun 17

Improper access control in vantage6 nodes prior to version 5.0.0 allows malicious algorithm containers to read input and

CVE-2024-23823 MEDIUM
6.5 Mar 14

vantage6 is an open source framework built to enable, manage and deploy privacy enhancing technologies like Federated Le

CVE-2023-22738 MEDIUM
6.5 Mar 01

vantage6 is a privacy preserving federated learning infrastructure for secure insight exchange. Rated medium severity (C

CVE-2023-28635 MEDIUM
5.4 Oct 11

vantage6 is privacy preserving federated learning infrastructure. Rated medium severity (CVSS 5.4), this vulnerability i

Share

CVE-2025-43863 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy