CVE-2025-31089: WordPress Order Splitter for WooCommerce plugin <= 5.3.0 - SQL Injection Vulnerability
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Fahad Mahmood Order Splitter for WooCommerce woo-order-splitter allows SQL Injection.This issue affects Order Splitter for WooCommerce: from n/a through <= 5.3.0.
Security readout for executives and security teams
Plain-English summary
This is a high-severity SQL injection in the WordPress Order Splitter for WooCommerce plugin through version 5.3.0. A low-privileged authenticated user could potentially read sensitive database data. The source bundle does not show active exploitation or a confirmed fixed version.
Executive priority
Prioritize remediation for ecommerce sites because successful exploitation could expose sensitive database information. The urgency is high, but the source bundle does not prove active exploitation.
Technical view
CVE-2025-31089 is CWE-89 in woo-order-splitter. CVSS 8.5 indicates network access, low attack complexity, low privileges required, no user interaction, changed scope, high confidentiality impact, no integrity impact, and low availability impact.
Likely exposure
Exposure is likely limited to WordPress/WooCommerce sites that have Order Splitter for WooCommerce installed at version 5.3.0 or earlier. Sites without the plugin are not affected based on the provided sources.
Exploitation context
The provided data does not identify a vulnerable parameter, endpoint, public exploit, or active exploitation. CISA KEV status is false in the bundle, so treat exploitation as possible but not confirmed.
Researcher notes
Evidence is sufficient for affected product, version range, CWE, and CVSS impact. It is incomplete on exploit details, fixed version, vulnerable code path, and observed attacks. Avoid assuming unauthenticated exploitation because CVSS lists PR:L.
Mitigation direction
Inventory WordPress sites for the woo-order-splitter plugin.
Check installed plugin versions against the affected range through 5.3.0.
Review vendor and Patchstack guidance for the fixed version or mitigation.
Disable or remove the plugin if no safe update is available.
Prioritize sites with customer, order, or payment-adjacent data.
Validation and detection
Confirm whether Order Splitter for WooCommerce is installed.
Record the exact plugin version on each WordPress site.
Verify whether low-privileged WordPress accounts exist on exposed sites.
Review logs for unusual database errors or suspicious plugin requests.
Document remediation status and remaining exceptions.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-89: Database access and collection lookup
Injection into data stores can inform collection, data access, and exfiltration detection reviews. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-89 · source CWE mapping
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.