Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
Network SQLi with low complexity; Patchstack's 'Subscriber' label implies a low-privilege account (PR:L), changed scope reaching the shared DB, high confidentiality with only low availability impact.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
2DescriptionCVE.org
Subscriber SQL Injection in WPJAM Basic <= 7.0.1 versions.
AnalysisAI
SQL injection in the WPJAM Basic WordPress plugin (versions 7.0.1 and earlier, vendor denishua) lets attackers inject arbitrary SQL through an application entry point, exposing database contents. The Patchstack advisory classifies it as a 'Subscriber' SQL injection, implying low-privilege authenticated access, though the supplied CVSS vector marks it PR:N; either way the scope-changed impact (S:C) means the injected query reaches data beyond the plugin's own boundary. No public exploit identified at time of analysis, and it is not listed in CISA KEV.
Technical ContextAI
The affected component is WPJAM Basic (cpe:2.3:a:denishua:wpjam_basic), a general-purpose enhancement plugin for the WordPress CMS that runs inside the PHP/MySQL WordPress stack. The root cause is CWE-89: user-controllable input is concatenated into a SQL statement without proper parameterization or use of WordPress's $wpdb->prepare() sanitization, so crafted input alters query structure. Because WordPress plugins share the single site database, an injection here can read across tables (users, options, secrets) rather than being confined to plugin-specific data, which is consistent with the S:C (scope changed) rating.
RemediationAI
Upgrade WPJAM Basic to a release newer than 7.0.1; because the advisory bounds the flaw at '<= 7.0.1,' a patched build is expected but the exact fixed version is not stated in the available data, so confirm the current fixed version directly on the Patchstack advisory (https://patchstack.com/database/wordpress/plugin/wpjam-basic/vulnerability/wordpress-wpjam-basic-plugin-7-0-1-sql-injection-vulnerability) or the plugin's WordPress.org page before deploying. If an updated version is not yet available, apply compensating controls: deploy a WordPress/WAF virtual patch (Patchstack, Wordfence, or ModSecurity CRS SQLi rules) in front of the vulnerable endpoint, which adds latency and can false-positive on legitimate queries; disable open user self-registration (Settings > General > Membership) to raise the bar if the flaw truly needs a Subscriber account, at the cost of blocking legitimate signups; and consider deactivating the WPJAM Basic plugin entirely until patched, accepting the loss of whatever site functionality it provides. Restrict database user privileges to the minimum needed to limit blast radius of any successful injection.
More in Wpjam Basic
View allWPJAM Basic, a WordPress plugin, contains an unrestricted file upload vulnerability (CWE-434) that allows attackers to u
PHP Object Injection in the WPJAM Basic WordPress plugin (denishua) affects all versions up to and including 7.0, allowi
Sensitive data exposure in WPJAM Basic (WordPress plugin, versions ≤ 7.0.2.1) allows unauthenticated remote attackers to
Server-Side Request Forgery in the WPJAM Basic WordPress plugin (by denishua) affects all versions up to and including 7
Auth. Rated medium severity (CVSS 5.4), this vulnerability is remotely exploitable, low attack complexity. No vendor pat
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-57971
GHSA-4qrq-q3mh-x585