Advisory Database
  • Advisories
  • Dependency Scanning
  1. composer
  2. ›
  3. admidio/admidio
  4. ›
  5. CVE-2026-47233

CVE-2026-47233: Admidio: Any logged-in user can delete inventory fields via `mode=field_delete` — incomplete fix of #2024

May 29, 2026

Commit d37ca6b27b9674238e58491cf7ba292e66898f15 (“Delete item not check admin rights #2024”, 2026-04-12) 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.

References

  • github.com/Admidio/admidio/security/advisories/GHSA-xw54-c3mx-9pm3
  • github.com/advisories/GHSA-xw54-c3mx-9pm3
  • nvd.nist.gov/vuln/detail/CVE-2026-47233

Code Behaviors & Features

Detect and mitigate CVE-2026-47233 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 5.0.10

Fixed versions

  • 5.0.10

Solution

Upgrade to version 5.0.10 or above.

Impact 6.5 MEDIUM

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

Learn more about CVSS

Weakness

  • CWE-1281: Sequence of Processor Instructions Leads to Unexpected Behavior
  • CWE-862: Missing Authorization

Source file

packagist/admidio/admidio/CVE-2026-47233.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 06 Jun 2026 00:16:34 +0000.