Advertisement
Home arrow ITsec Advisories
Saturday, 22 November 2008
 
 
Last week attacks
O.S.  Defs.  %
Linux  8778  71.58%
Win 2003  1950  15.90%
Win 2000  722  5.89%
Solaris 9/10  402  3.28%
FreeBSD  226  1.84%
Other  185  1.51%

Total attacks: 12263 of which 4619 single ip and 7644 mass defacements

Main Menu
Home
Digital Warfare
Geopolitics
ITsec News
ITsec Advisories
Test Drive
360°
Digital Attacks Archive
Zone-H events
Publications
Zone-H Friends/Partners
Contact Us
Search
Download Area
Zone-H forum
About this website
Login Form





Lost Password?
No account yet? Register
Visitors' Map
ITsec Advisories


MOPB-33-2007:PHP mail() Message ASCIIZ Byte Truncation PDF Print E-mail
User Rating: / 1
Written by Marcelo Almeida (Vympel)   
Wednesday, 28 March 2007

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...

Write Comment (0 Comments)
Read more...
 
MOPB-32-2007:PHP 4.4.5/4.4.6 session_decode() Double Free Vulnerability PDF Print E-mail
User Rating: / 0
Written by Marcelo Almeida (Vympel)   
Wednesday, 28 March 2007

Summary

When security fixes for MOPB-31-2007 were developed we demonstrated to the PHP developers that their first two attempts were not a fix for the vulnerability and only killed our described exploit path, while other exploit paths were still useable.

During the search for the correct fix a wrong backport to PHP 4 was performed that introduced a double free vulnerability into the standard php deserializer. This can lead to arbitrary code execution through modified session data...

Write Comment (0 Comments)
Read more...
 
MOPB-31-2007:PHP _SESSION Deserialization Overwrite Vulnerability PDF Print E-mail
User Rating: / 0
Written by Marcelo Almeida (Vympel)   
Wednesday, 28 March 2007

Summary

When register_globals is activated the deserialization of the session data can overwrite any global variable, including the _SESSION array. Because of its special implementation this can result in arbitrary code execution.

Affected versions

Affected are PHP 4 < 4.4.5 and PHP 5 < 5.2.1

Detailed information

The summary says it all. For further clarification test the exploit...

Write Comment (0 Comments)
Read more...
 
MOPB-30-2007:PHP _SESSION unset() Vulnerability PDF Print E-mail
User Rating: / 0
Written by Marcelo Almeida (Vympel)   
Wednesday, 28 March 2007

Summary

The session extension does not set the correct reference count value for the session variables, because it does not include the internal pointer from within the session globals. Due to this unsetting _SESSION and HTTP_SESSION_VARS will destroy the Hashtable containing the session data although the session extension still has an internal pointer to it and still uses it internally. This allows replacing the Hashtable through a specially prepared string and leads to code execution...

Write Comment (0 Comments)
Read more...
 
MOPB-29-2007:PHP 5.2.1 unserialize() Information Leak Vulnerability PDF Print E-mail
User Rating: / 0
Written by Marcelo Almeida (Vympel)   
Wednesday, 28 March 2007

Summary

The new S: data type added to PHP 5.2.1's serialisation format is completely broken. The new feature it is supposed to add, the handling of escaped strings does not work at all and leads to disclosure of heap memory content...

Write Comment (0 Comments)
Read more...
 
<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>

Results 121 - 135 of 9522
 
Top! Top!