CVE-2025-1323
published 2025-03-08CVE-2025-1323: The WP-Recall – Registration, Profile, Commerce & More plugin for WordPress is vulnerable to SQL Injection via the 'databeat' parameter in all versions up to…
PriorityP269critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
EXPLOIT
EPSS
2.89%
85.1th percentile
The WP-Recall – Registration, Profile, Commerce & More plugin for WordPress is vulnerable to SQL Injection via the 'databeat' parameter in all versions up to, and including, 16.26.10 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.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| plechevandrey | wp-recall | < 16.26.12 | 16.26.12 |
Detection & IOCsextracted from sources · hover to see the quote
- →Look for unauthenticated HTTP requests containing the 'databeat' parameter with SQL injection payloads (e.g., stacked queries, UNION-based, or boolean-based blind injection strings) targeting the WP-Recall plugin endpoint. ↗
- →Nuclei template matches on response body containing both a dynamic marker value and the JSON string '"beat_name":"rcl_chat_beat_core"' alongside 'content', indicating successful SQL data extraction via the databeat parameter.
- →Flag unauthenticated requests to the WP-Recall plugin that include the 'databeat' parameter — exploitation requires no authentication, making any such request from an anonymous session suspicious. ↗
- ·Vulnerability affects all versions up to and including 16.26.10 of the WP-Recall plugin; ensure detection rules are scoped to sites running these versions. ↗
- ·The Nuclei template uses a dynamic marker ({{marker}}) for blind/time-based confirmation; static signature matching alone on the 'databeat' parameter may produce false positives without also checking for the JSON beat_name field in the response.
CVSS provenance
nvdv3.19.8CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
vendor_redhat5.5MEDIUM
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
GHSA-93q8-2xpx-g486: The WP-Recall – Registration, Profile, Commerce & More plugin for WordPress is vulnerable to SQL Injection via the 'databeat' parameter in all version
ghsa_unreviewed·2025-03-08
CVE-2025-1323 [HIGH] CWE-89 GHSA-93q8-2xpx-g486: The WP-Recall – Registration, Profile, Commerce & More plugin for WordPress is vulnerable to SQL Injection via the 'databeat' parameter in all version
The WP-Recall – Registration, Profile, Commerce & More plugin for WordPress is vulnerable to SQL Injection via the 'databeat' parameter in all versions up to, and including, 16.26.10 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.
Red Hat
kernel: smb: client: fix oops due to unset link speed
vendor_redhat·2025-02-27·CVSS 5.5
CVE-2025-21725 [MEDIUM] CWE-369 kernel: smb: client: fix oops due to unset link speed
kernel: smb: client: fix oops due to unset link speed
In the Linux kernel, the following vulnerability has been resolved:
smb: client: fix oops due to unset link speed
It isn't guaranteed that NETWORK_INTERFACE_INFO::LinkSpeed will always
be set by the server, so the client must handle any values and then
prevent oopses like below from happening:
Oops: divide error: 0000 [#1] PREEMPT SMP KASAN NOPTI
CPU: 0 UID: 0 PID: 1323 Comm: cat Not tainted 6.13.0-rc7 #2
Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.3-3.fc41
04/01/2014
RIP: 0010:cifs_debug_data_proc_show+0xa45/0x1460 [cifs] Code: 00 00 48
89 df e8 3b cd 1b c1 41 f6 44 24 2c 04 0f 84 50 01 00 00 48 89 ef e8
e7 d0 1b c1 49 8b 44 24 18 31 d2 49 8d 7c 24 28 f7 74 24 18 48 89
c3 e8 6e cf 1b c1 41 8b 6c 24 28 49 8d 7c 24
RSP
No detection rules found.
Nuclei
WP-Recall – Plugin <= 16.26.10 - Unauthenticated SQL Injection
nuclei·CVSS 9.8
CVE-2025-1323 [CRITICAL] WP-Recall – Plugin <= 16.26.10 - Unauthenticated SQL Injection
WP-Recall – Plugin '
matchers:
- type: word
part: body
words:
- '{{marker}}'
- 'content'
- '"beat_name":"rcl_chat_beat_core"'
condition: and
# digest: 4b0a004830460221008f98535018d23d353a7549b5ce599286abb4c8e776ea636ef04a51a67ccd4d5702210092d480a2d1095c3eae628fb19890b03c180f7977c11e3b17d901df8a0d7fa744:922c64590222798bb761d5b6d8e72950
2025-03-08
Published