{"id":"CVE-2026-47233","aliases":["GHSA-xw54-c3mx-9pm3"],"url":"https://o3.security/vulnerability/CVE-2026-47233","summary":"Admidio: Any logged-in user can delete inventory fields via `mode=field_delete` — incomplete fix of #2024","details":"Admidio is an open-source user management solution. Version 5.0.9 added a missing `isAdministratorInventory()` gate to `case 'item_delete':` in `modules/inventory.php`. The same fix was not applied to the sibling `case 'field_delete':` handler, which destroys an entire inventory field definition, cascading to every `adm_inventory_item_data` row that referenced that field and every `adm_inventory_field_options` entry. The handler validates only a session-bound CSRF token; there is no `isAdministratorInventory()` check at the controller level, and `Admidio\\Inventory\\Entity\\ItemField::delete()` does not enforce one at the entity level either (unlike its sibling `ItemField::save()`, which does check `$gCurrentUser->isAdministrator()`). Any user who can log in to the site can permanently destroy a non-system inventory field by sending one POST. Version 5.0.10 provides an updated fix.","published":"2026-08-12T13:57:14.510Z","modified":"2026-08-15T11:31:10.110772878Z","cvss":{"score":6.5,"severity":"MEDIUM","vector":"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N"},"epss":{"score":0.00221,"percentile":0.12913,"asOf":"2026-08-16"},"cisaKev":null,"exploitsKnown":0,"affectedPackages":[{"ecosystem":"Packagist","name":"admidio/admidio","fixedVersion":"5.0.10"}],"fix":{"url":"https://github.com/Admidio/admidio/commit/d37ca6b27b9674238e58491cf7ba292e66898f15","label":"Admidio/admidio@d37ca6b"},"references":[{"type":"ADVISORY","url":"https://github.com/Admidio/admidio/security/advisories/GHSA-xw54-c3mx-9pm3"},{"type":"ADVISORY","url":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/47xxx/CVE-2026-47233.json"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2026-47233"},{"type":"FIX","url":"https://github.com/Admidio/admidio/commit/d37ca6b27b9674238e58491cf7ba292e66898f15"}],"provenance":{"sources":["OSV.dev","FIRST.org (EPSS)"],"lastVerified":"2026-08-15T11:31:10.110772878Z"}}