nuclei-templates/cves/2022/CVE-2022-40083.yaml

37 lines
1.1 KiB
YAML

id: CVE-2022-40083
info:
name: Labstack Echo 4.8.0 - Open Redirect
author: pdteam
severity: critical
description: |
Labstack Echo 4.8.0 contains an open redirect vulnerability via the Static Handler component. An attacker can leverage this vulnerability to cause server-side request forgery, making it possible to obtain sensitive information, modify data, and/or execute unauthorized operations.
remediation: Download and install 4.9.0, which contains a patch for this issue.
reference:
- https://github.com/labstack/echo/issues/2259
- https://nvd.nist.gov/vuln/detail/CVE-2022-40083
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
cvss-score: 9.6
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
# Enhanced by md on 2022/10/18