
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-33214 is an improper access control vulnerability in Weblate, a web-based localization tool, affecting all versions prior to 5.17. The translation memory API exposed unintended endpoints that did not enforce proper authorization checks, allowing low-privileged authenticated users to perform unauthorized write operations. The vulnerability was reported by researcher ggamno via HackerOne and disclosed on April 15, 2026, with a fix released in version 5.17. It carries a CVSS v3.1 base score of 4.3 (Medium) (GitHub Advisory, Weblate Security Advisory).
The root cause is classified as CWE-862 (Missing Authorization): the MemoryViewSet in Weblate's REST API was based on ModelViewSet rather than ReadOnlyModelViewSet, inadvertently exposing create and update endpoints for translation memory entries without enforcing appropriate access controls. An authenticated attacker with low privileges could send HTTP requests to the /api/memory/ endpoints to create or modify translation memory data that they should not have access to. The fix, implemented in pull request #18513, rebased the viewset on ReadOnlyModelViewSet (while retaining delete support where authorized), removing the unintended write endpoints (Weblate PR #18513, GitHub Advisory).
Successful exploitation allows authenticated users with low privileges to perform unauthorized modifications to translation memory data via the /api/memory/ API endpoints, impacting data integrity. Attackers could alter localization content — such as injecting misleading or malicious translations — without proper authorization. There is no confidentiality or availability impact; the scope is limited to integrity of translation memory data within the affected Weblate instance (Weblate Security Advisory, GitHub Advisory).
No public proof-of-concept exploit code is known to exist, and there is no evidence of active in-the-wild exploitation as of the time of disclosure. The EPSS score is approximately 0.011% (1st percentile), indicating a very low probability of exploitation in the near term. The vulnerability requires valid (low-privileged) credentials to exploit, which further limits the attack surface. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog (GitHub Advisory).
/api/memory/ on the vulnerable Weblate instance (versions < 5.17)./api/memory/ with a crafted payload to create or modify translation memory entries, using the authenticated session token or API key./api/memory/ endpoints from low-privileged user accounts; API calls to translation memory endpoints outside of normal application workflows./api/memory/ from accounts that should only have read access; unusual frequency of API calls to memory endpoints.Upgrade Weblate to version 5.17 or later, which fixes the issue by restricting the translation memory API to read-only operations for unauthorized users (GitHub Advisory). For organizations unable to update immediately, the recommended workaround is to block all access to the /api/memory/ path at the HTTP server level (e.g., via nginx or Apache configuration), which disables the translation memory API feature entirely until patching can be completed (Weblate Security Advisory).
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."