Merge pull request #4427 from Akokonunes/patch-148

Create CVE-2021-46379.yaml
patch-1
Prince Chaddha 2022-05-18 13:31:17 +05:30 committed by GitHub
commit 7c4cd8d453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: CVE-2021-46379
info:
name: D-Link DIR850 ET850-1.08TRb03 - Open Redirect
author: 0x_Akoko
severity: medium
description: DLink DIR850 ET850-1.08TRb03 is affected by an incorrect access control vulnerability through URL redirection to untrusted site.
reference:
- https://www.opencve.io/cve/CVE-2021-46379
- https://drive.google.com/file/d/1rrlwnIxSHEoO4SMAHRPKZSRzK5MwZQRf/view
- https://www.cvedetails.com/cve/CVE-2021-46379
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-46379
cwe-id: CWE-601
metadata:
verified: true
tags: cve,cve2021,redirect,dlink,router
requests:
- method: GET
path:
- '{{BaseURL}}/boafrm/formWlanRedirect?redirect-url=http://example.com&wlan_id=1'
matchers:
- type: regex
part: header
regex:
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)example\.com\/?(\/|[^.].*)?$' # https://regex101.com/r/ZDYhFh/1