Analysis and contextual insights are available on OpenCVE Cloud.
No vendor fix or workaround currently provided.
Additional remediation guidance may be available on OpenCVE Cloud.
Tracking
Sign in to view the affected projects.
| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-cwcx-382v-8m9g | Weblate Vulnerable to Authenticated SSRF via Project Backup Import bypassing validate_repo_url |
Mon, 11 May 2026 15:45:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| CPEs | cpe:2.3:a:weblate:weblate:*:*:*:*:*:*:*:* | |
| Metrics |
cvssV3_1
|
Fri, 08 May 2026 15:15:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Metrics |
ssvc
|
Thu, 07 May 2026 18:15:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| First Time appeared |
Weblate
Weblate weblate |
|
| Vendors & Products |
Weblate
Weblate weblate |
Thu, 07 May 2026 14:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| 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. | |
| Title | Weblate is Vulnerable to Authenticated SSRF via Project Backup Import bypassing validate_repo_url | |
| Weaknesses | CWE-20 CWE-918 |
|
| References |
|
|
| Metrics |
cvssV4_0
|
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-05-08T14:23:41.296Z
Reserved: 2026-04-21T23:58:43.803Z
Link: CVE-2026-41654
Updated: 2026-05-08T14:23:37.941Z
Status : Analyzed
Published: 2026-05-07T15:16:07.907
Modified: 2026-05-11T15:30:11.730
Link: CVE-2026-41654
No data.
OpenCVE Enrichment
Updated: 2026-05-07T18:00:11Z
Github GHSA