Description
The User Access Manager plugin for WordPress is vulnerable to Directory Traversal in all versions up to, and including, 2.3.15 via the 'uamgetfile' parameter parameter. This makes it possible for unauthenticated attackers to read the contents of arbitrary files on the server, which can contain sensitive information. This is possible because when attachment_url_to_postid() returns 0 for a traversal path, the plugin falls back to the global post set by a valid ?attachment_id parameter supplied by the attacker, causing the access check to pass against a legitimate public attachment while the file streamed is the attacker-chosen path.
Published: 2026-08-01
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The User Access Manager plugin for WordPress permits unauthenticated users to read arbitrary files on the server by exploiting a directory traversal flaw in the 'uamgetfile' parameter. When the attachment URL conversion fails, the plugin mistakenly streams a file from a path supplied by the attacker, bypassing the normal access check. This vulnerability can lead to disclosure of sensitive server files, configuration data, or private user information and is categorized as CWE-22.

Affected Systems

All instances of the User Access Manager plugin released by gm_alex, specifically versions 2.3.15 and earlier. Administrators should verify the installed version and upgrade if possible.

Risk and Exploitability

With a CVSS score of 7.5 the flaw is considered high severity, though the EPSS score is less than 1%, indicating a low probability of current exploitation. The lack of a CISA KEV listing further suggests limited known exploitation. However, because the attack vector is a simple HTTP request containing the 'uamgetfile' parameter, any website running a vulnerable plugin can be read by an attacker without authentication, making the risk significant for sites that store confidential data.

Generated by OpenCVE AI on August 3, 2026 at 09:31 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade User Access Manager to version 2.3.16 or later.
  • Use a web application firewall rule to block or reject requests containing the 'uamgetfile' parameter.
  • If immediate upgrade is not possible, patch the plugin's BaseControllerTrait.php file to prevent fallback to the global post, or disable the parameter entirely.

Generated by OpenCVE AI on August 3, 2026 at 09:31 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 03 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 03 Aug 2026 16:15:00 +0000

Type Values Removed Values Added
First Time appeared Gm Alex
Gm Alex user Access Manager
Wordpress
Wordpress wordpress
Vendors & Products Gm Alex
Gm Alex user Access Manager
Wordpress
Wordpress wordpress

Sun, 02 Aug 2026 00:00:00 +0000

Type Values Removed Values Added
Description The User Access Manager plugin for WordPress is vulnerable to Directory Traversal in all versions up to, and including, 2.3.15 via the 'uamgetfile' parameter parameter. This makes it possible for unauthenticated attackers to read the contents of arbitrary files on the server, which can contain sensitive information. This is possible because when attachment_url_to_postid() returns 0 for a traversal path, the plugin falls back to the global post set by a valid ?attachment_id parameter supplied by the attacker, causing the access check to pass against a legitimate public attachment while the file streamed is the attacker-chosen path.
Title User Access Manager <= 2.3.15 - Unauthenticated Arbitrary File Read via 'uamgetfile' Parameter
Weaknesses CWE-22
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}


Subscriptions

Gm Alex User Access Manager
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-03T15:52:06.324Z

Reserved: 2026-07-30T06:30:04.352Z

Link: CVE-2026-18352

cve-icon Vulnrichment

Updated: 2026-08-03T15:51:58.464Z

cve-icon NVD

Status : Deferred

Published: 2026-08-02T00:16:22.900

Modified: 2026-08-12T21:00:37.147

Link: CVE-2026-18352

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T15:52:50Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')