CVE-2022-25270: Incorrect authorization in Drupal core
6.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.55462%
CWE
Published
2/18/2022
Updated
2/3/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
drupal/core | composer | >= 9.3.0, < 9.3.6 | 9.3.6 |
drupal/core | composer | >= 8.0.0, < 9.2.13 | 9.2.13 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from missing entity access checks in the Quick Edit module. While no explicit code is shown, Drupal's architecture requires entity access validation
in controller methods handling editing operations. The QuickEditController::entityAccess
method is a logical candidate as it would be responsible for authorization decisions. The medium confidence reflects the lack of direct code/patch evidence, but aligns with the described vulnerability pattern and Drupal's security practices.