Description
The AR for WordPress plugin for WordPress is vulnerable to Directory Traversal in all versions up to, and including, 8.40 via the 'file' parameter parameter. This makes it possible for unauthenticated attackers to read the contents of arbitrary files on the server, which can contain sensitive information. Exploitation requires an attacker to first obtain a valid nonce and secure nonce via the publicly accessible ar_get_fresh_nonce and ar_process_user_image nopriv AJAX handlers, and to reproduce the encryption key locally — both steps are fully achievable by an unauthenticated attacker on any default free or unlicensed installation where ar_licence_key is unset.
Published: 2026-07-03
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The AR for WordPress plugin contains an unsanitized 'file' request parameter that enables directory traversal. This flaw, categorized as CWE‑22, allows an attacker to read arbitrary files on the server, potentially revealing sensitive data. Exploitation requires first retrieving a valid nonce through the publicly accessible ar_get_fresh_nonce AJAX handler and then reproducing the encryption key locally. Both actions are achievable without authentication on default free or unlicensed installations where ar_licence_key is unset, making the vulnerability practical for unauthenticated attackers.

Affected Systems

The vulnerability affects the AR for WordPress plugin distributed by webandprint in all versions up to and including 8.40. WordPress sites using a default free or unlicensed installation and running these plugin versions are particularly susceptible, as the AJAX endpoints needed for nonce acquisition and key reproduction are publicly available until a licence key is configured.

Risk and Exploitability

The CVSS score of 7.5 positions this flaw in the high severity range. The EPSS score of <1 % indicates a low but nonzero likelihood of exploitation, and the CVE is not listed in the CISA KEV catalog. Because the attacker can obtain the necessary nonce and key with a single unauthenticated access request, the attack path is straightforward in environments that have not upgraded beyond version 8.40 or that lack a licence key, making this vulnerability realistic for many WordPress sites.

Generated by OpenCVE AI on August 1, 2026 at 20:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor’s latest patch for AR for WordPress if one has been released.
  • If immediate patching is not possible, block or restrict the ar_get_fresh_nonce and ar_process_user_image AJAX endpoints by enforcing authentication or limiting them to authorized IP addresses.
  • If the plugin is not required for site functionality, uninstall it entirely to remove the attack surface.

Generated by OpenCVE AI on August 1, 2026 at 20:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 06 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 03 Jul 2026 01:45:00 +0000

Type Values Removed Values Added
Description The AR for WordPress plugin for WordPress is vulnerable to Directory Traversal in all versions up to, and including, 8.40 via the 'file' parameter parameter. This makes it possible for unauthenticated attackers to read the contents of arbitrary files on the server, which can contain sensitive information. Exploitation requires an attacker to first obtain a valid nonce and secure nonce via the publicly accessible ar_get_fresh_nonce and ar_process_user_image nopriv AJAX handlers, and to reproduce the encryption key locally — both steps are fully achievable by an unauthenticated attacker on any default free or unlicensed installation where ar_licence_key is unset.
Title AR for WordPress <= 8.40 - Unauthenticated Arbitrary File Read via 'file' 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

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-06T14:46:37.194Z

Reserved: 2026-07-01T12:16:13.432Z

Link: CVE-2026-14327

cve-icon Vulnrichment

Updated: 2026-07-06T14:46:33.394Z

cve-icon NVD

Status : Deferred

Published: 2026-07-03T02:16:23.470

Modified: 2026-07-06T18:02:49.450

Link: CVE-2026-14327

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T21:00:08Z

Weaknesses
  • CWE-22

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