Skip to content

Commit 2ea1b29

Browse files
1 parent a8083c9 commit 2ea1b29

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-v7r8-8p5c-h4xw",
4+
"modified": "2025-11-18T17:42:53Z",
5+
"published": "2025-11-18T17:42:53Z",
6+
"aliases": [
7+
"CVE-2025-54990"
8+
],
9+
"summary": "XWiki AdminTools application doesn't set permissions on the AdminTools space",
10+
"details": "### Impact\n\nUsers without admin rights have access to `AdminTools.SpammedPages`. \n\n### Details\nView rights are not restricted only to admin users for `AdminTools.SpammedPages`. While no data is visible to non admin users, the page is still accessible.\n\n### Workarounds\nSet the view rights for the `AdminTools` space to be only available for the `XWikiAdminGroup`.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "com.xwiki.admintools:application-admintools"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "1.1"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/xwikisas/application-admintools/security/advisories/GHSA-v7r8-8p5c-h4xw"
42+
},
43+
{
44+
"type": "PACKAGE",
45+
"url": "https://github.com/xwikisas/application-admintools"
46+
}
47+
],
48+
"database_specific": {
49+
"cwe_ids": [
50+
"CWE-276"
51+
],
52+
"severity": "MODERATE",
53+
"github_reviewed": true,
54+
"github_reviewed_at": "2025-11-18T17:42:53Z",
55+
"nvd_published_at": null
56+
}
57+
}

0 commit comments

Comments
 (0)