CVE-2026-14327
Received Received - Intake

Directory Traversal in AR for WordPress Plugin

Vulnerability report for CVE-2026-14327, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-03

Last updated on: 2026-07-03

Assigner: Wordfence

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-03
Last Modified
2026-07-03
Generated
2026-07-03
AI Q&A
2026-07-03
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
wordfence ar to 8.40 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The AR for WordPress plugin is vulnerable to a Directory Traversal attack in all versions up to and including 8.40. This vulnerability occurs via the 'file' parameter, allowing unauthenticated attackers to read arbitrary files on the server.

To exploit this vulnerability, an attacker must first obtain a valid nonce and secure nonce through publicly accessible AJAX handlers (ar_get_fresh_nonce and ar_process_user_image). They also need to reproduce the encryption key locally. Both steps are achievable by unauthenticated attackers on default free or unlicensed installations where the ar_licence_key is unset.

Impact Analysis

This vulnerability allows attackers to read the contents of arbitrary files on the server without authentication. These files may contain sensitive information, which could lead to data exposure or leakage.

Detection Guidance

Detection of this vulnerability involves checking for attempts to exploit the 'file' parameter in the AR for WordPress plugin via the publicly accessible AJAX handlers ar_get_fresh_nonce and ar_process_user_image nopriv.

You can monitor web server logs for suspicious requests targeting these AJAX endpoints with unusual 'file' parameter values that attempt directory traversal patterns (e.g., ../ or ..\).

Example commands to detect such attempts include using grep on your web server access logs:

  • grep -i 'ar_get_fresh_nonce' /var/log/apache2/access.log | grep -E '\.\./|\.\.\\'
  • grep -i 'ar_process_user_image' /var/log/apache2/access.log | grep -E '\.\./|\.\.\\'

Additionally, scanning for the presence of the AR for WordPress plugin and verifying if the ar_licence_key is unset can help identify vulnerable installations.

Mitigation Strategies

Immediate mitigation steps include updating the AR for WordPress plugin to a version later than 8.40 where this vulnerability is fixed.

If an update is not immediately possible, restrict access to the vulnerable AJAX handlers (ar_get_fresh_nonce and ar_process_user_image) by implementing firewall rules or web server access controls to block unauthenticated requests.

Ensure that the ar_licence_key is properly set to prevent exploitation on default free or unlicensed installations.

Monitor logs for suspicious activity and consider disabling or removing the plugin if it is not essential.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-14327. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart