Lucene search
+L

PostgreSQL 6.3.2/6.5.3 - Cleartext Passwords

🗓️ 23 Apr 2000 00:00:00Reported by Robert van der MeulenType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 34 Views

PostgreSQL stores passwords in cleartext, allowing unauthorized access by file readers.

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2000-1199
12 Sep 200104:00
cve
cvelist
Cvelist
CVE-2000-1199
12 Sep 200104:00
cvelist
euvd
EUVD
EUVD-2000-1184
7 Oct 202500:30
euvd
nvd
NVD
CVE-2000-1199
31 Aug 200104:00
nvd
redhatcve
RedhatCVE
CVE-2000-1199
30 Oct 201509:47
redhatcve
source: https://www.securityfocus.com/bid/1139/info

PostgreSQL is a free RDBMS that is released under a Berkeley style license. PostgreSQL stores passwords for database users in a binary file called pg_shadow. This file is readable by root and the postgres user. Unfortunately, these passwords are stored in cleartext form and can be obtained if a user with read access to the file runs strings on it. While this is only readable by root and the postgres user (by default), it allows either one (or whoever else has read access to the file) to get the passwords for all databases and bypass authentication completely.


SmellyCat:/var/postgres/data# strings pg_shadow
someaccountname
someaccountpassword
anotheraccountname
anotheraccountpassword
SmellyCat:/var/postgres/data#

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

16 Jul 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 24.6
EPSS0.00912
34