Description
Weblate is a web based localization tool. Prior to 2026.8, an authenticated user can change the account's primary email through PUT or PATCH requests to /api/users/{username}/ without verifying the new address, allowing a later team invitation for that address to be accepted without access to the intended recipient's mailbox. This issue is fixed in version 2026.8.
Published: 2026-08-26
Score: 3.5 Low
EPSS: < 1% Very Low
KEV: No
Impact: Account takeover risk via unverified email changes
Action: Patch
AI Analysis

Impact

Weblate allows authenticated users to change a user's primary email address by sending a PUT or PATCH request to /api/users/{username}. The new email is not verified, so an attacker can set the address to one they control. Subsequently, a team invitation to that address can be accepted without access to the original owner's mailbox, effectively granting the attacker control of the account. This flaw is an authentication bypass (CWE‑302) coupled with improper input validation (CWE‑841). Because the account remains authenticated, the attacker simply exploits a privilege that exists for legitimate users.

Affected Systems

Weblate, the web‑based localization platform provided by WeblateOrg, is affected in all releases prior to version 2026.8. The fix was introduced in 2026.8, so any deployment using an earlier release must update.

Risk and Exploitability

The CVSS score of 3.5 signals a low base severity; however the exploit requires a legitimate authenticated session. An attacker in possession of any user account can deliberately change the email to an address they own and then accept an invitation, bypassing normal invitation flow. The EPSS score is unspecified, and the vulnerability is not listed in the CISA KEV catalog, indicating no active exploitation has been reported. Nonetheless, if an attacker gains or compromises an account, they can subsequently hijack the account via the invitation mechanism. The risk therefore remains moderate for environments where many users share a single account or where invitation acceptance is automated.

Generated by OpenCVE AI on August 26, 2026 at 21:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply Weblate version 2026.8 or later to fix the unverified email change flaw.
  • Configure Weblate to enforce email verification for any address change or temporarily disable the email modification API until the upgrade is applied.
  • Review audit logs for unexpected email changes and revoke any team invitations that were accepted erroneously.

Generated by OpenCVE AI on August 26, 2026 at 21:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 01 Sep 2026 14:45:00 +0000

Type Values Removed Values Added
First Time appeared Weblate
Weblate weblate
Vendors & Products Weblate
Weblate weblate

Thu, 27 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 26 Aug 2026 20:15:00 +0000

Type Values Removed Values Added
Description Weblate is a web based localization tool. Prior to 2026.8, an authenticated user can change the account's primary email through PUT or PATCH requests to /api/users/{username}/ without verifying the new address, allowing a later team invitation for that address to be accepted without access to the intended recipient's mailbox. This issue is fixed in version 2026.8.
Title Weblate: Unverified REST API email changes
Weaknesses CWE-302
CWE-841
References
Metrics cvssV3_1

{'score': 3.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-27T14:32:57.362Z

Reserved: 2026-08-20T20:23:02.506Z

Link: CVE-2026-77508

cve-icon Vulnrichment

Updated: 2026-08-27T13:53:12.367Z

cve-icon NVD

Status : Deferred

Published: 2026-08-26T20:18:01.843

Modified: 2026-09-09T21:09:13.080

Link: CVE-2026-77508

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-01T14:23:49Z

Weaknesses
  • CWE-302

    Authentication Bypass by Assumed-Immutable Data

  • CWE-841

    Improper Enforcement of Behavioral Workflow