HIGH 8.8

CVE-2026-8444: WP Review Slider Pro SQL Injection Vulnerability – Critical Database Data Risk

The WP Review Slider Pro plugin for WordPress contains a SQL injection vulnerability in its AJAX review-finding functionality. Attackers with basic subscriber-level access can inject malicious SQL commands through the 'curselrevs' parameter, allowing them to extract sensitive data from the WordPress database. The vulnerability exists because the plugin fails to properly sanitize user input before constructing database queries.

Source data · NVD / CISA · public domain

CVSS
3.1 · 8.8 HIGH · CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weaknesses (CWE)
CWE-89
Affected products
0 configuration(s)
Published / Modified
2026-06-16 / 2026-06-17

NVD description (verbatim)

The WP Review Slider Pro plugin for WordPress is vulnerable to SQL Injection via the 'curselrevs[]' parameter of the wpfb_find_reviews AJAX action in versions up to, and including, 12.6.8. This is due to the handler reading $_POST['curselrevs'] raw with no sanitization or type casting, then concatenating each array element directly into a `WHERE id IN ( ... )` clause without quoting and executing via $wpdb->get_results() without $wpdb->prepare(). This makes it possible for authenticated attackers, with Subscriber-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.

2 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

CVE-2026-8444 is a SQL injection flaw in WP Review Slider Pro versions up to 12.6.8, affecting the wpfb_find_reviews AJAX action handler. The vulnerability stems from direct concatenation of unsanitized $_POST['curselrevs'] array elements into a WHERE id IN() SQL clause, executed via $wpdb->get_results() without parameterized query preparation via $wpdb->prepare(). Authenticated attackers (Subscriber role and above) can break out of the intended IN clause and append arbitrary SQL statements, enabling data exfiltration. The CVSS 3.1 score of 8.8 (HIGH) reflects the network-accessible attack vector, low complexity, low privilege requirement, and high impact on confidentiality, integrity, and availability.

Business impact

This vulnerability poses a direct threat to WordPress sites running WP Review Slider Pro, particularly those with user registration or multi-author content. Attackers can systematically extract sensitive information from the database—including user credentials, personal data, post content, and plugin configurations. For SaaS or content platforms, this could lead to regulatory violations (GDPR, CCPA), reputational damage, and loss of customer trust. The low privilege requirement means even compromised or malicious subscriber accounts pose a significant risk.

Affected systems

WP Review Slider Pro plugin versions up to and including 12.6.8 are vulnerable. Any WordPress installation running this plugin with the affected version range is at risk, particularly those with open user registration or multiple subscriber-level contributors. The vulnerability is only exploitable by authenticated users, so sites with restricted access may face reduced but non-zero risk.

Exploitability

Exploitation requires valid WordPress credentials at Subscriber level or higher, but these are often widely distributed on multi-author sites or easily obtained through social engineering. The attack is straightforward to execute—no special tools or complex crafting required, only parameter manipulation in an AJAX request. The lack of complexity, combined with easy authentication mechanisms, makes this a relatively low-friction attack for insiders or users with valid (but compromised) credentials. Public exploit code or proof-of-concept documentation would significantly accelerate widespread attacks.

Remediation

Update WP Review Slider Pro to a patched version beyond 12.6.8 as soon as it becomes available. Until patching, disable the wpfb_find_reviews AJAX action or restrict access to trusted roles via a security plugin. Additionally, implement database-level access controls and monitor for suspicious SQL patterns in query logs. Consider enforcing stronger authentication (MFA) to reduce the risk of unauthorized subscriber-level account access.

Patch guidance

Monitor the WP Review Slider Pro plugin repository and official vendor communications for version releases addressing this vulnerability. Apply patches immediately upon availability, testing in a staging environment first to ensure compatibility with your site's configuration and other active plugins. Set up automatic plugin updates if your site infrastructure allows, or establish a regular patching schedule to stay current with security releases.

Detection guidance

Monitor WordPress error logs and database query logs for SQL syntax errors or unusual query patterns in the wpfb_find_reviews AJAX handler output. Web application firewalls (WAF) should flag POST requests to wp-admin/admin-ajax.php with action=wpfb_find_reviews containing SQL keywords (UNION, SELECT, WHERE, OR, --) in the curselrevs parameter. Audit database access logs for queries executed by the WordPress user account that deviate from expected patterns. Review subscriber and above user accounts for suspicious activity during the vulnerability window.

Why prioritize this

With a CVSS score of 8.8 and confirmed SQL injection capability, this vulnerability should be prioritized for immediate patching. The low privilege barrier (Subscriber access is often granted liberally) and high impact on data confidentiality create substantial risk. Organizations should treat this as urgent unless the plugin is unused or access is comprehensively restricted.

Risk score, explained

The score of 8.8 reflects a high-severity network-accessible SQL injection requiring only authenticated access. The attack vector is direct (HTTP/AJAX), exploitation is straightforward (no special conditions beyond authentication), and impact spans confidentiality, integrity, and availability of database contents. The only mitigating factor is the authentication requirement, but Subscriber-level credentials are often abundant or easily obtained, reducing the practical barrier to exploitation.

Frequently asked questions

Do I need an admin account to exploit this?

No. The vulnerability is exploitable by any authenticated user with Subscriber-level access or higher. On sites with user registration enabled, attackers can create their own Subscriber account to launch the attack.

What data can be extracted via this SQL injection?

An attacker can extract any data accessible to the WordPress database user account, including user credentials, email addresses, post content, plugin settings, and custom data stored in database tables. The scope of extraction depends on the database user's permissions.

Is there a temporary workaround if I cannot patch immediately?

You can disable the WP Review Slider Pro plugin entirely, or use a security plugin to block requests to the wpfb_find_reviews AJAX action. Additionally, restrict Subscriber-level account creation and closely audit existing subscribers until a patch is available.

Will this vulnerability be added to CISA's Known Exploited Vulnerabilities (KEV) catalog?

As of the current date, this vulnerability is not listed in the KEV catalog. However, given the straightforward nature of the exploit, it could be prioritized in the future if evidence of active exploitation emerges. Monitor CISA's advisories and your vendor's updates closely.

This analysis is provided for informational purposes and represents our assessment based on publicly available vulnerability data as of the stated publication date. Security assessments, CVSS scores, and exploitation difficulty may evolve as additional research is published. Organizations should verify patch availability and compatibility with their specific WordPress configurations before deployment. No exploit code or weaponized proof-of-concept techniques are provided herein. Always test patches in a non-production environment before applying to production systems. For the most current information, consult the WP Review Slider Pro vendor advisory and NIST CVE database. Source: NVD (public-domain), retrieved 2026-07-24. Analysis generated by SEC.co (claude-haiku-4-5).