CVE-2006-3815
heartbeat < 2.0.6 - Denial of Service via Shared Memory Permissions
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2006-3815. PoCs published by anonymous.
AI-analyzed exploit summary This exploit leverages insecure default permissions (666) on shared memory segments used by Linux-HA Heartbeat to overwrite data, causing a denial of service. It attaches to the target shared memory segment and copies arbitrary data into it, crashing the Heartbeat process.
Description
heartbeat.c in heartbeat before 2.0.6 sets insecure permissions in a shmget call for shared memory, which allows local users to cause an unspecified denial of service via unknown vectors, possibly during a short time window on startup.
Exploits (1)
This exploit leverages insecure default permissions (666) on shared memory segments used by Linux-HA Heartbeat to overwrite data, causing a denial of service. It attaches to the target shared memory segment and copies arbitrary data into it, crashing the Heartbeat process.