Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Vuln-Dev
[Top] [All Lists]

ADP Elite System Max 9000 Series Login Vulnerability

Subject: ADP Elite System Max 9000 Series Login Vulnerability
Date: 19 Feb 2005 22:19:29 -0000


Adp Elite system is an invoice/purchase order suite very common in car 
dealerships. It's a telnet based system. When a user logs in via telnet, adp 
dumps the user into the program where the user can check on a vehicle's status, 
generate PO's and RO's, etc.... The program is rather large and runs on a linux 
based system. Usually ftp is running as well. A user with a valid login 
name/pass... eh...cough...ettercap...cough is able to upload/download things 
into/from their directory... usually something like /adp/home/<user>.... by 
default there is a .profile containing this little gem...

# ADPROOT is equivalent to REALROOT on CoRA systems
ADPROOT=${ADPROOT:="/adp"}
export ADPROOT

download it... modify it to

# ADPROOT is equivalent to REALROOT on CoRA systems
ADPROOT=${ADPROOT:="/"}
export ADPROOT

then upload it...

now login via telnet... and bingo now you have a $hell

fix: chown root:root .profile

credit: rootfiend
questions/comments: rootfiend@safe-mail.net

<Prev in Thread] Current Thread [Next in Thread>
  • ADP Elite System Max 9000 Series Login Vulnerability, rootfiend <=