CVE-2026-57773
Deferred Deferred - Pending Action

Blind SQL Injection in Advanced Shipment Tracking for WooCommerce

Vulnerability report for CVE-2026-57773, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-13

Last updated on: 2026-07-13

Assigner: Patchstack

Description

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Zorem Advanced Shipment Tracking for WooCommerce woo-advanced-shipment-tracking allows Blind SQL Injection.This issue affects Advanced Shipment Tracking for WooCommerce: from n/a through <= 4.0.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-13
Last Modified
2026-07-13
Generated
2026-08-02
AI Q&A
2026-07-13
EPSS Evaluated
2026-08-01
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
zorem advanced_shipment_tracking_for_woocommerce to 4.0 (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

This vulnerability is an SQL Injection issue found in the Advanced Shipment Tracking for WooCommerce plugin, specifically in versions 4.0 and below. It allows an attacker to perform Blind SQL Injection by improperly neutralizing special elements used in SQL commands.

Blind SQL Injection means the attacker can send crafted queries to the database and infer information based on the application's responses, even if the data is not directly visible.

Detection Guidance

Detecting this SQL Injection vulnerability in the Advanced Shipment Tracking for WooCommerce plugin requires checking the installed version and monitoring for suspicious database activity.

  • Check the plugin version: Verify if the installed version of the Advanced Shipment Tracking for WooCommerce plugin is 4.0 or below. This can be done by navigating to the WordPress admin dashboard, going to 'Plugins', and checking the version number next to the plugin name.
  • Review web server logs: Look for unusual SQL-related queries or patterns in the web server logs, such as unexpected SQL commands or repeated failed login attempts. Commands like 'grep' can be used to search for suspicious entries. For example: 'grep -i "SELECT.*FROM.*tracking" /var/log/apache2/access.log' or 'grep -i "UNION.*SELECT" /var/log/nginx/access.log'.
  • Use a web application firewall (WAF): Deploy a WAF to monitor and block SQL Injection attempts. Many WAFs provide logs that can help identify exploitation attempts.
  • Database monitoring: Monitor database logs for unusual queries or unauthorized access. Tools like MySQL Enterprise Audit or PostgreSQL logging can help track suspicious activity.
  • Vulnerability scanning: Use a vulnerability scanner like Nessus, OpenVAS, or WPScan to detect outdated or vulnerable plugins. For example, run 'wpscan --url yourwebsite.com --enumerate vp' to scan for vulnerable plugins.
Impact Analysis

This vulnerability can allow a malicious actor to interact with the database behind the plugin, potentially leading to unauthorized access to sensitive information.

Although the impact is considered low severity, the CVSS score of 7.6 indicates a significant risk, including possible data theft or partial disruption of service.

Exploitation requires some level of privileges (PR:H) but does not require user interaction.

Compliance Impact

This SQL Injection vulnerability in the Advanced Shipment Tracking for WooCommerce plugin can significantly impact compliance with standards and regulations like GDPR and HIPAA.

Under GDPR, organizations must protect personal data from unauthorized access or disclosure. A SQL Injection vulnerability that allows attackers to steal information from the database could lead to a data breach, resulting in non-compliance with GDPR's data protection requirements. This may expose the organization to fines, legal action, and reputational damage.

For HIPAA, which applies to protected health information (PHI), a SQL Injection attack could expose sensitive patient data. Unauthorized access to such data violates HIPAA's Privacy and Security Rules, potentially leading to severe penalties, including fines and mandatory corrective action plans.

  • Risk of data exposure: Attackers could extract sensitive information, violating confidentiality requirements.
  • Non-compliance penalties: Organizations may face regulatory fines or legal consequences for failing to protect data.
  • Reputational harm: A breach could erode customer trust and damage the organization's reputation.

Addressing this vulnerability by updating the plugin is critical to maintaining compliance with these regulations.

Mitigation Strategies

The immediate step to mitigate this vulnerability is to update the Advanced Shipment Tracking for WooCommerce plugin to version 4.0.1 or later.

Enabling auto-updates for vulnerable plugins is also recommended to ensure ongoing protection.

Chat Assistant

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

EPSS Chart