Files
CVEs-PoC/2002/CVE-2002-0866.md
T
2024-06-18 02:51:15 +02:00

18 lines
798 B
Markdown

### [CVE-2002-0866](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2002-0866)
![](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
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."
### POC
#### Reference
- http://www.kb.cert.org/vuls/id/307306
#### Github
No PoCs found on GitHub currently.