Description
Weblate is a web-based continuous localization platform used to manage software translations. In versions prior to 2026.7, a project administrator can read files outside their repository through the App store metadata download feature, which resolves attacker-influenced paths without adequately confining them to the repository. This is an incomplete fix for CVE-2026-34242, whose original patch failed to fully prevent the path traversal, allowing the arbitrary file read to persist. A user with project-administrator privileges can therefore disclose the contents of files on the Weblate host that lie outside the project's repository. This issue is fixed in version 2026.7.
Published: 2026-08-26
Score: 7.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a path‑traversal flaw in Weblate’s App store metadata download that allows a user with project‑administrator rights to read files outside the project’s repository. The flaw stems from insufficient path confinement and is an incomplete remediation of a prior flaw, enabling the disclosure of any files located on the Weblate host. This results in confidentiality compromise rather than code execution, and corresponds to the weaknesses listed under CWE‑22, CWE‑59 and CWE‑693.

Affected Systems

All Weblate installations running a version earlier than 2026.7 are affected. The issue is fixed in version 2026.7 and later releases of the Weblate platform by WeblateOrg.

Risk and Exploitability

The CVSS score of 7.7 marks it as a high‑severity vulnerability. The attack vector requires a legitimate project‑administrator account and can be performed via the normal web interface, making it accessible to any user who has that level of privilege. Since the vulnerability exposes arbitrary host files, the potential impact on confidentiality is substantial. The EPSS score is not available, and the vulnerability is not listed in CISA’s KEV catalog, suggesting exploitation is not currently widespread, but the risk remains significant for enabled administrators.

Generated by OpenCVE AI on August 26, 2026 at 22:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Weblate to version 2026.7 or later to apply the official fix,
  • Restrict the assignment of project‑administrator roles to trusted personnel or reduce their privileges to limit exposure to sensitive filesystem access if an upgrade is not immediately possible
  • Implement additional server‑side validation to enforce repository‑scope path restrictions or confine the App store metadata download feature to read‑only directories

Generated by OpenCVE AI on August 26, 2026 at 22:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 26 Aug 2026 21:00:00 +0000

Type Values Removed Values Added
Description Weblate is a web-based continuous localization platform used to manage software translations. In versions prior to 2026.7, a project administrator can read files outside their repository through the App store metadata download feature, which resolves attacker-influenced paths without adequately confining them to the repository. This is an incomplete fix for CVE-2026-34242, whose original patch failed to fully prevent the path traversal, allowing the arbitrary file read to persist. A user with project-administrator privileges can therefore disclose the contents of files on the Weblate host that lie outside the project's repository. This issue is fixed in version 2026.7.
Title Weblate path traversal allows a project administrator to read arbitrary files via App store metadata download (Incomplete Fix of CVE-2026-34242)
Weaknesses CWE-22
CWE-59
CWE-693
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-26T20:26:27.810Z

Reserved: 2026-07-10T20:06:05.617Z

Link: CVE-2026-61792

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-26T21:16:39.510

Modified: 2026-08-26T21:16:39.510

Link: CVE-2026-61792

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T22:30:04Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

  • CWE-59

    Improper Link Resolution Before File Access ('Link Following')

  • CWE-693

    Protection Mechanism Failure