nuclei-templates/http/cves/2021/CVE-2021-3654.yaml

46 lines
1.4 KiB
YAML
Raw Normal View History

2021-09-28 01:53:50 +00:00
id: CVE-2021-3654
info:
name: Nova noVNC - Open Redirect
2021-09-28 01:53:50 +00:00
author: geeknik
severity: medium
description: Nova noVNC contains an open redirect vulnerability. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
2023-09-06 12:09:01 +00:00
remediation: |
Apply the latest security patches or updates provided by the vendor to fix the open redirect vulnerability in the Nova noVNC application.
reference:
- https://seclists.org/oss-sec/2021/q3/188
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3654
- https://bugs.python.org/issue32084
- https://opendev.org/openstack/nova/commit/04d48527b62a35d912f93bc75613a6cca606df66
- https://nvd.nist.gov/vuln/detail/CVE-2021-3654
classification:
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
cve-id: CVE-2021-3654
cwe-id: CWE-601
2023-10-14 11:27:55 +00:00
epss-score: 0.92596
epss-percentile: 0.98686
2023-09-06 12:09:01 +00:00
cpe: cpe:2.3:a:openstack:nova:*:*:*:*:*:*:*:*
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: openstack
product: nova
tags: redirect,novnc,cve,cve2021,seclists
2021-09-28 01:53:50 +00:00
http:
2021-09-28 01:53:50 +00:00
- method: GET
path:
- '{{BaseURL}}//interact.sh/%2f..'
2021-09-28 01:53:50 +00:00
matchers-condition: and
matchers:
- type: regex
2023-07-11 19:49:27 +00:00
part: header
2021-09-28 01:53:50 +00:00
regex:
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$'
2021-09-28 01:53:50 +00:00
- type: status
status:
- 302
- 301