Posts Exploitbox- WordPress Unauthorized Password Reset Vulnerability
Post
Cancel

Exploitbox- WordPress Unauthorized Password Reset Vulnerability

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

temporary fix

1
2
3
4
//https://codex.wordpress.org/Plugin_API/Filter_Reference/wp_mail_from
add_filter( 'wp_mail_from', function( $email ) {
	return 'webmaster@mydomainname.com';
});

origin - http://www.pipiscrew.com/?p=7937 exploitbox-wordpress-unauthorized-password-reset-vulnerability

This post is licensed under CC BY 4.0 by the author.
Contents

Trending Tags