Skip to content

Commit ff7d8d7

Browse files
1 parent 9f38c2d commit ff7d8d7

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-8vcg-cfxj-p5m3",
4+
"modified": "2025-12-18T23:20:35Z",
5+
"published": "2025-12-18T23:20:35Z",
6+
"aliases": [
7+
"CVE-2025-68398"
8+
],
9+
"summary": "Weblate is vulnerable to RCE through Git config file overwrite",
10+
"details": "### Impact\n\nIt was possible to overwrite Git configuration remotely and override some of its behavior.\n\n\n### Resources\n\nThanks to Jason Marcello for responsible disclosure.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "PyPI",
21+
"name": "Weblate"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "5.15.1"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/WeblateOrg/weblate/security/advisories/GHSA-8vcg-cfxj-p5m3"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/WeblateOrg/weblate/pull/17330"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/WeblateOrg/weblate/pull/17345"
50+
},
51+
{
52+
"type": "PACKAGE",
53+
"url": "https://github.com/WeblateOrg/weblate"
54+
},
55+
{
56+
"type": "WEB",
57+
"url": "https://github.com/WeblateOrg/weblate/releases/tag/weblate-5.15.1"
58+
}
59+
],
60+
"database_specific": {
61+
"cwe_ids": [
62+
"CWE-22"
63+
],
64+
"severity": "CRITICAL",
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2025-12-18T23:20:35Z",
67+
"nvd_published_at": null
68+
}
69+
}

0 commit comments

Comments
 (0)