The Authenticated User Page Caching (Authcache) module 7.x-1.x before 7.x-1.5 for Drupal does not properly restrict access to cached pages, which allows remote attackers with the same role-combination as the superuser to obtain sensitive information via the cached pages of the superuser.
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 |
---|---|---|---|
Authenticated_user_page_caching | Drupal | 7.x-1.0 (including) | 7.x-1.0 (including) |
Authenticated_user_page_caching | Drupal | 7.x-1.1 (including) | 7.x-1.1 (including) |
Authenticated_user_page_caching | Drupal | 7.x-1.2 (including) | 7.x-1.2 (including) |
Authenticated_user_page_caching | Drupal | 7.x-1.3 (including) | 7.x-1.3 (including) |
Authenticated_user_page_caching | Drupal | 7.x-1.4 (including) | 7.x-1.4 (including) |
Authenticated_user_page_caching | Drupal | 7.x-1.5 (including) | 7.x-1.5 (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.