vendor:
WordPress
by:
Dawid Golunski
5,9
CVSS
MEDIUM
Unauthenticated Password Reset
200
CWE
Product Name: WordPress
Affected Version From: WordPress 4.7
Affected Version To: WordPress 4.7
Patch Exists: YES
Related CWE: CVE-2017-8295
CPE: a:wordpress:wordpress
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
2017
WordPress 4.7 Unauthenticated Password Reset 0day (CVE-2017-8295)
WordPress 4.7 is vulnerable to an unauthenticated password reset vulnerability due to improper validation of the SERVER_NAME variable. An attacker can send a specially crafted HTTP request with a modified HOST header to trigger the password reset function for the admin user account. This will result in the WordPress application passing the attacker's domain in the Return-Path, From, and Message-ID fields of the email sent to reset the password.
Mitigation:
Ensure that the SERVER_NAME variable is properly validated before using it in the password reset email.