The file download facility doesnt sufficiently sanitize file paths in certain situations. This may result in users gaining access to private files that they should not have access to. Some sites may require configuration changes following this security release. Review the release notes for your Drupal version if you have issues accessing private files after updating.
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 |
---|---|---|---|
Drupal | Drupal | 7.0 (including) | 7.96 (excluding) |
Drupal | Drupal | 9.4 (including) | 9.4.14 (excluding) |
Drupal | Drupal | 9.5 (including) | 9.5.8 (excluding) |
Drupal | Drupal | 10.0 (including) | 10.0.8 (excluding) |
Drupal7 | Ubuntu | esm-apps/xenial | * |
Drupal7 | Ubuntu | esm-infra-legacy/trusty | * |
Drupal7 | Ubuntu | trusty | * |
Drupal7 | Ubuntu | trusty/esm | * |
Drupal7 | Ubuntu | xenial | * |
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.