CVE-2012-0781
PHP 5.3.8 - Denial of Service via Tidy::diagnose NULL Pointer Dereference
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2012-0781. PoCs published by Maksymilian Arciemowicz.
AI-analyzed exploit summary This is a detailed technical analysis of CVE-2011-4153, focusing on a NULL pointer dereference vulnerability in PHP 5.3.8's zend_strndup() function. The writeup includes root cause analysis, affected code paths, and proof-of-concept demonstrations for triggering the issue.
Description
The tidy_diagnose function in PHP 5.3.8 might allow remote attackers to cause a denial of service (NULL pointer dereference and application crash) via crafted input to an application that attempts to perform Tidy::diagnose operations on invalid objects, a different vulnerability than CVE-2011-4153.
Exploits (1)
This is a detailed technical analysis of CVE-2011-4153, focusing on a NULL pointer dereference vulnerability in PHP 5.3.8's zend_strndup() function. The writeup includes root cause analysis, affected code paths, and proof-of-concept demonstrations for triggering the issue.