CVE-2026-11969
Received Received - Intake

SQL Injection in WP TripAdvisor Review Slider Plugin

Vulnerability report for CVE-2026-11969, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-05

Last updated on: 2026-08-05

Assigner: Wordfence

Description

The WP TripAdvisor Review Slider plugin for WordPress is vulnerable to generic SQL Injection via 'curselrevs[]' Parameter in all versions up to, and including, 14.3 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with administrator-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-05
Last Modified
2026-08-05
Generated
2026-08-05
AI Q&A
2026-08-05
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
wp_tripadvisor_review_slider plugin to 14.3 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The WP TripAdvisor Review Slider plugin for WordPress has a SQL Injection vulnerability in versions up to 14.3. This flaw allows authenticated attackers with administrator access or higher to inject malicious SQL queries via the 'curselrevs[]' parameter. The issue arises due to insufficient input escaping and lack of proper SQL query preparation.

Detection Guidance

This vulnerability can be detected by checking if the WP TripAdvisor Review Slider plugin version 14.3 or lower is installed. Inspect WordPress plugin files for suspicious SQL query patterns in the curselrevs[] parameter. Use commands like grep -r "curselrevs" /path/to/wordpress/plugins/ to search for the vulnerable parameter.

Impact Analysis

This vulnerability allows attackers to extract sensitive information from the database, such as user credentials, personal data, or other confidential details. Since it requires administrator-level access, the primary risk is to WordPress sites using the plugin where an attacker has already gained elevated privileges.

Compliance Impact

This vulnerability could lead to unauthorized access and exposure of personal data, violating GDPR and HIPAA requirements for data protection. Organizations may face legal penalties, reputational damage, and loss of trust due to non-compliance resulting from this security flaw.

Mitigation Strategies

Immediately update the WP TripAdvisor Review Slider plugin to the latest version. If an update is unavailable, disable or remove the plugin entirely. Restrict administrator-level access to only trusted users to reduce attack surface.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-11969. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart