CVE-2026-15302

ARMember <= 4.0.27 - Directory Traversal via X-FILENAME

2024-04-04 00:00
Lucio Sá

Strategic Overview

At a glance

CVE-2026-15302 is a medium-severity Absolute Path Traversal vulnerability in the ARMember WordPress plugin, affecting versions <= 4.0.27. It carries a CVSS score of 5.3 (reachable over the network; low attack complexity). Exploitation requires no authentication. The issue is fixed in version 4.0.28; sites on affected versions should update now. Disclosed April 2024, reported by Lucio Sá.

Vulnerability Overview

The ARMember plugin for WordPress is vulnerable to Directory Traversal in all versions up to, and including, 4.0.27 via the 'X-FILENAME' HTTP header. This makes it possible for unauthenticated attackers to upload and overwrite certain files (e.g., CSS) to directories outside the 'wp-content/uploads/armember' directory.

Technical Analysis

The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no privileges on the target site, and no interaction from a victim user.

CWE-36: Absolute Path Traversal

The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize absolute path sequences such as /abs/path that can resolve to a location that is outside of that directory.

Remediation

Update to version 4.0.28, or a newer patched version

How does WordSec protect against this?

The attempt arrives as an ordinary request to ARMember: WordSec's web application firewall inspects request payloads before WordPress loads them. None of that substitutes for the fix: ARMember 4.0.28 closes this, and updating the plugin is the step that ends it.

  • Firewall
  • Alerts

External References

Related records

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C