First published: Tue Dec 31 2002(Updated: )
PostgreSQL uses the username for a salt when generating passwords, which makes it easier for remote attackers to guess passwords via a brute force attack.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
PostgreSQL Common | =7.3.19 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2002-1657 is considered a medium severity vulnerability due to the potential for password guessing by attackers.
CVE-2002-1657 allows attackers to use predictable salts based on usernames, making it easier to brute force passwords.
CVE-2002-1657 specifically affects PostgreSQL version 7.3.19.
To mitigate CVE-2002-1657, upgrade PostgreSQL to a version that does not use usernames as salts for password hashing.
Yes, CVE-2002-1657 can be exploited remotely, allowing attackers to attempt password guessing attacks from an external location.