CVE-2024-39324:
aimeos/ai-admin-graphql improper access control vulnerability allows editors to manage own services
3.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.49198%
CWE
Published
7/2/2024
Updated
7/5/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:L
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
aimeos/ai-admin-graphql | composer | >= 2022.04.1, < 2022.10.10 | 2022.10.10 |
aimeos/ai-admin-graphql | composer | >= 2023.04.1, < 2023.10.6 | 2023.10.6 |
aimeos/ai-admin-graphql | composer | = 2024.04.1 | 2024.04.2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The core vulnerability stemmed from improper access control lists in resource.php where 'editor' was included in allowed groups for service operations. The patch (a839a5a) explicitly removes 'editor' from these entries. The Base.php methods like saveItem become vulnerable vectors when combined with these flawed configurations, though the root cause is the configuration itself. High confidence in resource.php entries as they directly map to the described vulnerability, medium confidence in Base.php methods as they're execution points dependent on configuration.