CVE-2007-3790
PHP 5.2.3 - Denial of Service via Long Argument to com_print_typeinfo
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2007-3790. PoCs published by shinnai.
AI-analyzed exploit summary This exploit triggers a Denial of Service (DoS) in PHP 5.2.3 by passing a large string to the `com_print_typeinfo()` function when the bz2 extension is loaded. The vulnerability causes a crash due to improper handling of the input buffer.
Description
The com_print_typeinfo function in the bz2 extension in PHP 5.2.3 allows context-dependent attackers to cause a denial of service via a long argument.
Exploits (1)
This exploit triggers a Denial of Service (DoS) in PHP 5.2.3 by passing a large string to the `com_print_typeinfo()` function when the bz2 extension is loaded. The vulnerability causes a crash due to improper handling of the input buffer.