vendor:
Dokuwiki
by:
Talha SEN
5.5
CVSS
MEDIUM
Username Enumeration
200
CWE
Product Name: Dokuwiki
Affected Version From: Dokuwiki version 2018-04-22b
Affected Version To: Dokuwiki version 2018-04-22b
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Alpine Linux 3.5 (docker image), PHP 5.6.30, Apache/2.4.25 (Unix)
2019
Dokuwiki 2018-04-22b – Username Enumeration
The Dokuwiki version 2018-04-22b 'Greebo' allows for username enumeration through the 'set new password' page. By testing for non-valid usernames, it is possible to determine whether a user exists in the database. The vulnerability can be exploited by sending a POST request to the /doku.php?id=start&do=resendpwd endpoint.
Mitigation:
Implement user enumeration prevention measures, such as displaying generic error messages instead of specific messages for non-existing users.