Skip to main content

AR for WooCommerce EUVDEUVD-2026-41485

| CVE-2026-14352 HIGH
Path Traversal (CWE-22)
2026-07-03 Wordfence GHSA-r26p-86pc-qqj4
7.5
CVSS 3.1 · Vendor: Wordfence
Share

Severity by source

Vendor (Wordfence) PRIMARY
7.5 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
vuln.today AI
7.5 HIGH

Remote, low-complexity, unauthenticated because all three access controls are bypassable on default installs (PR:N/AC:L); read-only arbitrary file disclosure gives C:H with no integrity or availability impact.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (Wordfence).

CVSS VectorVendor: Wordfence

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Lifecycle Timeline

2
Analysis Generated
Jul 03, 2026 - 05:47 vuln.today
CVE Published
Jul 03, 2026 - 04:30 cve.org
HIGH 7.5

DescriptionCVE.org

The AR for WooCommerce 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. The three intended access controls all fail: valid nonces are freely minted by unauthenticated callers via the nopriv ar_get_fresh_nonce and ar_process_user_image AJAX handlers; the AES-256-CBC encryption key is derived from get_option('ar_licence_key'), which returns false on default free installations and yields a predictable key attackers can use to encrypt their own path payloads; and the Referer check is trivially bypassed because the Referer header is attacker-controlled.

AnalysisAI

Arbitrary file read in the AR for WooCommerce WordPress plugin (all versions through 8.40) lets unauthenticated attackers traverse directories via the 'file' parameter of AJAX-driven secure-download handlers, exposing wp-config.php, credentials, and other sensitive server files. The vulnerability is notable because three independent access controls - nonce validation, AES-256-CBC payload encryption, and a Referer check - each fail on default free installations, collapsing what looks like a defended endpoint into an open file-disclosure primitive. No public exploit identified at time of analysis, but the flaw is trivially reachable and was reported by Wordfence.

Technical ContextAI

The affected component is a WordPress e-commerce plugin (CPE cpe:2.3:a:webandprint:ar_for_woocommerce) that extends WooCommerce, published by webandprint. The root cause is CWE-22 (Improper Limitation of a Pathname to a Restricted Directory / Path Traversal): the ar-secure-download.php handler takes an attacker-influenced 'file' value and resolves it against the filesystem without canonicalizing or constraining it to an intended directory, allowing '../' sequences to escape the download root. The plugin attempts to gate this behind WordPress nonces (the ar_get_fresh_nonce and ar_process_user_image nopriv AJAX actions), an AES-256-CBC encryption layer keyed on get_option('ar_licence_key'), and an HTTP Referer check - but each is defeated because the nonce endpoint is exposed to unauthenticated (nopriv) callers, the license-key option returns false on free installs producing a predictable/derivable AES key, and the Referer header is client-supplied. The relevant code is at ar-woocommerce.php lines 143/249 and ar-secure-download.php lines 64/95.

RemediationAI

Vendor-released patch: 8.41 - update the AR for WooCommerce plugin to version 8.41 or later, which is the primary and confirmed remediation (see the fixing changeset at https://plugins.trac.wordpress.org/changeset/3593279/ar-for-woocommerce/trunk/includes/ar-secure-download.php and the 8.40-to-8.41 diff). If immediate patching is not possible, deactivate and remove the plugin, since its defense-in-depth controls (nonce, encryption, Referer) are all bypassable and cannot be salvaged by configuration; deactivation removes AR product-viewer functionality but eliminates the exposure. As compensating controls pending upgrade, block or restrict unauthenticated access to admin-ajax.php actions 'ar_get_fresh_nonce', 'ar_process_user_image', and the secure-download endpoint at the WAF or web-server layer, and use a WAF path-traversal rule to reject 'file' parameter values containing '../' or absolute paths - noting the trade-off that broad admin-ajax filtering can break other plugins that legitimately use nopriv AJAX. Setting a real value for the 'ar_licence_key' option only removes the predictable-key weakness and does not fix the traversal, so it is not a sufficient mitigation on its own. Consult the Wordfence advisory (https://www.wordfence.com/threat-intel/vulnerabilities/id/2049712a-6ff2-4e2a-98f8-93a493a5bfd3?source=cve) for detection guidance.

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-44000 CRITICAL POC
9.8 Oct 20

Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-27007 CRITICAL POC
9.8 May 01

The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-4295 CRITICAL POC
9.8 Jun 05

The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in

CVE-2024-50498 CRITICAL POC
10.0 Oct 28

Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u

Share

EUVD-2026-41485 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy