CVE-2026-34383 PUBLISHED

Admidio: CSRF and Form Validation Bypass in Inventory Item Save via `imported` Parameter

Assigner: GitHub_M
Reserved: 27.03.2026 Published: 31.03.2026 Updated: 31.03.2026

Admidio is an open-source user management solution. Prior to version 5.0.8, the inventory module's item_save endpoint accepts a user-controllable POST parameter imported that, when set to true, completely bypasses both CSRF token validation and server-side form validation. An authenticated user can craft a direct POST request to save arbitrary inventory item data without CSRF protection and without the field value checks that the FormPresenter validation normally enforces. This issue has been patched in version 5.0.8.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
CVSS Score: 4.3

Product Status

Vendor Admidio
Product admidio
Versions
  • Version < 5.0.8 is affected

References

Problem Types

  • CWE-20: Improper Input Validation CWE
  • CWE-352: Cross-Site Request Forgery (CSRF) CWE