ZeroHour

CVE-2026-82655

moderate

Unauthenticated Blind SQL Injection in Admidio before 5.0.12

CVSS 4.0
8.7 high
EPSS
<1%p26
Published
()
Modified
AI analysis

Admidio before 5.0.12, an open-source membership and association management platform, contains a blind SQL injection flaw (CWE-89) in the relation_type_list parameter of lists_show.php. An unauthenticated attacker can trigger the bug by supplying a dummy UUID in the role_list parameter to bypass authentication and then injecting SQL through relation_type_list. Successful exploitation allows arbitrary SQL queries against the backend database, enabling extraction of sensitive contents such as password hashes and user credentials. All deployments running a version prior to 5.0.12 are affected, with internet-reachable Admidio instances most exposed. Exploitation has not been confirmed: the flaw is not in CISA KEV, no public proof-of-concept is known, and EPSS places 30-day exploitation probability at only 0.3% (percentile 26), though the 8.7 CVSS 4.0 'high' score reflects the high confidentiality impact.

What to do: Upgrade to Admidio 5.0.12 or later. If an immediate upgrade is not possible, restrict or filter requests to lists_show.php (particularly the relation_type_list parameter) via a WAF or reverse proxy and review web access logs for anomalous relation_type_list values. Because the flaw can expose password hashes and credentials, consider forcing password resets and verifying stored hash strength if compromise is suspected.

Affected
Admidio (Admidio project) Admidioall versions before 5.0.12
Estimated exposure
moderatelikely low thousands of self-hosted sites (no public install telemetry in the available data) — Admidio is a niche, self-hosted open-source membership manager used mainly by small clubs and associations rather than a mass-market product with vendor-reported install counts, suggesting an installed base in the low thousands rather than…

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

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.

Weakness
CWE-89
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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

In the news

No ingested article mentions this CVE yet.