Vulnerability Description: Observable Response Discrepancy - CWE-204
Software Version: 10.x, 11.x, 12.x
NIST: https://nvd.nist.gov/vuln/detail/CVE-2025-12455
CVSS:
Severity:
Credits: Marco Nappi, Mariano Forte, Federico Draghelli, Massimiliano Brolli
Username enumeration via observable response discrepancy.
Step-by-step instructions and PoC
Affected Endpoints
Below are the evidences with the vulnerability details and the payloads used.
Payload used to exploit the vulnerability: {“value”:”<username>”}
Image 1 - Valid Username
Image2 - Invalid Username
Security Impact
Due to the following Username Enumeration vulnerability an attacker exploiting it can enumerate the valid usernames. Because of the different responses provided by the web application, an attacker can identify valid usernames and thus reduce the complexity of a possible brute-force attack.