2022-01-08 11:30:19 +00:00
|
|
|
id: CVE-2021-39501
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: EyouCMS 1.5.4 Open Redirect
|
|
|
|
author: 0x_Akoko
|
|
|
|
severity: medium
|
2022-03-17 17:01:45 +00:00
|
|
|
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.
|
2022-01-08 11:30:19 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/eyoucms/eyoucms/issues/17
|
2022-05-17 09:18:12 +00:00
|
|
|
- https://github.com/KietNA-HPT/CVE
|
2022-09-08 13:28:46 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-39501
|
2022-01-08 11:30:19 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
2022-04-22 10:38:41 +00:00
|
|
|
cvss-score: 6.1
|
2022-01-08 11:30:19 +00:00
|
|
|
cve-id: CVE-2021-39501
|
|
|
|
cwe-id: CWE-601
|
2023-04-12 10:55:48 +00:00
|
|
|
cpe: cpe:2.3:a:eyoucms:eyoucms:*:*:*:*:*:*:*:*
|
|
|
|
epss-score: 0.00116
|
2022-04-22 10:38:41 +00:00
|
|
|
tags: cve,cve2021,redirect,eyoucms,cms
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2022-01-08 11:30:19 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-01-08 11:30:19 +00:00
|
|
|
- method: GET
|
|
|
|
|
|
|
|
path:
|
2022-06-06 10:40:15 +00:00
|
|
|
- '{{BaseURL}}/index.php?m=user&c=Users&a=logout&referurl=https://interact.sh'
|
2022-01-08 11:30:19 +00:00
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
|
|
|
part: header
|
|
|
|
regex:
|
2022-06-06 10:40:15 +00:00
|
|
|
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_]*\.)?interact\.sh(?:\s*?)$'
|
2022-03-17 17:01:45 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/03/16
|