CVE-2008-1501
ircu < 2.10.12.12 and snircd < 1.3.4 - Denial of Service via Malformed MODE Command
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2008-1501. PoCs published by Chris Porter.
AI-analyzed exploit summary The vulnerability in ircu and snircd involves a missing argument check in the `send_user_mode` function, leading to a potential buffer overflow when processing mode commands. The exploit involves sending a crafted `/mode` command with repeated modes to trigger the vulnerability.
Description
The send_user_mode function in s_user.c in (1) Undernet ircu 2.10.12.12 and earlier, (2) snircd 1.3.4 and earlier, and unspecified other ircu derivatives allows remote attackers to cause a denial of service (daemon crash) via a malformed MODE command.
Exploits (1)
The vulnerability in ircu and snircd involves a missing argument check in the `send_user_mode` function, leading to a potential buffer overflow when processing mode commands. The exploit involves sending a crafted `/mode` command with repeated modes to trigger the vulnerability.