CVE-2026-47233CWE-1281CWE-862broken-access-control

CVE-2026-47233

Medium · published August 12, 2026

CVSS v3.1
6.5
EPSS
0%
Percentile
12.5
In the wild
Unconfirmed
What it is

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.

The record
Technical detail
CVSS v3.1
6.5 · MEDIUM
Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
CVSS v4.0
Not supplied
EPSS
0.00221 · 12.5th percentile
Weaknesses
CWE-1281 · Sequence of Processor Instructions Leads to Unexpected Behavior; CWE-862 · Missing Authorization
Published
2026-08-12T19:17Z
References (3)
EPSS history
Timeline
  • 12 AUG 13:57Z
    Admidio: Any logged-in user can delete inventory fields via `mode=field_delete` — incomplete fix of #2024
    cvelistv5