2022-06-05 09:37:45 +00:00
id : CVE-2018-16761
info :
2022-10-19 21:11:27 +00:00
name : Eventum <3.4.0 - Open Redirect
2022-06-05 09:37:45 +00:00
author : 0x_Akoko
severity : medium
2022-06-05 11:52:45 +00:00
description : |
2022-10-19 21:11:27 +00:00
Eventum before 3.4.0 contains an open redirect vulnerability. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
2022-06-05 09:37:45 +00:00
reference :
- https://www.invicti.com/web-applications-advisories/ns-18-021-open-redirection-vulnerabilities-in-eventum/
2022-06-05 12:22:34 +00:00
- https://github.com/eventum/eventum/releases/tag/v3.4.0
2022-09-23 17:53:08 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2018-16761
2022-06-05 09:37:45 +00:00
classification :
2022-06-05 12:22:34 +00:00
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2022-06-05 09:37:45 +00:00
cvss-score : 6.1
cve-id : CVE-2018-16761
cwe-id : CWE-601
2022-06-05 11:43:48 +00:00
tags : cve,cve2018,redirect,eventum,oss
2022-06-05 09:37:45 +00:00
requests :
- method : GET
path :
2022-06-06 10:40:15 +00:00
- '{{BaseURL}}/select_project.php?url=http://interact.sh'
- '{{BaseURL}}/clock_status.php?current_page=http://interact.sh'
2022-06-05 09:37:45 +00:00
2022-06-05 11:43:48 +00:00
stop-at-first-match : true
2022-06-05 09:37:45 +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\/?(\/|[^.].*)?$' # https://regex101.com/r/ZDYhFh/1
2022-10-19 21:11:27 +00:00
# Enhanced by md on 2022/10/13