5
CVSSv2

CVE-2006-2971

Published: 12/06/2006 Updated: 18/10/2018
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 505
Vector: AV:N/AC:L/Au:N/C:N/I:N/A:P

Vulnerability Summary

Integer overflow in the recv_packet function in 0verkill 0.16 allows remote malicious users to cause a denial of service (daemon crash) via a UDP packet with fewer than 12 bytes, which results in a long length value to the crc32 function.

Vulnerable Product Search on Vulmon Subscribe to Product

overkill overkill 0.16

Exploits

#!/usr/bin/env python # # ----------------------------------------------------- # Exploit id: FSE:016 # # Author: Federico Fazzi # Contact: federico@autisticiorg # Date: 09/06/2006, 13:58 # Sinthesis: 0verkill 016, Remote integer overflow # Product: artaxkarlinmffcunicz/~brain/0verkill/ # -------------------------------- ...