CVE 9.3 CRITICAL

Surecart – SQL Injection_CVE-2026-9065

9.3 / 10
CRITICAL
CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:N/SC:H/SI:H/SA:H

Description

SureCart version prior to 4.2.1 are vulnerable to authenticated SQL injection via multiple parameters ('model_name', 'model_id', 'integration_id', 'provider') on the REST API endpoint '/surecart/v1/integrations/{id}'.

The root cause is a flawed escaping bypass in the query builder ('wp-query-builder'). Values passed to the 'where()' method are only sanitized via '$wpdb->prepare()' when they do **not** contain a dot ('.') or the WordPress table prefix ('wp_'). By including a dot anywhere in the payload, an attacker completely bypasses the escaping logic and injects arbitrary SQL into the 'WHERE' clause, allowing full UNION-based extraction of the database.

AI Analysis

Authenticated SQL injection vulnerability in SureCart via multiple parameters on the REST API endpoint '/surecart/v1/integrations/{id}'

Basic Information

ID CVE-2026-9065
Source tenable
Published May 20, 2026 at 08:23

Affected Product

Vendor brainstormforce
Product Surecart
Version prior to 4.2.1
Affected Versions brainstormforce Surecart O

CWE Classification

AI Assessment

AI Score 9.3 / 10
AI Severity Critical
Vendor Brainstormforce
Product SureCart
Version prior to 4.2.1

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.