CyberRota
← Ana sayfaya dön

CVE-2026-12800

HIGH · CVSS 7.5 EPSS %0.30

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-07-28T09:16:40.667 · Çekilme zamanı: 2026-07-28T18:30:37.798589+00:00

CyberRota Yorumu

SQL Injection riski içeriyor.

CVE
CVE-2026-12800
Severity
HIGH
CVSS
7.5
EPSS
%0.30
WordPress

Orijinal NVD Açıklaması

The Premium Packages – Sell Digital Products Securely plugin for WordPress is vulnerable to SQL Injection via the 'code' parameter of the POST /wp-json/wpdmpp/v1/cart/coupon REST API endpoint in versions up to, and including, 6.2.0. This is due to insufficient escaping on the user-supplied parameter, which is interpolated directly into a raw SQL query string in the CouponCodes::find() method without use of $wpdb->prepare() or esc_sql(). This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.