XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. In affected versions its possible for a user to write a script in which any velocity content is executed with the right of any other document content author. Since this API require programming right and the user does not have it, the expected result is $doc.document.authors.contentAuthor
(not executed script), unfortunately with the security vulnerability it is possible for the attacker to get XWiki.superadmin
which shows that the title was executed with the right of the unmodified document. This has been patched in XWiki versions 14.10.7 and 15.2RC1. Users are advised to upgrade. There are no known workarounds for this vulnerability.
The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check. This allows attackers to bypass intended access restrictions.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Xwiki | Xwiki | 3.3 (including) | 14.10.7 (excluding) |
Xwiki | Xwiki | 15.0 (including) | 15.2 (excluding) |
Xwiki | Xwiki | 3.2-milestone3 (including) | 3.2-milestone3 (including) |
Assuming a user with a given identity, authorization is the process of determining whether that user can access a given resource, based on the user’s privileges and any permissions or other access-control specifications that apply to the resource. When access control checks are incorrectly applied, users are able to access data or perform actions that they should not be allowed to perform. This can lead to a wide range of problems, including information exposures, denial of service, and arbitrary code execution.