AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2022-0657

CRITICAL · CVSS 9.8 EPSS 1.72%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2022-04-25 · Last synced 2026-08-04

CyberRota Analysis

This is a critical severity vulnerability with a CVSS score of 9.8. It affects WordPress. It involves a SQL injection risk. Exploitation may require the attacker to be authenticated.

CVE
CVE-2022-0657
Severity
CRITICAL
CVSS
9.8
EPSS
1.72%
WordPress

Original NVD Description

The 5 Stars Rating Funnel WordPress Plugin | RRatingg WordPress plugin before 1.2.54 does not properly sanitise, validate and escape lead ids before using them in a SQL statement via the rrtngg_delete_leads AJAX action, available to unauthenticated users, leading to an unauthenticated SQL injection issue. There is an attempt to sanitise the input, using sanitize_text_field(), however such function is not intended to prevent SQL injections.