Amazon Affiliates Addon CVE-2025-30628
HIGHSeverity by source
AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:L
Authenticated network SQLi (PR:L, AV:N, AC:L) with scope change to the DB and high confidentiality read; integrity untouched and only limited availability impact, matching the reported vector.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
2DescriptionCVE.org
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in AA-Team Amazon Affiliates Addon for WPBakery Page Builder (formerly Visual Composer) azon-addon-js-composer allows SQL Injection.This issue affects Amazon Affiliates Addon for WPBakery Page Builder (formerly Visual Composer): from n/a through <= 1.2.
AnalysisAI
SQL injection in the AA-Team Amazon Affiliates Addon for WPBakery Page Builder (azon-addon-js-composer) WordPress plugin, affecting all versions from n/a through 1.2, allows authenticated attackers to inject arbitrary SQL into backend database queries. Because the CVSS vector carries PR:L, exploitation requires an authenticated (low-privilege) session, and the changed scope (S:C) plus high confidentiality impact means an attacker can read sensitive data beyond the plugin's own boundary. There is no public exploit identified at time of analysis and the EPSS score is very low (0.04%), so mass exploitation is not currently indicated.
Technical ContextAI
The vulnerability is a classic CWE-89 (Improper Neutralization of Special Elements used in an SQL Command). The affected component is azon-addon-js-composer, an add-on that integrates Amazon affiliate product functionality into the WPBakery Page Builder (formerly Visual Composer) page-building framework on WordPress. In this class of flaw, user-supplied input is concatenated into a SQL statement without parameterization or proper escaping - typically via WordPress's $wpdb query interface where a developer used raw string interpolation instead of $wpdb->prepare(). The Amazon Affiliates addon handles product/search parameters, and one or more of these inputs reaches a database query unsanitized, letting an attacker alter the query's logic against the underlying MySQL/MariaDB backend that stores WordPress data.
Affected ProductsAI
The affected product is the AA-Team Amazon Affiliates Addon for WPBakery Page Builder (formerly Visual Composer), plugin slug azon-addon-js-composer, for WordPress. All versions up to and including 1.2 are affected (the advisory states 'from n/a through <= 1.2', so no lower bound is defined and every released version through 1.2 should be treated as vulnerable). No CPE string was provided in the input. The authoritative advisory is Patchstack: https://patchstack.com/database/wordpress/plugin/azon-addon-js-composer/vulnerability/wordpress-amazon-affiliates-addon-for-wpbakery-page-builder-formerly-visual-composer-1-2-sql-injection-vulnerability?_s_id=cve
RemediationAI
No vendor-released fixed version is identified in the available data - the advisory covers through <= 1.2 with no stated patched release, so treat this as no vendor-released patch confirmed at time of analysis and monitor the Patchstack advisory (https://patchstack.com/database/wordpress/plugin/azon-addon-js-composer/vulnerability/wordpress-amazon-affiliates-addon-for-wpbakery-page-builder-formerly-visual-composer-1-2-sql-injection-vulnerability?_s_id=cve) and the AA-Team vendor page for an update beyond 1.2. Until a fixed version is published, the most effective compensating control is to deactivate and remove the azon-addon-js-composer plugin if the affiliate functionality is not business-critical (side effect: Amazon affiliate blocks rendered via this addon will stop working). If the plugin must remain active, restrict who holds authenticated accounts and disable open/self-service user registration or tighten default new-user roles (side effect: legitimate self-registration workflows break), and deploy a WordPress-aware WAF / virtual patch (Patchstack or equivalent) to filter SQL-injection payloads against the addon's endpoints (side effect: possible false positives on legitimate product queries). Also ensure database accounts used by WordPress have least-privilege grants to limit the blast radius of a successful injection.
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