Bug 180537 - CVE-2006-0591 postgresql pgcrypt minor salt generation flaw
Summary: CVE-2006-0591 postgresql pgcrypt minor salt generation flaw
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: postgresql
Version: 4
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Tom Lane
QA Contact: David Lawrence
URL:
Whiteboard: impact=low,public=20060207,reported=2...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-02-08 20:49 UTC by Josh Bressers
Modified: 2013-07-03 03:08 UTC (History)
1 user (show)

Fixed In Version: postgresql-8.0.6
Clone Of:
Environment:
Last Closed: 2006-02-17 01:50:38 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Josh Bressers 2006-02-08 20:49:48 UTC
postgresql pgcrypt minor salt generation flaw

http://marc.theaimsgroup.com/?l=bugtraq&m=113933370118193&w=2

There is a signedness error in the way postgresql generated the
password salts.  Worst case scenario is there are only half as many
salts available as there should be.  This is only an issue if someone
can steal the hashed postgresql passwords, and even then it will still
take a VERY long time to crack these.  I don't know which algorithm we
use by default, but if it should take 2 weeks to crack, it will really
only take 1 week (probably longer).  Part of the problem with fixing
this is the already generated passwords are already weak, fixing this
will only affect new passwords..  Taking into account it's only
database passwords, I'm assigning this "low"

Here is the patch.

http://cvsweb.openwall.com/cgi/cvsweb.cgi/Owl/packages/glibc/crypt_blowfish/crypt_gensalt.c.diff?r1=1.1;r2=1.2

Comment 1 Tom Lane 2006-02-17 01:50:38 UTC
This is fixed in Postgres 8.0.6, which we pushed to fc4 a month ago.


Note You need to log in before you can comment on or make changes to this bug.