---
cve: "CVE-2026-47233"
severity: "MEDIUM"
cvss: 6.5
epss: "22%"
vendor: "Admidio"
kev: false
exploited: false
published: "2026-08-12 15:17:33"
tags: [cve, security, medium]
source: tsecurity.de CVE-Dossier
exported: "2026-09-16T12:45:24+02:00"
---

# CVE-2026-47233

> 6.5 MEDIUM · 🧪 PoC

## Beschreibung

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.

## CVSS-Vektor

```
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
```

| Metrik | Wert | Bewertung |
|---|---|---|
| AV Angriffsvektor | Netzwerk | bad |
| AC Komplexität | Gering | bad |
| PR Privilegien | Gering | warn |
| UI Interaktion | Keine | bad |
| S Scope | Unverändert | good |
| C Vertraulichkeit | Keine | good |
| I Integrität | Hoch | bad |
| A Verfügbarkeit | Keine | good |

## Patch verfügbar (OSV)

- d37ca6b27b9674238e58491cf7ba292e66898f15 (Commit)

## Referenzen

- <https://github.com/Admidio/admidio/security/advisories/GHSA-xw54-c3mx-9pm3>
- <https://github.com/Admidio/admidio/commit/d37ca6b27b9674238e58491cf7ba292e66898f15>

---
_Exportiert aus dem [tsecurity.de CVE-Dossier](https://tsecurity.de/cve?cve=CVE-2026-47233) · Datenquellen: EUVD (ENISA), NVD, OSV, CISA KEV, FIRST EPSS, Exploit-DB, BSI BITS_
