CVE-2002-0866
Microsoft Virtual Machine <= 5.0.3805 - Remote Code Execution via JDBC Constructor
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2002-0866. PoCs published by anonymous.
AI-analyzed exploit summary This exploit leverages a vulnerability in Java Database Connectivity (JDBC) classes to spoof a request, allowing a remote attacker to load and execute an arbitrary DLL on the system. The PoC demonstrates this by loading a malicious DLL via a crafted JDBC request.
Description
Java Database Connectivity (JDBC) classes in Microsoft Virtual Machine (VM) up to and including 5.0.3805 allow remote attackers to load and execute DLLs (dynamic link libraries) via a Java applet that calls the constructor for com.ms.jdbc.odbc.JdbcOdbc with the desired DLL terminated by a null string, aka "DLL Execution via JDBC Classes."
Exploits (1)
This exploit leverages a vulnerability in Java Database Connectivity (JDBC) classes to spoof a request, allowing a remote attacker to load and execute an arbitrary DLL on the system. The PoC demonstrates this by loading a malicious DLL via a crafted JDBC request.