Merge pull request #7381 from ctflearner/CVE-2012-4982

Create CVE-2012-4982.yaml
patch-1
pussycat0x 2023-06-12 16:03:29 +05:30 committed by GitHub
commit bc4d89bb76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -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.*$'