CVE-2003-0118
Microsoft BizTalk Server 2000 and 2002 - SQL Injection via DTA Website Request
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2003-0118. PoCs published by Cesar Cerrudo.
AI-analyzed exploit summary This exploit demonstrates SQL injection in BizTalk Server's DTA interface, allowing remote command execution via crafted URLs. The PoC shows how an attacker can inject SQL queries to execute OS commands or grant database access.
Description
SQL injection vulnerability in the Document Tracking and Administration (DTA) website of Microsoft BizTalk Server 2000 and 2002 allows remote attackers to execute operating system commands via a request to (1) rawdocdata.asp or (2) RawCustomSearchField.asp containing an embedded SQL statement.
Exploits (2)
This exploit demonstrates SQL injection in BizTalk Server's DTA interface, allowing remote command execution via crafted URLs. The PoC shows how an attacker can inject SQL queries to execute OS commands or grant database access.
The exploit demonstrates SQL injection in BizTalk Server's DTA interface, allowing remote command execution via crafted URLs. It leverages the `xp_cmdshell` and `sp_grantlogin` stored procedures to execute OS commands or grant database access.