
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-34393 is a privilege escalation vulnerability in Weblate, a web-based localization tool, caused by the user patching API endpoint failing to properly limit the scope of edits. It affects all Weblate versions prior to 5.17 and was disclosed on April 15, 2026, with the fix published in version 5.17. The vulnerability carries a CVSS v3.1 base score of 8.8 (High) (GitHub Advisory, Feedly). It was independently reported by two researchers, @tikket1 and @DavidCarliez, via GitHub (GitHub Advisory).
The root cause is CWE-269 (Improper Privilege Management): the REST API's user patching endpoint did not enforce field-level access controls, allowing authenticated users to modify fields beyond their intended authorization scope. The fix (PR #18687) moved permission validation from the view layer into serializers, introducing a SelfUserSerializer for callers lacking user.edit privileges, and added object-aware permission checks for group update/delete operations (GitHub PR). The attack vector is network-based, requires only low-level authentication (a valid user account), and has low attack complexity with no user interaction needed. The vulnerability also affected group and comment API endpoints, where scope-limiting fields such as project_selection and defining_project could be modified by unauthorized users (GitHub PR).
Authenticated users with limited privileges can bypass authorization controls to read, modify, or delete localization data and configuration beyond their intended scope. Specifically, attackers could access confidential project data, alter system configurations and group memberships, modify or delete translation content, and potentially escalate their own privileges within the Weblate instance. The high confidentiality, integrity, and availability impacts reflect the potential for broad data exposure and disruption across all projects hosted on a vulnerable Weblate deployment (GitHub Advisory, Feedly).
There is no public proof-of-concept exploit and no evidence of in-the-wild exploitation at this time (Feedly). The EPSS score is approximately 0.016% (4th percentile), indicating a low near-term exploitation probability (GitHub Advisory). The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. No threat actor attribution has been reported.
/api/auth-token/ endpoint.PATCH /api/users/<id>/, PATCH /api/groups/<id>/).PATCH request to the user or group endpoint with fields that should be restricted to higher-privileged users (e.g., modifying is_superuser, groups, project_selection, or defining_project fields).PATCH or PUT requests to /api/users/<id>/ or /api/groups/<id>/ from low-privileged user accounts, especially modifying sensitive fields such as is_superuser, groups, project_selection, or defining_project.user.edit permissions.Upgrade Weblate to version 5.17 or later, which contains the fix implemented in PR #18687 (GitHub Advisory, GitHub PR). As an interim measure, restrict API access at the network level (e.g., firewall rules, reverse proxy authentication) and monitor the user patching API endpoint for suspicious activity. Review and audit existing user permissions and group memberships for unauthorized changes. Limit API token issuance to trusted users and service accounts until the patch can be applied.
The vulnerability was reported independently by two researchers (@tikket1 and @DavidCarliez) via GitHub's responsible disclosure process, and the fix was developed by Weblate maintainer @nijel (GitHub Advisory). The Hacker Wire covered the disclosure with an article on the API scope bypass (The Hacker Wire). The NixOS security tracker also referenced the issue in the context of packaging updates (GitHub PR).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."