updated matcher and info
parent
081b0252f1
commit
5e36eecb18
|
@ -7,18 +7,19 @@ info:
|
|||
description: |
|
||||
Cisco Small Business 200,300 and 500 Series Switches contain an open redirect vulnerability in the Web UI. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
|
||||
reference:
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2019-1943
|
||||
- https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190717-sbss-redirect
|
||||
- https://www.exploit-db.com/exploits/47118
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2019-1943
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
||||
cvss-score: 6.1
|
||||
cve-id: CVE-2019-1943
|
||||
cvss-metrics: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:N
|
||||
cvss-score: 4.7
|
||||
cwe-id: CWE-601
|
||||
metadata:
|
||||
max-request: 1
|
||||
verified: "true"
|
||||
censys-query: "services.http.response.headers.location: /config/log_off_page.htm"
|
||||
shodan-query: "/config/log_off_page.htm"
|
||||
censys-query: "services.http.response.headers.location: /config/log_off_page.htm"
|
||||
tags: cve,cve2023,redirect,cisco
|
||||
|
||||
http:
|
||||
|
@ -35,9 +36,9 @@ http:
|
|||
- '(?i)Location:\shttps?:\/\/interact\.sh/cs[\w]+/'
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
part: server
|
||||
words:
|
||||
- 'Server: GoAhead-Webs'
|
||||
- 'GoAhead-Webs'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
|
|
Loading…
Reference in New Issue