CVE-2010-3709
PHP 5.2.0-5.2.14 and 5.3.0-5.3.3 - Denial of Service via ZipArchive::getArchiveComment
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2010-3709. PoCs published by Maksymilian Arciemowicz.
AI-analyzed exploit summary This exploit demonstrates a NULL pointer dereference vulnerability in PHP's ZipArchive::getArchiveComment() function, leading to a segmentation fault when processing an empty ZIP file. The issue arises due to improper handling of NULL return values from zip_get_archive_comment().
Description
The ZipArchive::getArchiveComment function in PHP 5.2.x through 5.2.14 and 5.3.x through 5.3.3 allows context-dependent attackers to cause a denial of service (NULL pointer dereference and application crash) via a crafted ZIP archive.
Exploits (1)
This exploit demonstrates a NULL pointer dereference vulnerability in PHP's ZipArchive::getArchiveComment() function, leading to a segmentation fault when processing an empty ZIP file. The issue arises due to improper handling of NULL return values from zip_get_archive_comment().