Description
Detected whether the WPS Hide Login plugin’s /classes/ directory was exposed with directory listing enabled due to server misconfiguration, potentially disclosing PHP error logs or source code.
Detected whether the WPS Hide Login plugin’s /classes/ directory was exposed with directory listing enabled due to server misconfiguration, potentially disclosing PHP error logs or source code.
id: wp-wps-hide-login-log
info:
name: WordPress WPS Hide Login - Error Log Disclosure
author: pussycat0x
severity: low
description: |
Detected whether the WPS Hide Login plugin’s /classes/ directory was exposed with directory listing enabled due to server misconfiguration, potentially disclosing PHP error logs or source code.
reference:
- https://wordpress.org/plugins/wps-hide-login/
metadata:
verified: false
max-request: 1
tags: wordpress,wp,wp-plugin,wps-hide-login,log,exposure,vuln
http:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/wps-hide-login/classes/error_log"
matchers:
- type: dsl
dsl:
- 'status_code == 200 || status_code == 500'
- 'contains_any(body, "PHP Fatal error:", "PHP Warning:", "PHP Parse error:")'
- 'contains(body, "wp-content/plugins/wps-hide-login")'
condition: and
# digest: 4b0a00483046022100eba7b3159eb9a6665ccc32523e2d1a050f2c3c008968eacc65833d5a66c786ec022100a4505d572785e4bbee1351ed8d60e6ff2fc0ed9dfa2541c78292f4a2bbd41720:922c64590222798bb761d5b6d8e72950
# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.