CVE-2026-47233
Last modified
CVE-2026-47233 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. 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`.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Admidio | admidio | < 5.0.10 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-47233?
How severe is CVE-2026-47233?
How do I fix CVE-2026-47233?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-47228Admidio is an open-source user management solution. `modules…5.2
- CVE-2026-47229Admidio is an open-source user management solution. Prior to…5.4
- CVE-2026-4723Use-after-free in the JavaScript Engine component. This vuln…9.8
- CVE-2026-47230Admidio is an open-source user management solution. Prior to…6.5
- CVE-2026-47231Admidio is an open-source user management solution. Prior to…8.1
- CVE-2026-47232Admidio is an open-source user management solution. Prior to…4.3
- CVE-2026-47234Admidio is an open-source user management solution. Prior to…4.4
- CVE-2026-47236Solidtime is an open-source time-tracking app. Prior to vers…4.3
- CVE-2026-47237Kubeflow Community Distribution helps users to install Kubef…8
- CVE-2026-47238ClipBucket v5 is an open source video sharing platform. Prio…6.5
- CVE-2026-4724Undefined behavior in the Audio/Video component. This vulner…9.1
- CVE-2026-47240Net::IMAP implements Internet Message Access Protocol (IMAP)…5.8
Are you affected by CVE-2026-47233?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
