Exploitation Summary
EIP tracks 1 public exploit for CVE-2007-4476. PoCs published by Dmitry V. Levin.
AI-analyzed exploit summary This exploit reproduces a stack overflow in GNU tar and cpio utilities by leveraging insecure use of the 'alloca()' function in the 'safer_name_suffix()' function. It creates a long string of '../' sequences to trigger the vulnerability, potentially causing a denial-of-service or arbitrary code execution.
Description
Buffer overflow in the safer_name_suffix function in GNU tar has unspecified attack vectors and impact, resulting in a "crashing stack."
Exploits (1)
This exploit reproduces a stack overflow in GNU tar and cpio utilities by leveraging insecure use of the 'alloca()' function in the 'safer_name_suffix()' function. It creates a long string of '../' sequences to trigger the vulnerability, potentially causing a denial-of-service or arbitrary code execution.