XWiki Platform is a generic wiki platform. Starting in version 1.2-milestone-2 and prior to versions 15.10.9 and 16.3.0, any user with an account on the main wiki could run scheduling operations on subwikis. To reproduce, as a user on the main wiki without any special right, view the document Scheduler.WebHome
in a subwiki. Then, click on any operation (e.g., Trigger) on any job. If the operation is successful, then the instance is vulnerable. This has been patched in XWiki 15.10.9 and 16.3.0. As a workaround, those who have subwikis where the Job Scheduler is enabled can edit the objects on Scheduler.WebPreferences
to match the patch.
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 | 1.2.1 (including) | 15.10.9 (excluding) |
Xwiki | Xwiki | 16.0.0 (including) | 16.3.0 (excluding) |
Xwiki | Xwiki | 1.2 (including) | 1.2 (including) |
Xwiki | Xwiki | 1.2-milestone2 (including) | 1.2-milestone2 (including) |
Xwiki | Xwiki | 1.2-rc1 (including) | 1.2-rc1 (including) |
Xwiki | Xwiki | 1.2-rc2 (including) | 1.2-rc2 (including) |
Xwiki | Xwiki | 1.2-rc3 (including) | 1.2-rc3 (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.