From 966f447d424a1fca3018c711fd0489fb684937da Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 20:05:32 +0000 Subject: [PATCH] Publish GHSA-gq32-758c-3wm3 --- .../GHSA-gq32-758c-3wm3.json | 107 ++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 advisories/github-reviewed/2025/03/GHSA-gq32-758c-3wm3/GHSA-gq32-758c-3wm3.json diff --git a/advisories/github-reviewed/2025/03/GHSA-gq32-758c-3wm3/GHSA-gq32-758c-3wm3.json b/advisories/github-reviewed/2025/03/GHSA-gq32-758c-3wm3/GHSA-gq32-758c-3wm3.json new file mode 100644 index 00000000000..dccdb988233 --- /dev/null +++ b/advisories/github-reviewed/2025/03/GHSA-gq32-758c-3wm3/GHSA-gq32-758c-3wm3.json @@ -0,0 +1,107 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-gq32-758c-3wm3", + "modified": "2025-03-19T20:03:42Z", + "published": "2025-03-19T20:03:42Z", + "aliases": [ + "CVE-2025-29924" + ], + "summary": "XWiki uses the wrong wiki reference in AuthorizationManager", + "details": "### Impact\n\nIt's possible for an user to get access to private information through the REST API - but could also be through another API - when a sub wiki is using \"Prevent unregistered users to view pages\". The vulnerability only affects subwikis, and it only concerns specific right options such as \"Prevent unregistered users to view pages\". or \"Prevent unregistered users to edit pages\".\n\nIt's possible to detect the vulnerability by enabling \"Prevent unregistered users to view pages\" and then trying to access a page through the REST API without using any credentials.\n\n### Patches\n\nThe vulnerability has been patched in XWiki 15.10.14, 16.4.6 and 16.10.0RC1. \n\n### Workarounds\n\nThere's no workaround.\n\n### References\n\n * JIRA ticket: https://jira.xwiki.org/browse/XWIKI-22640\n * Commit of the fix: https://github.com/xwiki/xwiki-platform/commit/5f98bde87288326cf5787604e2bb87836875ed0e\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n* Open an issue in [Jira XWiki.org](https://jira.xwiki.org/)\n* Email us at [Security Mailing List](mailto:security@xwiki.org)", + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.xwiki.platform:xwiki-platform-security-authorization-api" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "6.1-rc-1" + }, + { + "fixed": "15.10.14" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.xwiki.platform:xwiki-platform-security-authorization-api" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "16.0.0-rc-1" + }, + { + "fixed": "16.4.6" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.xwiki.platform:xwiki-platform-security-authorization-api" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "16.5.0-rc-1" + }, + { + "fixed": "16.10.0-rc-1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-gq32-758c-3wm3" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-29924" + }, + { + "type": "WEB", + "url": "https://github.com/xwiki/xwiki-platform/commit/5f98bde87288326cf5787604e2bb87836875ed0e" + }, + { + "type": "PACKAGE", + "url": "https://github.com/xwiki/xwiki-platform" + }, + { + "type": "WEB", + "url": "https://jira.xwiki.org/browse/XWIKI-22640" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-269" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-03-19T20:03:42Z", + "nvd_published_at": "2025-03-19T18:15:25Z" + } +} \ No newline at end of file