Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added CVE-2022-40083 #5606

Merged
merged 3 commits into from Oct 11, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
32 changes: 32 additions & 0 deletions cves/2022/CVE-2022-40083.yaml
@@ -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