diff --git a/http/cves/2012/CVE-2012-4982.yaml b/http/cves/2012/CVE-2012-4982.yaml new file mode 100644 index 0000000000..0352e782ec --- /dev/null +++ b/http/cves/2012/CVE-2012-4982.yaml @@ -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.*$'