Create CVE-2022-0597.yaml

patch-1
Dhiyaneshwaran 2023-10-16 22:31:04 +05:30 committed by GitHub
parent 698f3f9082
commit 12d4ff4229
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: CVE-2022-0597
info:
name: Microweber < 1.2.11 - Open Redirection
author: Farish
severity: medium
description: |
Open Redirect in Packagist microweber/microweber prior to 1.2.11.
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2022-0597
- https://huntr.dev/bounties/68c22eab-cc69-4e9f-bcb6-2df3db626813/
- https://www.mend.io/vulnerability-database/CVE-2022-0597
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
cwe-id: CWE-601
cpe: cpe:2.3:a:microweber:microweber:*:*:*:*:*:*:*:*
metadata:
max-request: 1
verified: true
shodan-query: http.favicon.hash:780351152
tags: cve,cve2023,microweber,redirect,oss,
http:
- method: GET
path:
- "{{BaseURL}}/api/logout?redirect_to=http://oast.pro/"
matchers:
- type: regex
regex:
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)(?:[a-zA-Z0-9\-_\.@]*)oast\.pro.*$'
part: header