CVE-2026-11360
Received Received - Intake
SQL Injection in Advanced Order Export For WooCommerce Plugin

Publication date: 2026-06-18

Last updated on: 2026-06-18

Assigner: Wordfence

Description
The Advanced Order Export For WooCommerce plugin for WordPress is vulnerable to generic SQL Injection via the 'sort_direction' parameter in all versions up to, and including, 4.0.10 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with shop manager-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. The endpoint requires a valid woe_nonce and Shop Manager-level capabilities (view_woocommerce_reports or export_woocommerce_orders), and wp_magic_quotes protection is stripped via stripslashes_deep() before processing, allowing quote and backslash characters to survive intact into the SQL context.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-18
Last Modified
2026-06-18
Generated
2026-06-18
AI Q&A
2026-06-18
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
woocommerce advanced_order_export_for_woocommerce to 4.0.10 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

The Advanced Order Export For WooCommerce plugin for WordPress has a generic SQL Injection vulnerability in the 'sort_direction' parameter in all versions up to and including 4.0.10. This happens because the plugin does not properly escape user input and does not sufficiently prepare the SQL query. Authenticated attackers with shop manager-level access or higher can inject additional SQL queries through this parameter.

The vulnerability requires a valid woe_nonce and specific capabilities (view_woocommerce_reports or export_woocommerce_orders). Additionally, protections like wp_magic_quotes are bypassed because stripslashes_deep() removes escaping, allowing dangerous characters like quotes and backslashes to be included in the SQL query.

Impact Analysis

This vulnerability allows an attacker with shop manager-level access to execute arbitrary SQL queries on the database. This can lead to extraction of sensitive information from the database, potentially exposing confidential data related to orders, customers, or other stored information.

Compliance Impact

The vulnerability allows authenticated attackers with shop manager-level access to perform SQL Injection attacks that can extract sensitive information from the database.

Such unauthorized access and potential data extraction could lead to violations of data protection regulations like GDPR and HIPAA, which require safeguarding sensitive personal and health information.

However, the provided context does not explicitly mention compliance impacts or specific regulatory consequences.

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