CVE-2026-41654
CVE-2026-41654 is a high-severity vulnerability in Weblate with a CVSS 3.x base score of 8.1. 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-20.
Key facts
- Severity: High (CVSS 3.x base score 8.1)
- CVSS v4: 5.3
- EPSS exploit prediction: 0% (29th percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2026-28382
- Weakness: CWE-20
- Affected product: Weblate
- Published:
- Last modified:
Description
Weblate is a web based localization tool. Prior to version 5.17.1, an authenticated user with project.add permission (default on hosted Weblate SaaS and for any user holding an active billing/trial plan) can import a crafted project backup ZIP whose components/<name>.json contains an attacker-chosen repo URL pointing at a private address (e.g. http://127.0.0.1:9999/) or using a non-allow-listed scheme (e.g. file://, git://). Weblate persists the component via Component.objects.bulk_create([component])[0], which bypasses Django's full_clean() and therefore never runs the validate_repo_url validator. The URL is subsequently written verbatim into .git/config by configure_repo(pull=False). This issue has been patched in version 5.17.1.
Frequently asked questions
- What is CVE-2026-41654?
- Weblate is a web based localization tool. Prior to version 5.17.1, an authenticated user with project.add permission (default on hosted Weblate SaaS and for any user holding an active billing/trial plan) can import a crafted project backup ZIP whose components/<name>.json contains an attacker-chosen repo URL pointing at a private address (e.g. http://127.0.0.1:9999/) or using a non-allow-listed scheme (e.g. file://, git://). Weblate persists the component via Component.objects.bulk_create([component])[0], which bypasses Django's full_clean() and therefore never runs the validate_repo_url validator. The URL is subsequently written verbatim into .git/config by configure_repo(pull=False). This issue has been patched in version 5.17.1.
- How severe is CVE-2026-41654?
- CVE-2026-41654 has a CVSS 3.x base score of 8.1, rated high severity. It is exploitable over network with low attack complexity, requires low privileges and no user interaction. Impact on confidentiality is high, integrity high, and availability none.
- Is CVE-2026-41654 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (29th percentile), an estimate of the probability of exploitation in the next 30 days.
- What products are affected by CVE-2026-41654?
- CVE-2026-41654 affects Weblate. See the affected-products list for the exact vulnerable versions.
- How do I fix CVE-2026-41654?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround. Given its high severity, prioritise patching exposed systems.
- Does CVE-2026-41654 have an EU (EUVD) identifier?
- Yes. CVE-2026-41654 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2026-28382.
- When was CVE-2026-41654 published?
- CVE-2026-41654 was published on 2026-05-07 and last updated on 2026-06-17.
References
- https://github.com/WeblateOrg/weblate/commit/e1eff1f517c1ee315d69581910baaabb724e5ef0
- https://github.com/WeblateOrg/weblate/commit/e4b67a76d95d5165ecb9937f7485fd79223b7f14
- https://github.com/WeblateOrg/weblate/pull/19061
- https://github.com/WeblateOrg/weblate/pull/19062
- https://github.com/WeblateOrg/weblate/releases/tag/weblate-5.17.1
- https://github.com/WeblateOrg/weblate/security/advisories/GHSA-cwcx-382v-8m9g
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-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…
- CVE-2025-68279 — High (CVSS 7.7): Weblate is a web based localization tool. In versions prior to 5.15.1, it was possible to read arbitrary files from the…
Other CWE-20 (Improper Input Validation) vulnerabilities
- CVE-2026-48316 — Critical (CVSS 10.0): ColdFusion versions 2025.9, 2023.20 and earlier are affected by an Improper Input Validation vulnerability that could…
- CVE-2026-48281 — Critical (CVSS 10.0): ColdFusion versions 2025.9, 2023.20 and earlier are affected by an Improper Input Validation vulnerability that could…
- CVE-2026-48277 — Critical (CVSS 10.0): ColdFusion versions 2025.9, 2023.20 and earlier are affected by an Improper Input Validation vulnerability that could…
- CVE-2026-48055 — Critical (CVSS 10.0): Streambert is a cross-platform Electron Desktop App to stream and download any video media. In versions 2.4.0 and…
- CVE-2026-34910 — Critical (CVSS 10.0): A malicious actor with access to the network could exploit an Improper Input Validation vulnerability found in UniFi OS…
- CVE-2026-33587 — Critical (CVSS 10.0): Lack of user input sanitisation in Open Notebook v1.8.3 allows the application user to execute Python code (and…
Browse all CWE-20 (Improper Input Validation) vulnerabilities →