Missing Authorization in Admidio - CVE-2026-47233
Published: May 25, 2026
Admidio
Detailed vulnerability description
The vulnerability allows a remote user to delete inventory fields and associated data.
The vulnerability exists due to missing authorization in modules/inventory.php field_delete handler when processing a crafted POST request to mode=field_delete. A remote user can send a specially crafted request to delete inventory fields and associated data.
Under the default inventory module configuration, any logged-in member can reach the handler, and deleting a non-system field also removes related item data and field option entries.