CVE-2026-32813

HIGH EPSS 19.6%
Published Mar 20, 20263mo ago · Modified Jun 17, 20261w ago
8.0 CVSS 3.1
High
Find Similar
Published Mar 20, 2026 3mo ago
Last Modified Jun 17, 2026 1w ago

Description

Admidio is an open-source user management solution. Versions 5.0.6 and below are vulnerable to arbitrary SQL Injection through the MyList configuration feature. The MyList configuration feature lets authenticated users define custom list column layouts, storing user-supplied column names, sort directions, and filter conditions in the adm_list_columns table via prepared statements. However, these stored values are later read back and interpolated directly into dynamically constructed SQL queries without sanitization or parameterization, creating a classic second-order SQL injection vulnerability (safe write, unsafe read). An attacker can exploit this to inject arbitrary SQL, potentially reading, modifying, or deleting any data in the database and achieving full database compromise. This issue has been fixed in version 5.0.7.

CVSS Details

Base Score
8.0
Exploitability
2.1
Impact
5.9
Vector string
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
Attack Vector Network
Attack Complexity Low
Privileges Required Low
User Interaction Required
Scope Unchanged
Confidentiality High
Integrity High
Availability High

Threat Intelligence

EPSS Exploit Probability
19.6% percentile
Exploit & Patch Status
Public Exploit Known
Patch Available

Weaknesses 1

CWE-89 SQL Injection Injection

Affected Products 1

VendorProductVersionRange
admidioadmidio* <5.0.7

References 2

  • github.com https://github.com/Admidio/admidio/commit/3473bf5a7aa1bfc5043e73979719396276f4189f
    Patch
  • github.com https://github.com/Admidio/admidio/security/advisories/GHSA-3x67-4c2c-w45m
    ExploitMitigationVendor Advisory

Remediation

  • github.com https://github.com/Admidio/admidio/commit/3473bf5a7aa1bfc5043e73979719396276f4189f
    Patch