CVE-2004-1019: Input Validation
The deserialization code in PHP before 4.3.10 and PHP 5.x up to 5.0.2 allows remote attackers to cause a denial of service and execute arbitrary code via untrusted data to the unserialize function that may trigger "information disclosure, double-free and negative reference index array underflow" results.
Affected Software
Remediation
Patch Available
Event History
Frequently Asked Questions
What is the severity of CVE-2004-1019?
CVE-2004-1019 has a severity rating that can potentially lead to denial of service and execution of arbitrary code, indicating a serious security concern.
How do I fix CVE-2004-1019?
To fix CVE-2004-1019, upgrade to PHP version 4.3.10 or later, or to PHP 5.x version 5.0.3 or later.
What types of attacks can CVE-2004-1019 facilitate?
CVE-2004-1019 can facilitate remote denial of service attacks and arbitrary code execution via malicious unserialize input.
What versions of PHP are affected by CVE-2004-1019?
CVE-2004-1019 affects PHP versions before 4.3.10 and all 5.x versions up to and including 5.0.2.
How can I prevent exploitation of CVE-2004-1019?
To prevent exploitation of CVE-2004-1019, avoid using untrusted data with the unserialize function and ensure PHP is upgraded to an unaffected version.