SCA: security update for admidio/admidio (GHSA-3x67-4c2c-w45m)

high Tenable Cloud Security Plugin ID 438859

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2026-32813)

Solution

Update the admidio/admidio library and its related packages to version 5.0.7 or later.

See Also

https://github.com/advisories/GHSA-3x67-4c2c-w45m

Plugin Details

Severity: High

ID: 438859

Version: Revision 1.7

Type: Local

Family: SCA Checks

Published: 3/17/2026

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 57.88

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 9

Temporal Score: 7

Vector: CVSS2#AV:N/AC:L/Au:S/C:C/I:C/A:C

CVSS Score Source: CVE-2026-32813

CVSS v3

Risk Factor: High

Base Score: 8

Temporal Score: 7.2

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 3/16/2026

Vulnerability Publication Date: 3/16/2026

Reference Information

CVE: CVE-2026-32813

cwe: CWE-89