CVE-2008-4037
Microsoft Windows - Remote Code Execution via SMB Credential Reflection
Title source: llmExploitation Summary
EIP tracks 4 public exploits for CVE-2008-4037.
PoCs published by Metasploit, Andres Tarasco, Haamed Gheibi, including Metasploit module exploits/windows/smb/smb_relay.
AI-analyzed exploit summary This exploit code is a Metasploit module for CVE-2008-4037, which performs an SMB relay attack to gain authenticated SMB sessions and execute arbitrary payloads on Windows systems. It leverages SMB authentication relaying to achieve remote code execution.
Description
Microsoft Windows 2000 Gold through SP4, XP Gold through SP3, Server 2003 SP1 and SP2, Vista Gold and SP1, and Server 2008 allows remote SMB servers to execute arbitrary code on a client machine by replaying the NTLM credentials of a client user, as demonstrated by backrush, aka "SMB Credential Reflection Vulnerability." NOTE: some reliable sources report that this vulnerability exists because of an insufficient fix for CVE-2000-0834.
Exploits (4)
This exploit code is a Metasploit module for CVE-2008-4037, which performs an SMB relay attack to gain authenticated SMB sessions and execute arbitrary payloads on Windows systems. It leverages SMB authentication relaying to achieve remote code execution.
This is a tool for performing NTLM replay attacks via SMB, allowing an attacker to relay authentication credentials. It exploits the vulnerability in SMB protocol handling to capture and reuse NTLM hashes.
This exploit targets an authentication flaw in the Windows SMB protocol by modifying the Samba source code to intercept and manipulate SMB authentication challenges/responses. It allows mounting remote Windows shares (e.g., C$) without proper credentials by exploiting weak challenge-response mechanisms.
This Metasploit module exploits CVE-2008-4037 by relaying SMB authentication requests to another host, allowing code execution if the victim has administrative privileges. It supports multiple attack vectors including PSEXEC and SMB session creation.