Description
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.
Published: 2026-08-30
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw is a blind SQL injection (CWE-89) that allows unauthenticated attackers to supply a malicious value for the relation_type_list parameter in lists_show.php. By sending a dummy UUID in role_list, an attacker can bypass the normal authentication mechanisms and execute arbitrary SQL statements. The resulting data leakage can include password hashes, user credentials, and other sensitive database content, which directly compromises confidentiality.

Affected Systems

Admidio installations running any version prior to 5.0.12 are affected. The vulnerability is present in the community edition of the software, which is widely deployed by small and medium enterprises, though it may also affect other editions; this inference is based on the absence of explicit vendor distinction. No other vendors or product lines are known to be impacted.

Risk and Exploitability

The CVSS score of 8.7 signals a high likelihood of successful exploitation and a severe impact on data integrity and confidentiality. Although no EPSS score is available and the vulnerability is not yet listed in the CISA KEV catalog, the combination of blind injection and authentication bypass makes the problem generally exploitable by any actor who can send HTTP requests to lists_show.php. The attack likely involves sending a crafted request that injects SQL through relation_type_list while using a dummy UUID for role_list to circumvent authentication.

Generated by OpenCVE AI on August 30, 2026 at 16:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Admidio to version 5.0.12 or newer, which removes the vulnerable code path.
  • Configure the web server or application to reject or whitelist only valid values for relation_type_list and to enforce strict input validation for all user‑controlled parameters.
  • Implement a web application firewall rule or equivalent input filtering to detect and block SQL injection attempts targeting the relation_type_list parameter and to flag suspicious activity on the role_list field.

Generated by OpenCVE AI on August 30, 2026 at 16:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 30 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
Description 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.
Title Admidio before 5.0.12 SQL Injection via relation_type_list
First Time appeared Admidio
Admidio admidio
Weaknesses CWE-89
CPEs cpe:2.3:a:admidio:admidio:*:*:*:*:*:*:*:*
Vendors & Products Admidio
Admidio admidio
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}

cvssV4_0

{'score': 8.7, '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'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-30T14:33:35.829Z

Reserved: 2026-08-30T13:38:29.951Z

Link: CVE-2026-82655

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-30T15:16:46.310

Modified: 2026-08-30T15:16:46.310

Link: CVE-2026-82655

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-30T16:30:17Z

Weaknesses
  • CWE-89

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