CVE-2026-82655 PUBLISHED

Admidio before 5.0.12 SQL Injection via relation_type_list

Assigner: VulnCheck
Reserved: 30.08.2026 Published: 30.08.2026 Updated: 30.08.2026

Admidio before 5.0.12 contains a blind SQL injection vulnerability in the relation_type_list parameter of lists_show.php that allows unauthenticated attackers to execute arbitrary SQL queries. Attackers can bypass authentication by providing a dummy UUID in role_list and inject SQL through relation_type_list to extract database contents including password hashes and user credentials.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
CVSS Score: 8.7

Product Status

Vendor Admidio
Product admidio
Versions Default: unaffected
  • affected from 0 to 5.0.12 (excl.)
  • Version 5.0.12 is unaffected

Credits

  • isanghyeon reporter

References

Problem Types

  • Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE