Cyber Posture

CVE-2025-1648

HighPublic PoC

Published: 25 February 2025

Published
25 February 2025
Modified
28 February 2025
KEV Added
Patch
CVSS Score 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0101 77.2th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Description

The Yawave plugin for WordPress is vulnerable to SQL Injection via the 'lbid' parameter in all versions up to, and including, 2.9.1 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.

Security Summary

CVE-2025-1648 is a SQL injection vulnerability (CWE-89) in the Yawave plugin for WordPress, affecting all versions up to and including 2.9.1. The issue stems from insufficient escaping of the user-supplied 'lbid' parameter and lack of sufficient preparation in the existing SQL query, published on 2025-02-25 with a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N).

Unauthenticated attackers can exploit this vulnerability over the network with low complexity and no user interaction. By appending additional SQL queries to existing ones via the 'lbid' parameter, they can extract sensitive information from the database.

Advisories provide further details on mitigation, including Atvik Security's report on the unauthenticated SQL injection, the vulnerable code in the WordPress plugin Trac at shortcode.liveblog.php line 69, and Wordfence threat intelligence.

Details

CWE(s)
CWE-89

Affected Products

yawave
yawave
≤ 2.9.1

References