CVE Catalog

CVE-2026-18352

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.68%

49th percentile - higher than 49% of all known CVEs

Summary

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. Unauthenticated attackers can read the contents of arbitrary files on the server, which can contain sensitive information. This occurs 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, causing the access check to pass against a legitimate public attachment while the file streamed is the attacker-chosen path.

Risk Assessment

Attackers can access sensitive data such as configuration files, passwords, or API keys, potentially leading to further privilege escalation and compromise of the entire WordPress installation.

Recommendation

Update the User Access Manager plugin to the latest version that includes a fix for the directory traversal vulnerability.

Other vulnerabilities in User Access Manager

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS