CVE-2018-11525
Description
CSV Injection in Advanced Order Export For WooCommerce (≤1.5.4) allows attackers to inject formulas into exported CSV files.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
CSV Injection in Advanced Order Export For WooCommerce (≤1.5.4) allows attackers to inject formulas into exported CSV files.
Vulnerability
The plugin "Advanced Order Export For WooCommerce" for WordPress, versions 1.5.4 and earlier, is vulnerable to CSV Injection [1]. The plugin exports order data in CSV format without properly sanitizing fields that contain values starting with special characters such as =, +, -, or @. When the exported CSV file is opened by a spreadsheet application like Microsoft Excel or LibreOffice Calc, these fields are interpreted as formulas and executed [1].
Exploitation
An attacker can exploit this vulnerability by creating a WooCommerce order that includes a specially crafted value in one of the exportable fields (e.g., billing address, order note, or custom field). The value must start with a formula injection character (=, +, -, or @) followed by a malicious formula, such as =CMD|'/C calc'!A0 [2]. No special privileges are required; any user who can place an order on the WooCommerce site can inject the payload. When the site administrator or any user with order export privileges exports orders to CSV and opens the file in a spreadsheet application, the malicious formula executes [1].
Impact
Upon opening the crafted CSV file in a vulnerable spreadsheet application, the injected formula can execute arbitrary commands, read or write files, or exfiltrate data from the user's machine. This can lead to complete compromise of the user's system, depending on the spreadsheet application and its security settings [2]. The attacker gains the ability to execute commands at the privilege level of the user who opens the file, which may be administrative on their local system.
Mitigation
A fix was released in version 1.5.5 of the plugin [1]. Users should update to the latest version immediately. As a workaround, users should enable the "Enable Dynamic Data Exchange" and "Enable Protected View" settings in Microsoft Excel, or use a text editor to inspect CSV files before opening them in a spreadsheet application [2].
AI Insight generated on May 24, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2<=1.5.4+ 1 more
- (no CPE)range: <=1.5.4
- (no CPE)range: <=1.5.4
Patches
1v3.4.0Release: advanced-order-export-for-woocommerce 3.4.0 (next version after vulnerable 1.5.4)
Vulnerability mechanics
No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.
References
3- www.exploit-db.com/exploits/44931/mitreexploitx_refsource_EXPLOIT-DB
- wordpress.org/plugins/woo-order-export-lite/mitrex_refsource_CONFIRM
- wpvulndb.com/vulnerabilities/9096mitrex_refsource_MISC
News mentions
0No linked articles in our index yet.