Bug 309151 (CVE-2007-3279)

Summary: CVE-2007-3279 Functions in PL/pgSQL language can be used to brute force passwords
Product: [Other] Security Response Reporter: Lubomir Kundrak <lkundrak>
Component: vulnerabilityAssignee: Red Hat Product Security <security-response-team>
Status: CLOSED NOTABUG QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: unspecifiedCC: tgl
Target Milestone: ---Keywords: Security
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-3279
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-09-27 15:26:01 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Lubomir Kundrak 2007-09-27 15:23:47 UTC
Common Vulnerabilities and Exposures assigned an identifier CVE-2007-3279 to the following vulnerability:

PostgreSQL 8.1 and probably later versions, when the PL/pgSQL (plpgsql) language has been created, grants certain plpgsql privileges to the PUBLIC domain, which allows remote attackers to create and execute functions, as demonstrated by functions that perform local brute-force password guessing attacks, which may evade intrusion detection.

References:

http://www.securityfocus.com/archive/1/archive/1/471541/100/0/threaded
http://www.leidecker.info/pgshell/Having_Fun_With_PostgreSQL.txt
http://www.portcullis.co.uk/uplds/whitepapers/Having_Fun_With_PostgreSQL.pdf

Comment 1 Lubomir Kundrak 2007-09-27 15:26:01 UTC
Red Hat does not consider this do be a security issue. Creating functions is
intended feature of the PL/pgSQL language and is definitely not a security
problem. Weak password are generally more likely to be guessed with brute force
attacks and choosing a strong password according to good practices is considered
to be a sufficent protection against this kind of attack.