
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-34242 is an arbitrary file read vulnerability in Weblate, a web-based localization tool, caused by improper symlink validation in the ZIP download feature. Affecting all versions prior to 5.17, the flaw allows authenticated attackers with low privileges to read files outside the intended repository boundaries by exploiting symlink following. It was discovered by researcher @DavidCarliez and disclosed on April 15, 2026, with a patch released in Weblate 5.17. The vulnerability carries a CVSS v3.1 base score of 7.7 (High) (GitHub Advisory, Feedly).
The root cause is a combination of CWE-22 (Path Traversal), CWE-59 (Improper Link Resolution Before File Access / Link Following), and CWE-200 (Exposure of Sensitive Information). The ZIP download feature in Weblate did not validate whether files being packaged into the ZIP archive were symlinks pointing outside the repository directory, allowing an attacker to place or leverage a symlink within the repository that resolves to an arbitrary file on the server filesystem. The fix (commit 5db3a2a) introduced a check_file_is_valid() method and a get_validated_component_filename() helper that validates symlinks before file access across the download path, gettext add-ons, and component discovery logic. No public proof-of-concept exploit code has been identified (GitHub Advisory, Fix Commit).
Successful exploitation allows an authenticated attacker with low privileges to read arbitrary files accessible to the Weblate server process, potentially including sensitive configuration files, private keys, database credentials, or other confidential data stored on the host. The scope is marked as "Changed" in the CVSS scoring, indicating that the impact extends beyond the Weblate application itself to the underlying server filesystem. There is no integrity or availability impact, but the confidentiality impact is rated High, reflecting the potential for significant data exposure (GitHub Advisory, Feedly).
There is no evidence of public proof-of-concept exploit code or active in-the-wild exploitation at this time. No threat actor attribution has been reported. The EPSS score is approximately 0.013–0.017%, placing it in the 4th percentile for exploitation likelihood within 30 days. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Exploitation requires valid (low-privilege) credentials and network access, but no user interaction (GitHub Advisory, Feedly).
/etc/passwd, /etc/shadow, or application configuration files (e.g., ln -s /etc/passwd po/sensitive.po).format=zip) to request a ZIP archive that includes the symlinked file./api/projects/<project>/languages/<lang>/file/?format=zip from authenticated low-privilege accounts, particularly if the downloaded ZIP files are larger than expected or contain unexpected file names./etc/, /var/, home directories).ValidationError exceptions related to symlink checks (post-patch, indicating attempted exploitation against a patched instance).Upgrade Weblate to version 5.17 or later, which includes the fix that tightens symlink validation across the ZIP download feature, gettext add-ons, and component discovery (GitHub Advisory, Fix Commit). For organizations unable to patch immediately, restrict access to the ZIP download feature via network-level controls or application-level access restrictions, and audit all symlinks within Weblate-managed repository directories to identify and remove any that point outside the repository root. Additionally, ensure the Weblate process runs with the minimum necessary filesystem permissions to limit the scope of any potential file read.
The vulnerability was reported responsibly by researcher @DavidCarliez via GitHub and was published by the Weblate maintainer (nijel) on April 15, 2026. No significant broader media coverage or notable community commentary beyond the standard advisory publication has been identified (GitHub 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."