2023-06-14 16:04:13 +00:00
id : CVE-2012-6499
2023-06-15 16:56:15 +00:00
2023-06-14 16:04:13 +00:00
info :
name : WordPress Plugin Age Verification v0.4 - Open Redirect
author : ctflearner
severity : medium
description : |
Open redirect vulnerability in age-verification.php in the Age Verification plugin 0.4 and earlier for WordPress allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via a URL in the redirect_to parameter.
reference :
2023-06-19 18:37:45 +00:00
- https://www.exploit-db.com/exploits/18350
2023-06-15 16:56:15 +00:00
- https://wordpress.org/plugins/age-verification
2023-06-14 16:18:29 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2012-6499
2023-06-14 16:04:13 +00:00
classification :
2023-07-11 19:49:27 +00:00
cvss-metrics : CVSS:2.0/AV:N/AC:M/Au:N/C:P/I:P/A:N
2023-06-14 16:04:13 +00:00
cvss-score : 5.8
cve-id : CVE-2012-6499
cwe-id : CWE-20
2023-07-11 19:49:27 +00:00
epss-score : 0.01336
2023-06-14 16:04:13 +00:00
cpe : cpe:2.3:a:age_verification_project:age_verification:*:*:*:*:*:*:*:*
2023-06-22 07:35:38 +00:00
metadata :
max-request : 1
2023-07-11 19:49:27 +00:00
vendor : age_verification_project
product : age_verification
2023-06-15 16:56:15 +00:00
tags : cve,cve2012,wordpress,wp,wp-plugin,redirect,age-verification
2023-06-14 16:04:13 +00:00
http :
2023-06-19 18:37:45 +00:00
- raw :
- |
POST /wp-content/plugins/age-verification/age-verification.php HTTP/1.1
Host : {{Hostname}}
redirect_to=http://www.interact.sh&age_day=1&age_month=1&age_year=1970
2023-06-14 16:04:13 +00:00
matchers :
- type : regex
part : header
regex :
2023-06-15 16:56:15 +00:00
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$'