commit
bc4d89bb76
|
@ -0,0 +1,31 @@
|
|||
id: CVE-2012-4982
|
||||
info:
|
||||
name: Forescout CounterACT 6.3.4.1 - Open Redirect
|
||||
author: ctflearner
|
||||
severity: medium
|
||||
description: |
|
||||
Open redirect vulnerability in assets/login on the Forescout CounterACT NAC device before 7.0 allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via a URL in the 'a' parameter.
|
||||
reference:
|
||||
- https://www.exploit-db.com/exploits/38062
|
||||
- https://www.reactionpenetrationtesting.co.uk/forescout-cross-site-redirection.html
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2012-4982
|
||||
classification:
|
||||
cvss-metrics: AV:N/AC:M/Au:N/C:P/I:P/A:N
|
||||
cvss-score: 5.8
|
||||
cve-id: CVE-2012-4982
|
||||
cwe-id: CWE-20
|
||||
cpe: cpe:2.3:a:forescout:counteract:6.3.4.10:*:*:*:*:*:*:*
|
||||
metadata:
|
||||
max-request: 1
|
||||
tags: cve,cve2012,redirect,forescout,counteract
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/assets/login?a=https://interact.sh"
|
||||
|
||||
matchers:
|
||||
- type: regex
|
||||
part: header
|
||||
regex:
|
||||
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$'
|
Loading…
Reference in New Issue