Cyber Posture

CVE-2025-1323

High

Published: 08 March 2025

Published
08 March 2025
Modified
12 March 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.2727 96.4th percentile
Risk Priority 31 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may leverage databases to mine valuable information.

Security Summary

CVE-2025-1323 is a SQL injection vulnerability in the WP-Recall – Registration, Profile, Commerce & More plugin for WordPress, affecting all versions up to and including 16.26.10. The flaw arises from insufficient escaping of the user-supplied 'databeat' parameter combined with a lack of sufficient preparation in the existing SQL query, allowing injection of malicious SQL code.

Unauthenticated attackers can exploit this vulnerability remotely with low attack complexity, no required privileges, and no user interaction. Exploitation enables appending additional SQL queries to existing ones, facilitating the extraction of sensitive information from the database. The issue carries 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) and is associated with CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection').

Mitigation details are available in advisories and patches referenced in the CVE, including a WordPress plugin trac changeset at https://plugins.trac.wordpress.org/changeset/3250094/wp-recall/trunk/add-on/rcl-chat/core.php, which addresses the vulnerable core.php file, and a Wordfence threat intelligence report at https://www.wordfence.com/threat-intel/vulnerabilities/id/ae5b4d81-c2f1-4d0d-b7b0-5556bf0451f5?source=cve.

Details

CWE(s)
CWE-89

Affected Products

plechevandrey
wp-recall
≤ 16.26.12

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection in public-facing WordPress plugin enables remote unauthenticated exploitation (T1190) and directly facilitates database data extraction (T1213.006).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

References