---
id: CVE-2026-34244
aliases:
  - GHSA-xrwr-fcw6-fmq8
  - PYSEC-2026-2314
title: 'Weblate: SSRF via Project-Level Machinery Configuration '
summary: 'Weblate: SSRF via Project-Level Machinery Configuration '
severity: medium
cvss: 5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N'
vendor: weblate
product: weblate
ecosystem: pip
affected:
  - weblate < 5.17
patched:
  - weblate 5.17
published: '2026-04-16'
updated: '2026-07-13'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-xrwr-fcw6-fmq8'
references:
  - url: >-
      https://github.com/WeblateOrg/weblate/security/advisories/GHSA-xrwr-fcw6-fmq8
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-34244'
  - url: 'https://github.com/WeblateOrg/weblate/pull/18684'
  - url: >-
      https://github.com/WeblateOrg/weblate/commit/e619e9090202e4886b844c110d39308e7e882c0e
  - url: 'https://github.com/WeblateOrg/weblate'
tags:
  - osv
  - pip
epss: 0.00326
epssPercentile: 0.22989
ingestedAt: '2026-07-13T18:58:05.355Z'
---

## Overview

### Impact
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.

### Patches

* https://github.com/WeblateOrg/weblate/pull/18684
* The solution then has been cleaned up in followup patches

### Workarounds
Limiting available machinery services via WEBLATE_MACHINERY setting can avoid this.

### References

Thanks to @DavidCarliez for disclosing this via GitHub private vulnerability reporting.

## Affected packages

- `weblate < 5.17`

## Remediation

Upgrade to a patched release:

- `weblate 5.17`
