Exploitation Summary
EIP tracks 1 public exploit for CVE-2009-1959. PoCs published by nemo.
AI-analyzed exploit summary The provided text describes an off-by-one heap-based memory corruption vulnerability in Irssi 0.8.13, which can lead to a denial-of-service or potential arbitrary code execution. The example IRC command ': WALLOPS \001ACTION' is given as a trigger for the vulnerability.
Description
Off-by-one error in the event_wallops function in fe-common/irc/fe-events.c in irssi 0.8.13 allows remote IRC servers to cause a denial of service (crash) via an empty command, which triggers a one-byte buffer under-read and a one-byte buffer underflow.
Exploits (1)
The provided text describes an off-by-one heap-based memory corruption vulnerability in Irssi 0.8.13, which can lead to a denial-of-service or potential arbitrary code execution. The example IRC command ': WALLOPS \001ACTION' is given as a trigger for the vulnerability.