nuclei-templates/http/cves/2022/CVE-2022-28923.yaml

39 lines
1.3 KiB
YAML
Raw Normal View History

id: CVE-2022-28923
2023-02-14 14:10:38 +00:00
info:
name: Caddy 2.4.6 - Open Redirect
2023-02-14 14:10:38 +00:00
author: Sascha Brendel,DhiyaneshDk
severity: medium
description: |
Caddy 2.4.6 contains an open redirect vulnerability. An attacker can redirect a user to a malicious site via a crafted URL and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
2023-02-14 14:10:38 +00:00
reference:
- https://lednerb.de/en/publications/responsible-disclosure/caddy-open-redirect-vulnerability/
- https://www.cve.org/CVERecord?id=CVE-2022-28923
- https://github.com/caddyserver/caddy/issues/4502
- https://nvd.nist.gov/vuln/detail/CVE-2022-28923
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-28923
cwe-id: CWE-601
2023-07-15 16:29:17 +00:00
epss-score: 0.00819
cpe: cpe:2.3:a:caddyserver:caddy:2.4.6:*:*:*:*:*:*:*
2023-02-14 14:10:38 +00:00
metadata:
max-request: 1
2023-06-04 08:13:42 +00:00
verified: true
2023-05-04 18:30:13 +00:00
shodan-query: 'Server: caddy'
2023-07-15 16:29:17 +00:00
vendor: caddyserver
product: caddy
tags: cve,cve2022,redirect,caddy,webserver
2023-02-13 22:19:34 +00:00
http:
- method: GET
path:
2023-02-14 14:15:55 +00:00
- '{{BaseURL}}/%5C%5Cinteract.sh/%252e%252e%252f'
2023-02-14 14:10:38 +00:00
matchers:
- type: regex
part: header
2023-02-14 14:10:38 +00:00
regex:
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1