39 lines
1.5 KiB
YAML
39 lines
1.5 KiB
YAML
id: CVE-2019-9915
|
|
|
|
info:
|
|
name: GetSimple CMS 3.3.13 - Open Redirect
|
|
author: 0x_Akoko
|
|
severity: medium
|
|
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.
|
|
reference:
|
|
- https://www.invicti.com/web-applications-advisories/ns-18-056-open-redirection-vulnerability-in-getsimplecms
|
|
- https://github.com/GetSimpleCMS/GetSimpleCMS/issues/1300
|
|
- https://www.cvedetails.com/cve/CVE-2019-9915
|
|
- https://www.netsparker.com/web-applications-advisories/ns-18-056-open-redirection-vulnerability-in-getsimplecms/
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2019-9915
|
|
classification:
|
|
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
|
|
cve-id: CVE-2019-9915
|
|
cwe-id: CWE-601
|
|
metadata:
|
|
verified: "true"
|
|
tags: cve,cve2019,redirect,getsimple,cms
|
|
|
|
requests:
|
|
- 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
|
|
|
|
matchers:
|
|
- type: regex
|
|
part: header
|
|
regex:
|
|
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/' # https://regex101.com/r/ZDYhFh/1
|
|
|
|
# Enhanced by md on 2022/10/13
|