Exploitbox: WordPress Unauthorized Password Reset Vulnerability

Costas

Administrator
Staff member
https://dotdev.co/exploitbox-wordpress-unauthorized-password-reset-vulnerability/

*temporary fix*
JavaScript:
//https://codex.wordpress.org/Plugin_API/Filter_Reference/wp_mail_from
add_filter( 'wp_mail_from', function( $email ) {
	return 'webmaster@mydomainname.com';
});
 
Top