|
Brought to you by:
Suppliers of:
|
|
|
| |
DB2 is IBM's relational database software, oriented toward the deployment and development of e-business, business intelligence, content management, and enterprise resource planning and customer relationship management solutions. DB2 can be deployed in AIX, HP-UX, Linux, Solaris, and Windows environments.
IBM's DB2 database ships with two vulnerable setuid binaries, namely db2licm and db2dart. Both binaries are vulnerable to a buffer overflow that allows a local attacker to execute arbitrary code on the vulnerable machine with privileges of the root user. The vulnerability is triggered providing a long command line argument to the binaries.
By default (in the environment available during research), the vulnerable binaries have the following privileges (for example in the case of db2licm):
-r-sr-x--- 1 root db2iadm1 31926 Jun 21 2002 /home/db2inst1/sqllib/adm/db2licm
-r-sr-x--- 1 root db2asgrp 31926 Jun 21 2002 /home/db2as/sqllib/adm/db2licm
The db2as is the only user of the db2iadm1 group, and db2inst1 is the only user of the db2asgrp group. Therefore, in a default install, an attacker with access to the system with any those accounts, will be able to escalate privileges to the root account. |
| |
Credit:
The original advisory can be downloaded from: http://www.coresecurity.com/common/showdoc.php?idx=366&idxseccion=10.
The information has been provided by Juan Pablo Martinez Kuhn from Core Security Technologies.
|
| |
Vulnerable Packages:
* IBM DB2 Universal Data Base v7.2 for Linux/x86 is vulnerable.
* IBM DB2 Universal Data Base v7.2 for Linux/s390 is vulnerable.
Other IBM DB2 versions and target platforms were not available for testing, but may be vulnerable as well.
Solution/Vendor Information/Workaround:
The db2dart issue is fixed in Fixpak 10 for DB2 v7.2.
Fixpak 10 is available at:
http://www-3.ibm.com/cgi-bin/db2www/data/db2/udb/winos2unix/support/download.d2w/report
The db2licm issue is fixed in Fixpak 10a for DB2 v7.2.
Fixpak 10a will soon be available at:
http://www-3.ibm.com/cgi-bin/db2www/data/db2/udb/winos2unix/support/v7fphist.d2w/report
If Fixpak 10a is not already available in this webpage, you can download it from IBM's FTP site. For example the 32-bit Intel Linux version of fixpack 10a is located at:
ftp://ftp.software.ibm.com/ps/products/db2/fixes/english-us/db2linuxv7/FP10a_U495179
Technical Description - Exploit/Concept Code:
The following tests are enough to confirm a binary is vulnerable.
Executing these perl scripts should produce a segmentation fault in vulnerable binaries:
/home/db2as/sqllib/adm/db2dart `perl -e 'print "A"x1287'`
Segmentation fault
/home/db2as/sqllib/adm/db2licm `perl -e 'print "A"x999'`
...
User Response: Enter the name of a file that exists and can be opened and try the command again.
Segmentation fault
...
Both binaries suffer from a simple stack based buffer overflow.
Exploitation of the vulnerabilities is trivial. To confirm the exploitability, sample exploit code was developed for DB2 7.1 binaries for the Linux operating system running on x86 and s390 systems.
|
|
|
|
|