CVE-2004-1697
Description
The "Forgot your Password" link in Computer Associates (CA) Unicenter Management Portal 2.0 and 3.1 displays different error messages for users that exist and users that do not exist, which could allow remote attackers to guess valid usernames.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected products
1- Range: 2.0, 3.1
Patches
Vulnerability mechanics
Root cause
"The password-recovery endpoint returns different error messages for existing and non-existing usernames, enabling remote username enumeration."
Attack vector
An unauthenticated remote attacker connects to the management portal (default port 8080) and navigates to the 'Forgot your Password?' link. By submitting a username, the attacker observes the returned error message — a non-existent user yields 'User not found: <username>' while a valid user yields a different response [ref_id=1]. This information leak allows the attacker to enumerate valid usernames via a script, which can then be used to mount brute-force password attacks against the portal [ref_id=1].
Affected code
The vulnerability resides in the 'Forgot your Password' feature of CA Unicenter Management Portal 2.0 and 3.1. The portal's password-recovery logic returns distinct error messages depending on whether the submitted username exists: 'User not found: test' for invalid accounts versus 'Password has been sent' or 'Email address not Found' for valid ones [ref_id=1].
What the fix does
No patch is provided in the advisory; instead, the vendor recommends disabling the 'Forgot Password' feature entirely as a workaround. This is done by adding `show.passwords.in.api=false` to the `[PORTAL_INSTALL]\properties\local.properties` file and restarting the portal [ref_id=1]. Disabling the feature eliminates the information-leak vector because the attacker can no longer query the password-recovery endpoint to distinguish valid from invalid usernames.
Preconditions
- networkThe attacker must have network access to the CA Unicenter Management Portal (default port 8080).
- configThe 'Forgot your Password?' feature must be enabled (default configuration).
Generated on Jun 16, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.
References
4- secunia.com/advisories/12620nvdPatchVendor Advisory
- www.securityfocus.com/bid/11229nvdPatchVendor Advisory
- marc.infonvd
- exchange.xforce.ibmcloud.com/vulnerabilities/17464nvd
News mentions
0No linked articles in our index yet.