cve/2003/CVE-2003-0449.md
2024-06-18 02:51:15 +02:00

19 lines
871 B
Markdown

### [CVE-2003-0449](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2003-0449)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
Progress Database 9.1 to 9.1D06 trusts user input to find and load libraries using dlopen, which allows local users to gain privileges via (1) a PATH environment variable that points to malicious libraries, as demonstrated using libjutil.so in_proapsv, or (2) the -installdir command line parameter, as demonstrated using librocket_r.so in _dbagent.
### POC
#### Reference
- http://marc.info/?l=bugtraq&m=105561134624665&w=2
- http://marc.info/?l=bugtraq&m=105561189625082&w=2
#### Github
No PoCs found on GitHub currently.