CVE-2010-2075
UnrealIRCd 3.2.8.1 - Remote Code Execution via Trojaned DEBUG3_DOLOG_SYSTEM Macro
Title source: llmExploitation Summary
EIP tracks 10 public exploits for CVE-2010-2075.
PoCs published by Metasploit, anonymous, MFernstrom, including Metasploit module exploits/unix/irc/unreal_ircd_3281_backdoor.
AI-analyzed exploit summary This Metasploit module exploits a backdoor in UnrealIRCD 3.2.8.1, allowing remote command execution via a malicious command sent to the IRC server. The backdoor was present in the Unreal3.2.8.1.tar.gz archive between November 2009 and June 12th 2010.
Description
UnrealIRCd 3.2.8.1, as distributed on certain mirror sites from November 2009 through June 2010, contains an externally introduced modification (Trojan Horse) in the DEBUG3_DOLOG_SYSTEM macro, which allows remote attackers to execute arbitrary commands.
Exploits (10)
This Metasploit module exploits a backdoor in UnrealIRCD 3.2.8.1, allowing remote command execution via a malicious command sent to the IRC server. The backdoor was present in the Unreal3.2.8.1.tar.gz archive between November 2009 and June 12th 2010.
This exploit targets a remote command execution vulnerability in UnrealIRCd 3.2.8.1 by sending malicious payloads via a TCP socket. It allows an attacker to download and execute arbitrary scripts, terminate processes, or delete files on the target system.
This repository contains a FreePascal implementation of an exploit for CVE-2010-2075, which allows remote command execution in UnrealIRCd 3.2.8.1 by sending a crafted payload. The exploit establishes a reverse shell to a specified listener.
This repository contains a functional exploit for CVE-2010-2075, a backdoor in UnrealIRCd 3.2.8.1 that allows remote command execution. The exploit sends a crafted payload with the prefix 'AB;' to trigger the backdoor and execute arbitrary commands.
This repository provides a detailed analysis of CVE-2010-2075, a backdoor vulnerability in UnrealIRCd 3.2.8.1, including lab setup, exploitation steps, and remediation advice. It references an external PDF for full technical details.
This repository contains a functional Bash exploit for CVE-2010-2075, targeting the backdoor in UnrealIRCd 3.2.8.1. The exploit sends a crafted payload prefixed with 'AB;' to execute a reverse shell via /dev/tcp.
This repository contains functional exploit code for CVE-2010-2075, targeting UnrealIRCd 3.2.8.1. The exploit leverages a backdoor command injection vulnerability to execute arbitrary commands and establish a reverse shell.
This repository contains a functional Python exploit for CVE-2010-2075, which targets a backdoor in UnrealIRCd 3.2.8.1. The exploit sends a crafted payload to establish a reverse shell connection to an attacker-controlled host.
This repository contains a functional Python exploit for CVE-2010-2075, which leverages a backdoor in UnrealIRCd 3.2.8.1 to execute arbitrary commands via a crafted payload sent to the target IRC server. The exploit establishes a reverse shell to a listener specified by the attacker.
This Metasploit module exploits a backdoor in UnrealIRCD 3.2.8.1 by sending a malicious command ('AB;') followed by a payload to execute arbitrary commands on the target system. The exploit connects to the IRC server, sends the backdoor command, and handles the resulting session.