Intel

AIKIDO-2026-495097

weblate is vulnerable to Server-Side Request Forgery (SSRF)

Server-Side Request Forgery (SSRF)GHSA-45m9-pf98-8jmq Published 3 days ago

35

Low Risk

This Affects:

PYTHONweblate
0.0.1 - 2026.7.1
Fixed in 2026.8.0
Are you affected? Scan for Free

TL;DR

Weblate validates a repository hostname's DNS resolution when a component repository URL is saved, but the external Git and other VCS clients perform their own DNS lookup when connecting. A user allowed to manage repository URLs can supply a hostname that first resolves to a public address and later resolves to a private or internal address, bypassing the validation. Protected VCS operations such as clone, fetch, or push can then reach internal VCS-compatible services and expose private repository contents. The fix binds protected Git HTTPS and SSH operations to the addresses approved during validation and disables transports that cannot enforce that binding.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and you allow untrusted users to configure component repository URLs for protected VCS connections.

Background info

weblate is vulnerable to Server-Side Request Forgery (SSRF) in versions 0.0.1 - 2026.7.1.

How to fix this

Upgrade the weblate library to the patch version.