### [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.