7.2
CVSSv2

CVE-2006-1183

Published: 13/03/2006 Updated: 03/10/2018
CVSS v2 Base Score: 7.2 | Impact Score: 10 | Exploitability Score: 3.9
VMScore: 725
Vector: AV:L/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

The Ubuntu 5.10 installer does not properly clear passwords from the installer log file (questions.dat), and leaves the log file with world-readable permissions, which allows local users to gain privileges.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

ubuntu ubuntu linux 5.10

Exploits

#!/usr/bin/perl -w use warnings; use strict; ############################################################################## # Author: Kristian Hermansen # Date: 3/12/2006 # Overview: Ubuntu Breezy stores the installation password in plain text # Link: launchpadnet/distros/ubuntu/+source/shadow/+bug/34606 ################################# ...