Skip to main content

Weblate CVE-2026-34244

| EUVDEUVD-2026-23004 MEDIUM
Information Exposure (CWE-200)
2026-04-15 GitHub_M GHSA-xrwr-fcw6-fmq8
5.0
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
5.0 MEDIUM
AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N
vuln.today AI
5.0 MEDIUM

Network-reachable web app, low-privilege project admin role required, scope changes to internal network, confidentiality limited to 200-char response fragment.

3.1 AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:L/SI:N/SA:N
SUSE
3.1 LOW
AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N

Primary rating from GitHub Advisory.

CVSS VectorGitHub Advisory

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Changed
Confidentiality
Low
Integrity
None
Availability
None

Lifecycle Timeline

6
Source Code Evidence Fetched
Jul 26, 2026 - 15:21 vuln.today
Analysis Generated
Jul 26, 2026 - 15:21 vuln.today
Patch released
Apr 21, 2026 - 14:06 nvd
Patch available
Patch available
Apr 16, 2026 - 05:29 EUVD
517
EUVD ID Assigned
Apr 15, 2026 - 18:45 euvd
EUVD-2026-23004
CVE Published
Apr 15, 2026 - 18:22 nvd
MEDIUM 5.0

DescriptionGitHub Advisory

Weblate is a web based localization tool. In versions prior to 5.17, a user with the project.edit permission (granted by the per-project "Administration" role) can configure machine translation service URLs pointing to arbitrary internal network addresses. During configuration validation, Weblate makes an HTTP request to the attacker-controlled URL and reflects up to 200 characters of the response body back to the user in an error message. This constitutes a Server-Side Request Forgery (SSRF) with partial response read. This issue has been fixed in version 5.17. If developers are unable to immediately upgrade, they can limit available machinery services via WEBLATE_MACHINERY setting.

AnalysisAI

Server-Side Request Forgery in Weblate's project-level machine translation configuration allows an authenticated project administrator to probe internal network services and read partial responses. Any user holding the per-project 'Administration' role (which grants project.edit permission) can supply a crafted URL as a machine translation service endpoint; during validation Weblate issues an outbound HTTP request to that URL and reflects up to 200 characters of the response body in the resulting error message. All Weblate deployments running versions prior to 5.17 are affected; no public exploit code exists and no active exploitation has been confirmed at time of analysis.

Technical ContextAI

Weblate (cpe:2.3:a:weblateorg:weblate:*:*:*:*:*:*:*:*) is a Django-based web localization platform distributed via PyPI. The machine translation subsystem allows project-level configuration of external service endpoints. The root cause (CWE-200, Information Disclosure via SSRF) is in the configuration-validation path: the BaseMachineTranslation class calls http_request() against a user-supplied URL without first checking whether the resolved destination is a private/loopback address, and the check_failure() method then extracts and surfaces up to 200 characters of the remote response body in the error message returned to the requesting user. The scope of the SSRF is internal-network reachability from the Weblate application server. The fix in 5.17 introduces an ALLOWED_MACHINERY_DOMAINS allowlist setting, passes allow_private_targets=False into validation calls, and suppresses error body reflection for untrusted hosts; the companion commit also adds validate_request_url() and is_allowlisted_hostname() utilities to enforce DNS-resolved peer-IP checks (with a noted fallback to hostname-only validation when an HTTP proxy is in use).

RemediationAI

Upgrade Weblate to version 5.17 or later, which is available via PyPI (pip install --upgrade weblate) and through the official Docker images. The vendor advisory is at https://github.com/WeblateOrg/weblate/security/advisories/GHSA-xrwr-fcw6-fmq8 and the fixing pull request is https://github.com/WeblateOrg/weblate/pull/18684. For deployments that cannot immediately upgrade, the official workaround is to restrict which machine translation backends are available by setting the WEBLATE_MACHINERY environment variable or Django setting to a fixed allowlist of known-good service classes, which prevents users from supplying arbitrary endpoint URLs. Additionally, restricting the 'Administration' role to fully trusted users limits the pool of potential abusers. Note that the fix's runtime private-IP blocking falls back to hostname-only validation when an HTTP proxy is configured, so proxy-based deployments should also apply the ALLOWED_MACHINERY_DOMAINS allowlist after upgrading.

CVE-2025-61587 MEDIUM POC
6.1 Oct 01

Weblate is a web based localization tool. An open redirect exists in versions 5.13.2 and below via the redir parameter o

CVE-2026-34393 HIGH
8.8 Apr 15

Privilege escalation in Weblate versions prior to 5.17 allows an authenticated low-privileged user to modify sensitive f

CVE-2022-23915 HIGH
8.8 Mar 04

The package weblate from 0 and before 4.11.1 are vulnerable to Remote Code Execution (RCE) via argument injection when u

CVE-2026-55228 HIGH
8.1 Aug 26

Weblate's REST API failed to enforce permission scope on team (group) assignments in all versions prior to 2026.7, allow

CVE-2026-33435 HIGH
8.0 Apr 15

Remote code execution in Weblate's project backup restoration affects versions prior to 5.17, exploitable by authenticat

CVE-2026-23535 HIGH
8.0 Jan 16

The wlc Weblate command-line client prior to version 1.17.2 is vulnerable to arbitrary file write attacks through path t

CVE-2026-61792 HIGH
7.7 Aug 26

Arbitrary file read via symlink traversal in Weblate's App store metadata ZIP download affects all versions prior to 202

CVE-2026-34242 HIGH
7.7 Apr 15

Arbitrary file read vulnerability in Weblate versions prior to 5.17 allows authenticated attackers to read sensitive fil

CVE-2026-21889 HIGH
7.5 Jan 14

Weblate versions prior to 5.15.2 expose screenshot images through the web server without authentication controls, enabli

CVE-2026-33220 MEDIUM
6.8 Apr 15

Path traversal in Weblate allows authenticated users to read arbitrary files outside the repository via the translation

CVE-2026-24126 MEDIUM
6.6 Feb 19

Weblate versions up to 5.16.0 contains a vulnerability that allows attackers to an argument injection to `ssh-add` (CVSS

CVE-2026-62326 MEDIUM
6.5 Aug 26

Unbounded regular expression evaluation in Weblate prior to 2026.7 allows any authenticated user holding the built-in 'E

Vendor StatusVendor

SUSE

Severity: Low

Share

CVE-2026-34244 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy