Vulnerability Description
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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/ar-for-woocommerce/tags/8.40/ar-wooco
- https://plugins.trac.wordpress.org/browser/ar-for-woocommerce/tags/8.40/ar-wooco
- https://plugins.trac.wordpress.org/browser/ar-for-woocommerce/tags/8.40/includes
- https://plugins.trac.wordpress.org/browser/ar-for-woocommerce/tags/8.40/includes
- https://plugins.trac.wordpress.org/changeset/3593279/ar-for-woocommerce/trunk/in
- https://plugins.trac.wordpress.org/changeset?old_path=%2Far-for-woocommerce/tags
- https://www.wordfence.com/threat-intel/vulnerabilities/id/2049712a-6ff2-4e2a-98f
FAQ
What is CVE-2026-14352?
CVE-2026-14352 is a vulnerability with a CVSS score of 7.5 (HIGH). 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 unauthenticat...
How severe is CVE-2026-14352?
CVE-2026-14352 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-14352?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.