CVE-2022-48367:
Access control issue in ezsystems/ezpublish-kernel
9.8
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
3/12/2023
Updated
8/17/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
ezsystems/ezpublish-kernel | composer | >= 7.5.0, < 7.5.28 | 7.5.28 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability description explicitly states that object state-based access control limitations were ineffective due to a flawed update. The ObjectStateLimitationType::evaluate method is the core component responsible for evaluating whether a user meets the object state requirements. A failure in this method to properly check the object state would directly explain why access was granted regardless of state. This matches the CWE-862 (Missing Authorization) classification, as the authorization check was not properly implemented in the affected versions.