Exploitation Summary
EIP tracks 1 public exploit for CVE-2000-0854. PoCs published by Georgi Guninski.
AI-analyzed exploit summary This exploit demonstrates a DLL hijacking vulnerability in Microsoft Windows where a malicious DLL (e.g., riched20.dll) is loaded from the current working directory instead of the system directory. The PoC includes a DLL that displays a message box and executes an arbitrary executable when loaded by an Office application.
Description
When a Microsoft Office 2000 document is launched, the directory of that document is first used to locate DLL's such as riched20.dll and msi.dll, which could allow an attacker to execute arbitrary commands by inserting a Trojan Horse DLL into the same directory as the document.
Exploits (1)
This exploit demonstrates a DLL hijacking vulnerability in Microsoft Windows where a malicious DLL (e.g., riched20.dll) is loaded from the current working directory instead of the system directory. The PoC includes a DLL that displays a message box and executes an arbitrary executable when loaded by an Office application.