SQL Injection in Gm Alex User Access Manager
CVE-2026-15281
The User Access Manager plugin for WordPress is vulnerable to Second-Order SQL Injection via the 'id' parameter of the wp_ajax_save-attachment-compat AJAX action in versions up to, and including, 2.3.12. This is due to insufficient validation on the objectId value stored in the saveAjaxAttachmentData() function and subsequent unparameterized concatenation in the addQueryExcludedPostFilter() function — the stored value is later retrieved from the database and used as an array key, then directly imploded into a SQL NOT IN() clause without integer casting or prepared statements. This makes it possible for authenticated attackers, with subscriber-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Vulnerability class: SQL Injection
EPSS: 0.003 (25.9th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 6.5 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N.
Affected products
- Gm_alex User Access Manager — versions 0
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2026-15281?
- CVE-2026-15281 is a medium-severity vulnerability in Gm Alex User Access Manager, classified under SQL Injection. CVSS score: 6.5/10. Published 2026-08-05.
- How severe is CVE-2026-15281?
- Medium severity. CVSS v3 base score is 6.5 out of 10.