Skip to content

Commit af91832

Browse files
1 parent e208191 commit af91832

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-3pmh-24wp-xpf4",
4+
"modified": "2025-12-15T22:32:03Z",
5+
"published": "2025-12-15T22:32:03Z",
6+
"aliases": [
7+
"CVE-2025-67715"
8+
],
9+
"summary": "Weblate has Systematic User and Project Enumeration via Broken Authorization in REST API (IDOR)",
10+
"details": "### Impact\n\nIt was possible to retrieve user notification settings or list all users via API.\n\n### Patches\n\n* https://github.com/WeblateOrg/weblate/pull/17256\n\n### References\n\nThanks to Hector Ruiz Ruiz & NaxusAI for responsibly disclosing this vulnerability to Weblate.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A: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-3pmh-24wp-xpf4"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/WeblateOrg/weblate/pull/17256"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/WeblateOrg/weblate"
50+
}
51+
],
52+
"database_specific": {
53+
"cwe_ids": [
54+
"CWE-284",
55+
"CWE-285"
56+
],
57+
"severity": "MODERATE",
58+
"github_reviewed": true,
59+
"github_reviewed_at": "2025-12-15T22:32:03Z",
60+
"nvd_published_at": null
61+
}
62+
}

0 commit comments

Comments
 (0)