XSS Vulnerabilities Discovered
-
Hi,
I found some XSS Vulnerabilities in this plugin (v0.5). Please check the following:
/google-authenticator-per-user-prompt/google-authenticator-per-user-prompt.php:
Line 148:
$action_url = add_query_arg( array( 'action' => 'gapup_token' ), wp_login_url( $redirect_to ) );
and line 149:
$action_url = add_query_arg( array( 'remember_me' => $remember_me ), $action_url );
The add_query_arg functions needs to be properly escaped by wrapping them with esc_url().
I’ll thank you in advance for correcting the mater ASAP in the next release.
-CP
https://www.ads-software.com/plugins/google-authenticator-per-user-prompt/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘XSS Vulnerabilities Discovered’ is closed to new replies.