Severity by source
AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:L
Network-reachable low-complexity SQLi requiring a low-privilege authenticated account (PR:L); blind injection reaches data beyond the plugin boundary (S:C, C:H) with no direct integrity impact.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
2DescriptionCVE.org
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in appsbd Vitepos vitepos-lite allows Blind SQL Injection.This issue affects Vitepos: from n/a through <= 3.4.2.
AnalysisAI
Blind SQL injection in the appsbd Vitepos (vitepos-lite) WordPress point-of-sale plugin affects all versions up to and including 3.4.2, allowing an authenticated attacker with low privileges to inject crafted SQL into backend database queries and infer data via boolean/time-based responses. The CVSS 3.1 base score of 8.5 reflects a scope change (S:C) with high confidentiality impact, meaning the plugin's SQL context can reach database contents beyond its own security boundary. No public exploit was identified at time of analysis, and the CVE is not listed in CISA KEV.
Technical ContextAI
Vitepos is a WordPress plugin (CPE cpe:2.3:a:appsbd:vitepos) that adds point-of-sale functionality to WooCommerce/WordPress stores, sharing the site's underlying MySQL/MariaDB database. The root cause is CWE-89, Improper Neutralization of Special Elements used in an SQL Command: user-controllable input is concatenated into a SQL statement without parameterization or proper escaping (WordPress plugins typically should use $wpdb->prepare()). Because the injection is 'blind,' the query does not return data directly in the response; instead an attacker infers results through boolean-differential or time-delay behavior, which is slower but still fully effective for extracting arbitrary database rows.
RemediationAI
Upgrade the Vitepos / vitepos-lite plugin to a release later than 3.4.2 once appsbd publishes a fixed version; consult the Patchstack advisory (https://patchstack.com/database/Wordpress/Plugin/vitepos-lite/vulnerability/wordpress-vitepos-plugin-3-4-2-sql-injection-vulnerability) for the exact patched version, which was not enumerated in the available data - no vendor-released fixed version is independently confirmed here, so do not assume a version number. Until a patch is applied, restrict access to the plugin's POS endpoints by limiting which authenticated roles can reach them, deploy a WordPress/WooCommerce-aware WAF or virtual patch (Patchstack offers one) to filter SQL metacharacters on the affected parameters, and tighten database user privileges so the WordPress DB account cannot read tables beyond what the store needs - the trade-off being possible disruption to legitimate POS staff workflows and the need to test WAF rules against false positives. Disabling the plugin entirely is the strongest control if the POS feature is non-essential.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-43459