Summary
When the
mail() function is called with a message that contains an ASCIIZ byte
it considers it the end of the message. PHP applications not filtering
ASCIIZ strings from user input before embedding it into the message are
therefore vulnerable to arbitrary email truncation.
Affected versions
Affected are PHP 4 <= 4.4.6 and PHP 5 <= 5.2.1
Detailed information
Web applications sending email with PHP's mail() function often craft the email message with a construct like this...