‘Vulnerabilities’

MOPS-2010-041: PHP strip_tags() Interruption Information Leak Vulnerability

May 26th, 2010

PHP’s strip_tags() function can be abused for information leak attacks, because of the call time pass by reference feature.
(more…)

MOPS-2010-040: PHP strtr() Interruption Information Leak Vulnerability

May 21st, 2010

PHP’s strtr() function can be abused for information leak attacks, similar to all the other interruption exploits. However the interruption is not triggered inside the zend_parse_parameters() function and therefore another fix is required.
(more…)

MOPS-2010-039: PHP strpbrk() Interruption Information Leak Vulnerability

May 21st, 2010

PHP’s strpbrk() function can be abused for information leak attacks, because of the call time pass by reference feature.
(more…)

MOPS-2010-038: PHP http_build_query() Interruption Information Leak Vulnerability

May 21st, 2010

PHP’s http_build_query() function can be abused for information leak attacks, because of the call time pass by reference feature.
(more…)

MOPS-2010-037: PHP str_getcsv() Interruption Information Leak Vulnerability

May 21st, 2010

PHP’s str_getcsv() function can be abused for information leak attacks, because of the call time pass by reference feature.
(more…)

MOPS-2010-036: PHP htmlentities() and htmlspecialchars() Interruption Information Leak Vulnerability

May 21st, 2010

PHP’s htmlentities() and htmlspecialchars() functions can be abused for information leak attacks, because of the call time pass by reference feature.
(more…)

MOPS-2010-035: e107 BBCode Remote PHP Code Execution Vulnerability

May 19th, 2010

It was discovered that access control to the [php] bbcode which allows executing PHP code is wrongly implemented in e107. This allows unauthenticated users to execute arbitrary PHP code easily.
(more…)

MOPS-2010-034: PHP iconv_mime_encode() Interruption Information Leak Vulnerability

May 18th, 2010

PHP’s iconv_mime_encode() function can be abused for information leak attacks, because of the call time pass by reference feature. This vulnerability also demonstrates that fixing zend_parse_parameters() is not enough to kill some of these vulnerabilities.
(more…)

MOPS-2010-033: PHP iconv_substr() Interruption Information Leak Vulnerability

May 18th, 2010

PHP’s iconv_substr() function can be abused for information leak attacks, because of the call time pass by reference feature.
(more…)

MOPS-2010-032: PHP iconv_mime_decode() Interruption Information Leak Vulnerability

May 18th, 2010

PHP’s iconv_mime_decode() function can be abused for information leak attacks, because of the call time pass by reference feature.
(more…)