Summary
CVE-2026-18352 is a directory traversal (path traversal) vulnerability in the WordPress User Access Manager plugin (by gm_alex) affecting all versions up to and including 2.3.15. It allows unauthenticated attackers to read arbitrary files on the server, exposing sensitive information, and is rated High severity (CVSS 7.5).
Technical details
- Root cause: Improper limitation of a pathname to a restricted directory (CWE-22) in the plugin’s file delivery logic. When the WordPress function
attachment_url_to_postid()returns0for a traversal path, the plugin falls back to the global post set by a validattachment_idparameter supplied by the attacker. The access check then passes against a legitimate public attachment while the file actually streamed is the attacker-chosen path. - Trigger conditions: A crafted request supplying a traversal path via the
uamgetfileparameter together with a validattachment_idfor a publicly accessible attachment. No authentication or user interaction is required. - Attack vector: Network. Remotely exploitable by an unauthenticated attacker.
- Impact: Disclosure of arbitrary files on the server (confidentiality). No integrity or availability impact.
Affected software
- User Access Manager plugin for WordPress (gm_alex): all versions up to and including 2.3.15.
Severity
- CVSS v3.1 base score: 7.5 (High)
- Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Mitigation and recommended actions
- Immediate: Update the User Access Manager plugin to 2.3.16 or later (2.3.17 is the latest release and includes further security fixes).
- If no patch can be applied: Deactivate and remove the plugin, or restrict access to its file-delivery endpoint (the
uamgetfileparameter) at the web server or WAF layer until the update is applied.
How IONIX identifies potentially affected assets
IONIX matches the following signals against data already collected when it crawled the asset; identifying the technology sends no request beyond that crawl.
- Raw response body:
/wp-content/plugins/user-access-manager/

