XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. When a user has view but not edit right on a page in XWiki, that user can delete the page and replace it by a page with new content without having delete right. The previous version of the page is moved into the recycle bin and can be restored from there by an admin. As the user is recorded as deleter, the user would in theory also be able to view the deleted content, but this is not directly possible as rights of the previous version are transferred to the new page and thus the user still doesnt have view right on the page. It therefore doesnt seem to be possible to exploit this to gain any rights. This has been patched in XWiki 14.10.21, 15.5.5 and 15.10.6 by cancelling save operations by users when a new document shall be saved despite the documents existing already.
The product does not perform an authorization check when an actor attempts to access a resource or perform an action.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Xwiki | Xwiki | 13.10.4 (including) | 14.0 (excluding) |
Xwiki | Xwiki | 14.2 (including) | 14.10.21 (excluding) |
Xwiki | Xwiki | 15.0 (excluding) | 15.5.5 (excluding) |
Xwiki | Xwiki | 15.6 (including) | 15.10.6 (excluding) |
Xwiki | Xwiki | 15.0 (including) | 15.0 (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 not 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.