CVE-2026-34382 PUBLISHED

Admidio: Missing CSRF Protection on Custom List Deletion in mylist_function.php

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

Admidio is an open-source user management solution. From version 5.0.0 to before version 5.0.8, the delete mode handler in mylist_function.php permanently deletes list configurations without validating a CSRF token. An attacker who can lure an authenticated user to a malicious page can silently destroy that user's list configurations — including organization-wide shared lists when the victim holds administrator rights. This issue has been patched in version 5.0.8.

Metrics

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

Product Status

Vendor Admidio
Product admidio
Versions
  • Version >= 5.0.0, < 5.0.8 is affected

References

Problem Types

  • CWE-352: Cross-Site Request Forgery (CSRF) CWE