CVE-2024-2473
published 2024-06-11CVE-2024-2473: The WPS Hide Login plugin for WordPress is vulnerable to Login Page Disclosure in all versions up to, and including, 1.9.15.2. This is due to a bypass that is…
PriorityP279medium5.3CVSS 3.1
AVNACLPRNUINSUCLINAN
ITWEXPLOITVulnCheck KEV
Exploited in the wild
EPSS
1.23%
65.3th percentile
The WPS Hide Login plugin for WordPress is vulnerable to Login Page Disclosure in all versions up to, and including, 1.9.15.2. This is due to a bypass that is created when the 'action=postpass' parameter is supplied. This makes it possible for attackers to easily discover any login page that may have been hidden by the plugin.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| tabrisrp | wps_hide_login | <= 1.9.15.2 | — |
| wpserveur | wps_hide_login | < 1.9.16 | 1.9.16 |
Detection & IOCsextracted from sources · hover to see the quote
url/wp-admin/?action=postpass
- →Detect exploitation attempts by monitoring for POST requests to /wp-admin/ with the query parameter action=postpass, which bypasses the WPS Hide Login plugin's login page concealment.
- →A successful bypass results in an HTTP 302 redirect response containing a Location header with 'reauth=1' or '/login', indicating the hidden login page has been disclosed.
- →Monitor for requests matching the lostpassword action pattern in form submissions, as the nuclei template also targets action values containing 'lostpassword' in the response body.
- ·The bypass affects all versions of WPS Hide Login up to and including 1.9.15.2; sites running this version range are vulnerable regardless of their configured hidden login path. ↗
CVSS provenance
nvdv3.15.3MEDIUMCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
vulncheck5.3MEDIUM
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
GHSA-cwvf-77f4-2gc5: The WPS Hide Login plugin for WordPress is vulnerable to Login Page Disclosure in all versions up to, and including, 1
ghsa_unreviewed·2024-06-11
CVE-2024-2473 [MEDIUM] CWE-863 GHSA-cwvf-77f4-2gc5: The WPS Hide Login plugin for WordPress is vulnerable to Login Page Disclosure in all versions up to, and including, 1
The WPS Hide Login plugin for WordPress is vulnerable to Login Page Disclosure in all versions up to, and including, 1.9.15.2. This is due to a bypass that is created when the 'action=postpass' parameter is supplied. This makes it possible for attackers to easily discover any login page that may have been hidden by the plugin.
VulnCheck
WPS Hide Login Plugin for WordPress Login Page Disclosure
vulncheck·2024·CVSS 5.3
CVE-2024-2473 [MEDIUM] WPS Hide Login Plugin for WordPress Login Page Disclosure
WPS Hide Login Plugin for WordPress Login Page Disclosure
The WPS Hide Login plugin for WordPress is vulnerable to Login Page Disclosure in all versions up to, and including, 1.9.15.2. This is due to a bypass that is created when the 'action=postpass' parameter is supplied. This makes it possible for attackers to easily discover any login page that may have been hidden by the plugin.
Affected: wpserveur wps_hide_login
Required Action: Apply remediations or mitigations per vendor instructions or discontinue use of the product if remediation or mitigations are unavailable.
Exploitation References: https://app.crowdsec.net/cti/cve-explorer/CVE-2024-2473
Exploit PoC: https://vulncheck.com/xdb/cee985fc494f
No detection rules found.
Nuclei
WPS Hide Login <= 1.9.15.2 - Login Page Disclosure
nuclei·CVSS 5.3
CVE-2024-2473 [MEDIUM] WPS Hide Login <= 1.9.15.2 - Login Page Disclosure
WPS Hide Login ]+action="([^"]+lostpassword[^"]*)"'
- raw:
- |
POST /wp-admin/?action=postpass HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
dsl:
- "status_code == 302"
- "contains(header, 'Location')"
- "contains_any(header, 'reauth=1', '/login')"
condition: and
# digest: 4a0a00473045022100e6ea3a6421e118abf0bfae8baf14ea079d5e2b0a7cbf05995081bd4a9c570b030220471bcc8bf09b684e84e33afce623de3dce0043debcd09c3efd848d62625c13ab:922c64590222798bb761d5b6d8e72950
No writeups or analysis indexed.
https://github.com/whattheslime/wps-show-loginhttps://plugins.trac.wordpress.org/changeset/3099109/wps-hide-loginhttps://www.wordfence.com/threat-intel/vulnerabilities/id/fd21c7d3-a5f1-4c3a-b6ab-0a979f070a62?source=cvehttps://plugins.trac.wordpress.org/changeset/3099109/wps-hide-loginhttps://www.wordfence.com/threat-intel/vulnerabilities/id/fd21c7d3-a5f1-4c3a-b6ab-0a979f070a62?source=cve
2024-06-11
Published
Exploited in the wild