CVE-2025-66407
CVE-2025-66407 is a medium-severity vulnerability in Weblate with a CVSS 3.x base score of 5.0. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-918.
Key facts
- Severity: Medium (CVSS 3.x base score 5.0)
- EPSS exploit prediction: 0% (8th percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2025-203462
- Weakness: CWE-918
- Affected product: Weblate
- Published:
- Last modified:
Description
Weblate is a web based localization tool. The Create Component functionality in Weblate allows authorized users to add new translation components by specifying both a version control system and a source code repository URL to pull from. However, prior to version 5.15, the repository URL field is not validated or sanitized, allowing an attacker to supply arbitrary protocols, hostnames, and IP addresses, including localhost, internal network addresses, and local filenames. When the Mercurial version control system is selected, Weblate exposes the full server-side HTTP response for the provided URL. This effectively creates a server-side request forgery (SSRF) primitive that can probe internal services and return their contents. In addition to accessing internal HTTP endpoints, the behavior also enables local file enumeration by attempting file:// requests. While file contents may not always be returned, the application’s error messages clearly differentiate between files that exist and files that do not, revealing information about the server’s filesystem layout. In cloud environments, this behavior is particularly dangerous, as internal-only endpoints such as cloud metadata services may be accessible, potentially leading to credential disclosure and full environment compromise. This has been addressed in the Weblate 5.15 release. As a workaround, remove Mercurial from `VCS_BACKENDS`; the Git backend is not affected. The Git backend was already configured to block the file protocol and does not expose the HTTP response content in the error message.
Frequently asked questions
- What is CVE-2025-66407?
- Weblate is a web based localization tool. The Create Component functionality in Weblate allows authorized users to add new translation components by specifying both a version control system and a source code repository URL to pull from. However, prior to version 5.15, the repository URL field is not validated or sanitized, allowing an attacker to supply arbitrary protocols, hostnames, and IP addresses, including localhost, internal network addresses, and local filenames. When the Mercurial version control system is selected, Weblate exposes the full server-side HTTP response for the provided URL. This effectively creates a server-side request forgery (SSRF) primitive that can probe internal services and return their contents. In addition to accessing internal HTTP endpoints, the behavior also enables local file enumeration by attempting file:// requests. While file contents may not always be returned, the application’s error messages clearly differentiate between files that exist and files that do not, revealing information about the server’s filesystem layout. In cloud environments, this behavior is particularly dangerous, as internal-only endpoints such as cloud metadata services may be accessible, potentially leading to credential disclosure and full environment compromise. This has been addressed in the Weblate 5.15 release. As a workaround, remove Mercurial from `VCS_BACKENDS`; the Git backend is not affected. The Git backend was already configured to block the file protocol and does not expose the HTTP response content in the error message.
- How severe is CVE-2025-66407?
- CVE-2025-66407 has a CVSS 3.x base score of 5.0, rated medium severity. It is exploitable over network with low attack complexity, requires low privileges and no user interaction. Impact on confidentiality is low, integrity none, and availability none.
- Is CVE-2025-66407 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (8th percentile), an estimate of the probability of exploitation in the next 30 days.
- What products are affected by CVE-2025-66407?
- CVE-2025-66407 affects Weblate. See the affected-products list for the exact vulnerable versions.
- How do I fix CVE-2025-66407?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround.
- Does CVE-2025-66407 have an EU (EUVD) identifier?
- Yes. CVE-2025-66407 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2025-203462.
- When was CVE-2025-66407 published?
- CVE-2025-66407 was published on 2025-12-16 and last updated on 2026-06-17.
References
- https://github.com/WeblateOrg/weblate/pull/17102
- https://github.com/WeblateOrg/weblate/pull/17103
- https://github.com/WeblateOrg/weblate/security/advisories/GHSA-hfpv-mc5v-p9mm
Affected products (1)
- cpe:2.3:a:weblate:weblate:*:*:*:*:*:*:*:*
More vulnerabilities in Weblate
- CVE-2025-64725 — Critical (CVSS 9.8): Weblate is a web based localization tool. In versions prior to 5.15, it was possible to accept an invitation opened by…
- CVE-2025-68398 — Critical (CVSS 9.1): Weblate is a web based localization tool. In versions prior to 5.15.1, it was possible to overwrite Git configuration…
- CVE-2026-34393 — High (CVSS 8.8): Weblate is a web based localization tool. In versions prior to 5.17, the user patching API endpoint didn't properly…
- CVE-2026-41654 — High (CVSS 8.1): Weblate is a web based localization tool. Prior to version 5.17.1, an authenticated user with project.add permission…
- CVE-2026-33435 — High (CVSS 8.0): Weblate is a web based localization tool. In versions prior to 5.17, the project backup didn't filter Git and Mercurial…
- CVE-2026-34242 — High (CVSS 7.7): Weblate is a web based localization tool. In versions prior to 5.17, the ZIP download feature didn't verify downloaded…
Other CWE-918 (Server-Side Request Forgery (SSRF)) vulnerabilities
- CVE-2026-47938 — Critical (CVSS 10.0): Adobe Campaign Classic (ACC) versions 7.4.3 build 9394 and earlier are affected by a Server-Side Request Forgery (SSRF)…
- CVE-2026-35431 — Critical (CVSS 10.0): Server-side request forgery (ssrf) in Microsoft Entra ID Entitlement Management allows an unauthorized attacker to…
- CVE-2026-32186 — Critical (CVSS 10.0): Server-side request forgery (ssrf) in Microsoft Bing allows an unauthorized attacker to elevate privileges over a…
- CVE-2026-33107 — Critical (CVSS 10.0): Server-side request forgery (ssrf) in Azure Databricks allows an unauthorized attacker to elevate privileges over a…
- CVE-2026-32871 — Critical (CVSS 10.0): FastMCP is a Pythonic way to build MCP servers and clients. Prior to version 3.2.0, the OpenAPIProvider in FastMCP…
- CVE-2026-32169 — Critical (CVSS 10.0): Server-side request forgery (ssrf) in Azure Cloud Shell allows an unauthorized attacker to elevate privileges over a…
Browse all CWE-918 (Server-Side Request Forgery (SSRF)) vulnerabilities →