#VU19360 Improper Authentication in WPS Hide Login
Published: July 25, 2019 / Updated: July 25, 2019
Vulnerability identifier: #VU19360
Vulnerability risk: Medium
CVSSv4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:U/U:Green
CVE-ID: N/A
CWE-ID: CWE-287
Exploitation vector: Remote access
Exploit availability:
No public exploit available
Vulnerable software:
WPS Hide Login
WPS Hide Login
Software vendor:
Rémy Perona
Rémy Perona
Description
The vulnerability allows a remote attacker to bypass authentication process.
The vulnerability exists due to insufficient authorization controls in the "/classes/plugins.php" file on 563 line. A remote attacker can modify the header “Referer” and add “wp-login.php”, send an empty POST request and gain unauthorized access to the application.
Line 563:
if ( strpos( $url, 'wp-login.php' ) !== false ) {
Remediation
Install updates from vendor's website.