cve/2003/CVE-2003-0148.md

18 lines
881 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2003-0148](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2003-0148)
![](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
The default installation of MSDE via McAfee ePolicy Orchestrator 2.0 through 3.0 allows attackers to execute arbitrary code via a series of steps that (1) obtain the database administrator username and encrypted password in a configuration file from the ePO server using a certain request, (2) crack the password due to weak cryptography, and (3) use the password to pass commands through xp_cmdshell.
### POC
#### Reference
- http://www.nai.com/us/promos/mcafee/epo_vulnerabilities.asp
#### Github
No PoCs found on GitHub currently.