Vulnerability Description
The Bulk Order Update for WooCommerce plugin for WordPress is vulnerable to Arbitrary File Read in versions up to, and including, 1.6. This is due to the bouw_fetch_csv_data() AJAX handler being registered on the wp_ajax_nopriv_ hook with no capability or nonce check, and passing the attacker-supplied csv_url POST parameter — filtered only by esc_url_raw() (which leaves absolute filesystem paths intact) and validate_file() (which only rejects '..' traversal patterns) — directly into fopen()/fgetcsv() and reflecting the first parsed line in the JSON response. This makes it possible for unauthenticated attackers to read the first line of arbitrary files on the server (such as /etc/passwd) and to use the handler as a file-existence oracle.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/bulk-order-update-for-woocommerce/tag
- https://plugins.trac.wordpress.org/browser/bulk-order-update-for-woocommerce/tag
- https://plugins.trac.wordpress.org/browser/bulk-order-update-for-woocommerce/tag
- https://www.wordfence.com/threat-intel/vulnerabilities/id/d3aa1f74-6372-4abe-894
FAQ
What is CVE-2026-14500?
CVE-2026-14500 is a vulnerability with a CVSS score of 5.3 (MEDIUM). The Bulk Order Update for WooCommerce plugin for WordPress is vulnerable to Arbitrary File Read in versions up to, and including, 1.6. This is due to the bouw_fetch_csv_data() AJAX handler being regis...
How severe is CVE-2026-14500?
CVE-2026-14500 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-14500?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.