36 lines
1.0 KiB
YAML
36 lines
1.0 KiB
YAML
id: CVE-2021-39501
|
|
|
|
info:
|
|
name: EyouCMS 1.5.4 Open Redirect
|
|
author: 0x_Akoko
|
|
severity: medium
|
|
description: EyouCMS 1.5.4 is vulnerable to an Open Redirect vulnerability. An attacker can redirect a user to a malicious url via the Logout function.
|
|
reference:
|
|
- https://github.com/eyoucms/eyoucms/issues/17
|
|
- https://github.com/KietNA-HPT/CVE
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-39501
|
|
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-2021-39501
|
|
cwe-id: CWE-601
|
|
cpe: cpe:2.3:a:eyoucms:eyoucms:*:*:*:*:*:*:*:*
|
|
epss-score: 0.00116
|
|
tags: cve,cve2021,redirect,eyoucms,cms
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
|
|
path:
|
|
- '{{BaseURL}}/index.php?m=user&c=Users&a=logout&referurl=https://interact.sh'
|
|
|
|
matchers:
|
|
- type: regex
|
|
part: header
|
|
regex:
|
|
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_]*\.)?interact\.sh(?:\s*?)$'
|
|
|
|
# Enhanced by mp on 2022/03/16
|