CVE-2022-28056: Incorrect Permission Assignment for Critical Resource in ShopXO
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.60607%
CWE
Published
5/3/2022
Updated
2/1/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 |
---|---|---|---|
shopxo/shopxo | composer | < 2.2.6 | 2.2.6 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability description explicitly references the Add
function in app/install/controller/Index.php
as the entry point for re-installation attacks. In secure implementations, installation endpoints should be disabled after initial setup. The presence of this accessible function with insufficient access controls allows attackers to trigger a reinstall, aligning with CWE-732 (incorrect permissions on critical resources). The direct match between the advisory's technical description and the function's role in the installation process justifies high confidence.