CVE-2025-66407 Details
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.
A server-side request forgery (SSRF) vulnerability has been identified in Weblate versions prior to 5.15. This issue arises in the Create Component functionality, where the repository URL field is not properly validated. This lack of validation allows users to input arbitrary protocols, hostnames, IP addresses, and local filenames. When the Mercurial version control system is selected, Weblate reveals the full server-side HTTP response for the provided URL. This behavior can be exploited to probe internal services, access local files, and in cloud environments, potentially compromise the entire system by accessing sensitive metadata services.
Users can upgrade to Weblate version 5.15 or remove Mercurial from the VCS_BACKENDS configuration. The Git backend is not affected by this vulnerability.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Dec 16, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/WeblateOrg/weblate/pull/17102 | [email protected] | Issue TrackingPatch |
| https://github.com/WeblateOrg/weblate/pull/17103 | [email protected] | Issue TrackingPatch |
| https://github.com/WeblateOrg/weblate/security/advisories/GHSA-hfpv-mc5v-p9mm | [email protected] | Vendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-918 | Server-Side Request Forgery (SSRF) | [email protected] |
| CWE-352 | Cross-Site Request Forgery (CSRF) | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| weblate weblate | < 5.15 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Jan 12, 2026 | Initial Analysis | [email protected] |
| Dec 16, 2025 | New CVE Received | [email protected] |