Skip to content

Commit 5ccab77

Browse files
1 parent c42e41a commit 5ccab77

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-m6hq-f4w9-qrjj",
4+
"modified": "2025-12-15T19:58:09Z",
5+
"published": "2025-12-15T19:58:09Z",
6+
"aliases": [
7+
"CVE-2025-64725"
8+
],
9+
"summary": "Weblate has improper validation upon invitation acceptance",
10+
"details": "### Impact\n\nIt was possible to accept an invitation opened by a different Weblate user.\n\n### Patches\n\n* https://github.com/WeblateOrg/weblate/pull/16913\n\n### Workarounds\n\nUsers should avoid leaving Weblate sessions with an unattended opened invitation.\n\n### References\n\nThanks to Nahid0x for responsibly disclosing this vulnerability to Weblate.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:L/AC:H/AT:P/PR:L/UI:P/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N"
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"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/WeblateOrg/weblate/security/advisories/GHSA-m6hq-f4w9-qrjj"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/WeblateOrg/weblate/pull/16913"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/WeblateOrg/weblate/commit/02e904675f0608a6bbfbf9466eeccd9d022591e9"
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"
58+
}
59+
],
60+
"database_specific": {
61+
"cwe_ids": [
62+
"CWE-286"
63+
],
64+
"severity": "LOW",
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2025-12-15T19:58:09Z",
67+
"nvd_published_at": null
68+
}
69+
}

0 commit comments

Comments
 (0)