CyberRota
← Ana sayfaya dön

CVE-2026-9065

UNKNOWN · CVSS N/A EPSS %0.34

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-05-20T09:16:27.217 · Çekilme zamanı: 2026-06-17T12:01:25.396445+00:00

CyberRota Yorumu

SQL Injection riski içeriyor.

CVE
CVE-2026-9065
Severity
UNKNOWN
CVSS
N/A
EPSS
%0.34
WordPress

Orijinal NVD Açıklaması

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.