Severity by source
AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:L
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:L
Lifecycle Timeline
5DescriptionCVE.org
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in flycart UpsellWP checkout-upsell-and-order-bumps allows Blind SQL Injection.This issue affects UpsellWP: from n/a through <= 2.2.4.
AnalysisAI
Blind SQL injection in UpsellWP checkout plugin versions 2.2.4 and earlier allows authenticated attackers to execute arbitrary SQL queries with network access and without user interaction. The vulnerability affects the checkout-upsell-and-order-bumps functionality and could enable data exfiltration or database manipulation. No patch is currently available for this high-severity flaw.
Technical ContextAI
The vulnerability stems from improper input validation in SQL queries within the UpsellWP plugin, specifically related to CWE-89 (Improper Neutralization of Special Elements used in an SQL Command). This WordPress e-commerce plugin handles checkout upsells and order bumps, processing user-supplied data that gets incorporated into database queries without proper sanitization. The blind SQL injection technique means attackers cannot see query results directly but can infer information through timing attacks or boolean-based responses, making data extraction slower but still feasible.
RemediationAI
Upgrade the UpsellWP plugin to version 2.2.5 or later which should contain the security fix for this SQL injection vulnerability. Website administrators should check their WordPress dashboard for available plugin updates or manually update through the Flycart website. As an interim measure, consider implementing a Web Application Firewall (WAF) with SQL injection protection rules and restricting user registration if possible to limit the pool of potential authenticated attackers. Monitor database logs for suspicious query patterns that might indicate exploitation attempts.
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-12017