Vulnerability Description
Weblate is a web-based continuous localization platform used to manage software translations. In versions prior to 2026.7, a user with the built-in "Edit source" role can store a malicious regular expression in a source string's flags that is executed without any timeout, allowing them to stall requests and deny service. Regular expressions supplied through the regex: quality check and regex placeholders are compiled during validation but later run against translation content in RegexCheck and PlaceholderCheck with no time limit, so a catastrophic-backtracking pattern like ^(a|aa)+$ can consume CPU indefinitely. Because Weblate re-runs these checks for every linked target unit in the same request when a source unit's flags change, a single edit can trigger sustained CPU-bound denial of service. This issue is fixed in version 2026.7.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/WeblateOrg/weblate/commit/8fd8431414bec5c86dbc94815319fc47451
- https://github.com/WeblateOrg/weblate/security/advisories/GHSA-r52j-4vjp-q949
FAQ
What is CVE-2026-62326?
CVE-2026-62326 is a vulnerability with a CVSS score of 6.5 (MEDIUM). Weblate is a web-based continuous localization platform used to manage software translations. In versions prior to 2026.7, a user with the built-in "Edit source" role can store a malicious regular exp...
How severe is CVE-2026-62326?
CVE-2026-62326 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-62326?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.