PHP Strip_Tags() Function Bypass Vulnerability
BID:10724
Info
PHP Strip_Tags() Function Bypass Vulnerability
| Bugtraq ID: | 10724 |
| Class: | Input Validation Error |
| CVE: |
CVE-2004-0595 |
| Remote: | Yes |
| Local: | No |
| Published: | Jul 14 2004 12:00AM |
| Updated: | Jul 12 2009 06:16AM |
| Credit: | Stefan Esser <[email protected]> disclosed this vulnerability. |
| Vulnerable: |
Trustix Secure Linux 2.1 Trustix Secure Linux 2.0 Trustix Secure Linux 1.5 Trustix Secure Enterprise Linux 2.0 Slackware Linux 10.1 Slackware Linux 10.0 Slackware Linux 9.1 Slackware Linux 9.0 Slackware Linux 8.1 Slackware Linux -current Redhat Stronghold 4.0 Redhat Fedora Core2 Redhat Fedora Core1 Redhat Enterprise Linux WS 3 Redhat Enterprise Linux ES 3 Redhat Enterprise Linux AS 3 Redhat Desktop 3.0 PHP PHP 5.0 candidate 3 PHP PHP 5.0 candidate 2 PHP PHP 5.0 candidate 1 PHP PHP 4.3.7 PHP PHP 4.3.6 PHP PHP 4.3.5 PHP PHP 4.3.3 PHP PHP 4.3.2 PHP PHP 4.3.1 PHP PHP 4.3 PHP PHP 4.2.3 PHP PHP 4.2.2 PHP PHP 4.2.1 PHP PHP 4.2 .0 PHP PHP 4.1.2 PHP PHP 4.1.1 PHP PHP 4.1 .0 PHP PHP 4.0.7 PHP PHP 4.0.6 PHP PHP 4.0.5 PHP PHP 4.0.4 PHP PHP 4.0.3 PHP PHP 4.0.2 PHP PHP 4.0.1 PHP PHP 4.0 0 HP HP-UX B.11.23 HP HP-UX B.11.22 HP HP-UX B.11.11 HP HP-UX B.11.11 HP HP-UX B.11.00 Avaya S8700 R2.0.1 Avaya S8700 R2.0.0 Avaya S8500 R2.0.1 Avaya S8500 R2.0.0 Avaya S8300 R2.0.1 Avaya S8300 R2.0.0 Avaya Integrated Management Avaya Converged Communications Server 2.0 Apple Mac OS X Server 10.3.7 Apple Mac OS X Server 10.3.6 Apple Mac OS X Server 10.3.5 Apple Mac OS X Server 10.3.4 Apple Mac OS X Server 10.3.3 Apple Mac OS X Server 10.3.2 Apple Mac OS X Server 10.3.1 Apple Mac OS X Server 10.3 Apple Mac OS X Server 10.2.8 Apple Mac OS X Server 10.2.7 Apple Mac OS X Server 10.2.6 Apple Mac OS X Server 10.2.5 Apple Mac OS X Server 10.2.4 Apple Mac OS X Server 10.2.3 Apple Mac OS X Server 10.2.2 Apple Mac OS X Server 10.2.1 Apple Mac OS X Server 10.2 Apple Mac OS X Server 10.1.5 Apple Mac OS X Server 10.1.4 Apple Mac OS X Server 10.1.3 Apple Mac OS X Server 10.1.2 Apple Mac OS X Server 10.1.1 Apple Mac OS X Server 10.1 Apple Mac OS X Server 10.0 Apple Mac OS X 10.3.7 Apple Mac OS X 10.3.6 Apple Mac OS X 10.3.5 Apple Mac OS X 10.3.4 Apple Mac OS X 10.3.3 Apple Mac OS X 10.3.2 Apple Mac OS X 10.3.1 Apple Mac OS X 10.3 Apple Mac OS X 10.2.8 Apple Mac OS X 10.2.7 Apple Mac OS X 10.2.6 Apple Mac OS X 10.2.5 Apple Mac OS X 10.2.4 Apple Mac OS X 10.2.3 Apple Mac OS X 10.2.2 Apple Mac OS X 10.2.1 Apple Mac OS X 10.2 Apple Mac OS X 10.1.5 Apple Mac OS X 10.1.4 Apple Mac OS X 10.1.3 Apple Mac OS X 10.1.2 Apple Mac OS X 10.1.1 Apple Mac OS X 10.1 Apple Mac OS X 10.1 Apple Mac OS X 10.0.4 Apple Mac OS X 10.0.3 Apple Mac OS X 10.0.2 Apple Mac OS X 10.0.1 Apple Mac OS X 10.0 3 Apple Mac OS X 10.0 |
| Not Vulnerable: |
Apple Mac OS X Server 10.3.8 Apple Mac OS X 10.3.8 |
Discussion
PHP Strip_Tags() Function Bypass Vulnerability
It is reported that it is possible to bypass PHPs strip_tags() function.
It is reported that under certain circumstances, PHPs strip_tags() function will improperly leave malformed tags in place.
This vulnerability may mean that previously presumed-safe web applications could contain multiple cross-site scripting and HTML injection vulnerabilities when viewed by Microsoft Internet Explorer or Apple Safari web browsers.
It is reported that 'magic_quotes_gpc' must be off for PHP to be vulnerable to this issue.
It is reported that it is possible to bypass PHPs strip_tags() function.
It is reported that under certain circumstances, PHPs strip_tags() function will improperly leave malformed tags in place.
This vulnerability may mean that previously presumed-safe web applications could contain multiple cross-site scripting and HTML injection vulnerabilities when viewed by Microsoft Internet Explorer or Apple Safari web browsers.
It is reported that 'magic_quotes_gpc' must be off for PHP to be vulnerable to this issue.
Exploit / POC
PHP Strip_Tags() Function Bypass Vulnerability
No exploit is required, but an example was provided.
If a web application uses strip_tags() similar to:
$example = strip_tags($_REQUEST['user_input'], "<b><i><s>");
Then possible tags that may lead to exploitation might be:
<\0script> or <s\0cript>
No exploit is required, but an example was provided.
If a web application uses strip_tags() similar to:
$example = strip_tags($_REQUEST['user_input'], "<b><i><s>");
Then possible tags that may lead to exploitation might be:
<\0script> or <s\0cript>
Solution / Fix
PHP Strip_Tags() Function Bypass Vulnerability
Solution:
Slackware has released an advisory (SSA:2005-095-01) including updated packages to address this issue. Please see the referenced advisory for more information.
Redhat has released an advisory (FEDORA-2004-223) and fixes addressing this issue for Fedora Core 2. Please see the referenced advisory for further details regarding obtaining and applying appropriate fixes.
Redhat has released an advisory (FEDORA-2004-222) and fixes addressing this issue for Fedora Core 1. Please see the referenced advisory for further details regarding obtaining and applying appropriate fixes.
Avaya has released an updated advisory that acknowledges this vulnerability for Avaya products. Some fixes are not currently available; customers are advised to contact the vendor for further details regarding fix availability. Please see the referenced Avaya advisory at the following location for further details:
http://support.avaya.com/japple/css/japple?temp.groupID=128450&temp.selectedFamily=128451&temp.selectedProduct=154235&temp.selectedBucket=126655&temp.feedbackState=askForFeedback&temp.documentID=198054&PAGE=avaya.css.CSSLvl1Detail&executeTransaction=avaya.css.UsageUpdate()
TinySofa Linux has released advisory TSSA-2004-013 along with fixes dealing with this issue. Please see the referenced advisory for more information.
Mandrake Linux has released advisory MDKSA-2004:068 along with fixes dealing with this and other issues. Please see the referenced advisory for more information.
Gentoo Linux has released advisory GLSA 200407-13 dealing with this and other issues. All PHP, mod_php and php-cgi users should upgrade to the latest stable
version:
# emerge sync
# emerge -pv ">=dev-php/php-4.3.8"
# emerge ">=dev-php/php-4.3.8"
# emerge -pv ">=dev-php/mod_php-4.3.8"
# emerge ">=dev-php/mod_php-4.3.8"
# emerge -pv ">=dev-php/php-cgi-4.3.8"
# emerge ">=dev-php/php-cgi-4.3.8"
For more information please see the referenced Gentoo Linux advisory.
SuSE Linux has released an advisory (SUSE-SA:2004:021) along with fixes dealing with this issue. Please see the referenced advisory for more information.
Conectiva Linux has released an announcement (CLSA-2004:847) dealing with this and other issues. Please see the referenced advisory for more information.
Red Hat has released advisory RHSA-2004:395-10 and fixes to address this issue on Red Hat Linux Enterprise platforms. Customers who are affected by this issue are advised to apply the appropriate updates. Customers subscribed to the Red Hat Network may apply the appropriate fixes using the Red Hat Update Agent (up2date). Please see referenced advisory for additional information.
Debian has released advisory DSA 531-1 dealing with this and other issues. Please see the referenced advisory for more information.
OpenPKG has released advisory OpenPKG-SA-2004.034 dealing with this and other issues. Please see the referenced advisory for further information.
RedHat has released an advisory (RHSA-2004:405-06) to address various issues in Stronghold. Updated Stronghold 4 packages have been released. RedHat users are advised to upgrade their computers by carrying out the following command to launch the update agent service:
bin/agent
Please see the RedHat advisory in web references for more information.
Trustix Secure Linux has released advisory TSL-2004-0039 to address this, and other issues. Please see the referenced advisory for further information.
Hewlett-Packard has released advisory HPSBUX01064 along with a resolution dealing with this issue. Please see the referenced advisory for more information.
TurboLinux has released advisory TLSA-2004-23 along with fixes dealing with this issue. Please see the referenced advisory for more information.
Apple Computers has released advisory APPLE-SA-2005-01-25 along with a security update dealing with this and other issues. Please see the referenced advisory for more information.
Debian Linux has released an advisory (DSA 669-1) dealing with this issue. Please see the reference section for more information.
Apple Computers has released Mac OS X version 10.3.8 dealing with this issue. This upgrade includes the security patches shipped with the referenced security update.
Red Hat has released advisory RHSA-2005:816-10 to address this issue for Red Hat Stronghold for Enterprise Linux. Please see the referenced advisory for further information on obtaining fixes.
HP HP-UX B.11.11
HP HP-UX B.11.22
HP HP-UX B.11.23
Apple Mac OS X 10.2.8
PHP PHP 4.0.6
PHP PHP 4.1 .0
PHP PHP 4.1.2
PHP PHP 4.2.1
PHP PHP 4.2.2
PHP PHP 4.2.3
PHP PHP 4.3.1
PHP PHP 4.3.3
PHP PHP 4.3.6
Solution:
Slackware has released an advisory (SSA:2005-095-01) including updated packages to address this issue. Please see the referenced advisory for more information.
Redhat has released an advisory (FEDORA-2004-223) and fixes addressing this issue for Fedora Core 2. Please see the referenced advisory for further details regarding obtaining and applying appropriate fixes.
Redhat has released an advisory (FEDORA-2004-222) and fixes addressing this issue for Fedora Core 1. Please see the referenced advisory for further details regarding obtaining and applying appropriate fixes.
Avaya has released an updated advisory that acknowledges this vulnerability for Avaya products. Some fixes are not currently available; customers are advised to contact the vendor for further details regarding fix availability. Please see the referenced Avaya advisory at the following location for further details:
http://support.avaya.com/japple/css/japple?temp.groupID=128450&temp.selectedFamily=128451&temp.selectedProduct=154235&temp.selectedBucket=126655&temp.feedbackState=askForFeedback&temp.documentID=198054&PAGE=avaya.css.CSSLvl1Detail&executeTransaction=avaya.css.UsageUpdate()
TinySofa Linux has released advisory TSSA-2004-013 along with fixes dealing with this issue. Please see the referenced advisory for more information.
Mandrake Linux has released advisory MDKSA-2004:068 along with fixes dealing with this and other issues. Please see the referenced advisory for more information.
Gentoo Linux has released advisory GLSA 200407-13 dealing with this and other issues. All PHP, mod_php and php-cgi users should upgrade to the latest stable
version:
# emerge sync
# emerge -pv ">=dev-php/php-4.3.8"
# emerge ">=dev-php/php-4.3.8"
# emerge -pv ">=dev-php/mod_php-4.3.8"
# emerge ">=dev-php/mod_php-4.3.8"
# emerge -pv ">=dev-php/php-cgi-4.3.8"
# emerge ">=dev-php/php-cgi-4.3.8"
For more information please see the referenced Gentoo Linux advisory.
SuSE Linux has released an advisory (SUSE-SA:2004:021) along with fixes dealing with this issue. Please see the referenced advisory for more information.
Conectiva Linux has released an announcement (CLSA-2004:847) dealing with this and other issues. Please see the referenced advisory for more information.
Red Hat has released advisory RHSA-2004:395-10 and fixes to address this issue on Red Hat Linux Enterprise platforms. Customers who are affected by this issue are advised to apply the appropriate updates. Customers subscribed to the Red Hat Network may apply the appropriate fixes using the Red Hat Update Agent (up2date). Please see referenced advisory for additional information.
Debian has released advisory DSA 531-1 dealing with this and other issues. Please see the referenced advisory for more information.
OpenPKG has released advisory OpenPKG-SA-2004.034 dealing with this and other issues. Please see the referenced advisory for further information.
RedHat has released an advisory (RHSA-2004:405-06) to address various issues in Stronghold. Updated Stronghold 4 packages have been released. RedHat users are advised to upgrade their computers by carrying out the following command to launch the update agent service:
bin/agent
Please see the RedHat advisory in web references for more information.
Trustix Secure Linux has released advisory TSL-2004-0039 to address this, and other issues. Please see the referenced advisory for further information.
Hewlett-Packard has released advisory HPSBUX01064 along with a resolution dealing with this issue. Please see the referenced advisory for more information.
TurboLinux has released advisory TLSA-2004-23 along with fixes dealing with this issue. Please see the referenced advisory for more information.
Apple Computers has released advisory APPLE-SA-2005-01-25 along with a security update dealing with this and other issues. Please see the referenced advisory for more information.
Debian Linux has released an advisory (DSA 669-1) dealing with this issue. Please see the reference section for more information.
Apple Computers has released Mac OS X version 10.3.8 dealing with this issue. This upgrade includes the security patches shipped with the referenced security update.
Red Hat has released advisory RHSA-2005:816-10 to address this issue for Red Hat Stronghold for Enterprise Linux. Please see the referenced advisory for further information on obtaining fixes.
HP HP-UX B.11.11
-
HP HP-UX Apache-based Web Server v.2.0.50.00
http://software.hp.com
HP HP-UX B.11.22
-
HP HP-UX Apache-based Web Server v.2.0.50.00
http://software.hp.com
HP HP-UX B.11.23
-
HP HP-UX Apache-based Web Server v.2.0.50.00
http://software.hp.com
Apple Mac OS X 10.2.8
-
Apple Security Update 2005-001 (Mac OS X 10.2.8 Client) 1.0
http://www.apple.com/support/downloads/securityupdate2005001macosx1028 client.html
PHP PHP 4.0.6
-
TurboLinux php-4.2.3-18.i586.rpm
ftp://ftp.turbolinux.com/pub/TurboLinux/TurboLinux/ia32/Server/7/updat es/RPMS/php-4.2.3-18.i586.rpm -
TurboLinux php-imap-4.2.3-18.i586.rpm
ftp://ftp.turbolinux.com/pub/TurboLinux/TurboLinux/ia32/Server/7/updat es/RPMS/php-imap-4.2.3-18.i586.rpm -
TurboLinux php-ldap-4.2.3-18.i586.rpm
ftp://ftp.turbolinux.com/pub/TurboLinux/TurboLinux/ia32/Server/7/updat es/RPMS/php-ldap-4.2.3-18.i586.rpm -
TurboLinux php-manual-4.2.3-18.i586.rpm
ftp://ftp.turbolinux.com/pub/TurboLinux/TurboLinux/ia32/Server/7/updat es/RPMS/php-manual-4.2.3-18.i586.rpm -
TurboLinux php-mysql-4.2.3-18.i586.rpm
ftp://ftp.turbolinux.com/pub/TurboLinux/TurboLinux/ia32/Server/7/updat es/RPMS/php-mysql-4.2.3-18.i586.rpm -
TurboLinux php-pgsql-4.2.3-18.i586.rpm
ftp://ftp.turbolinux.com/pub/TurboLinux/TurboLinux/ia32/Server/7/updat es/RPMS/php-pgsql-4.2.3-18.i586.rpm
PHP PHP 4.1 .0
-
SuSE mod_php4-4.1.0-317.i386.patch.rpm
ftp://ftp.suse.com/pub/suse/i386/update/8.0/n2/mod_php4-4.1.0-317.i386 .patch.rpm -
SuSE mod_php4-core-4.1.0-317.i386.patch.rpm
ftp://ftp.suse.com/pub/suse/i386/update/8.0/n2/mod_php4-core-4.1.0-317 .i386.patch.rpm -
SuSE mod_php4-servlet-4.1.0-317.i386.patch.rpm
ftp://ftp.suse.com/pub/suse/i386/update/8.0/n2/mod_php4-servlet-4.1.0- 317.i386.patch.rpm -
SuSE mod_php4-4.1.0-317.i386.rpm
ftp://ftp.suse.com/pub/suse/i386/update/8.0/n2/mod_php4-4.1.0-317.i386 .rpm -
SuSE mod_php4-core-4.1.0-317.i386.rpm
ftp://ftp.suse.com/pub/suse/i386/update/8.0/n2/mod_php4-core-4.1.0-317 .i386.rpm -
SuSE mod_php4-servlet-4.1.0-317.i386.rpm
ftp://ftp.suse.com/pub/suse/i386/update/8.0/n2/mod_php4-servlet-4.1.0- 317.i386.rpm
PHP PHP 4.1.2
-
Mandrake php-common-4.1.2-1.3.M82mdk.i586.rpm
Mandrake Multi Network Firewall 8.2
http://www.mandrakesecure.net/en/ftp.php -
TurboLinux php-4.2.3-18.i586.rpm
ftp://ftp.turbolinux.com/pub/TurboLinux/TurboLinux/ia32/Workstation/8/ updates/RPMS/php-4.2.3-18.i586.rpm -
TurboLinux php-gd-4.2.3-18.i586.rpm
ftp://ftp.turbolinux.com/pub/TurboLinux/TurboLinux/ia32/Workstation/8/ updates/RPMS/php-gd-4.2.3-18.i586.rpm -
TurboLinux php-imap-4.2.3-18.i586.rpm
ftp://ftp.turbolinux.com/pub/TurboLinux/TurboLinux/ia32/Workstation/8/ updates/RPMS/php-imap-4.2.3-18.i586.rpm -
TurboLinux php-ldap-4.2.3-18.i586.rpm
ftp://ftp.turbolinux.com/pub/TurboLinux/TurboLinux/ia32/Workstation/8/ updates/RPMS/php-ldap-4.2.3-18.i586.rpm -
TurboLinux php-manual-4.2.3-18.i586.rpm
ftp://ftp.turbolinux.com/pub/TurboLinux/TurboLinux/ia32/Workstation/8/ updates/RPMS/php-manual-4.2.3-18.i586.rpm -
TurboLinux php-ming-4.2.3-18.i586.rpm
ftp://ftp.turbolinux.com/pub/TurboLinux/TurboLinux/ia32/Workstation/8/ updates/RPMS/php-ming-4.2.3-18.i586.rpm -
TurboLinux php-mysql-4.2.3-18.i586.rpm
ftp://ftp.turbolinux.com/pub/TurboLinux/TurboLinux/ia32/Workstation/8/ updates/RPMS/php-mysql-4.2.3-18.i586.rpm -
TurboLinux php-pgsql-4.2.3-18.i586.rpm
ftp://ftp.turbolinux.com/pub/TurboLinux/TurboLinux/ia32/Workstation/8/ updates/RPMS/php-pgsql-4.2.3-18.i586.rpm
PHP PHP 4.2.1
-
Slackware php-4.3.11-i386-1.tgz
ftp://ftp.slackware.com/pub/slackware/slackware-8.1/patches/packages/p hp-4.3.11-i386-1.tgz
PHP PHP 4.2.2
-
SuSE mod_php4-4.2.2-479.i586.patch.rpm
ftp://ftp.suse.com/pub/suse/i386/update/8.1/rpm/i586/mod_php4-4.2.2-47 9.i586.patch.rpm -
SuSE mod_php4-core-4.2.2-479.i586.patch.rpm
ftp://ftp.suse.com/pub/suse/i386/update/8.1/rpm/i586/mod_php4-core-4.2 .2-479.i586.patch.rpm -
SuSE mod_php4-servlet-4.2.2-479.i586.patch.rpm
ftp://ftp.suse.com/pub/suse/i386/update/8.1/rpm/i586/mod_php4-servlet- 4.2.2-479.i586.patch.rpm -
SuSE mod_php4-4.2.2-479.i586.rpm
ftp://ftp.suse.com/pub/suse/i386/update/8.1/rpm/i586/mod_php4-4.2.2-47 9.i586.rpm -
SuSE mod_php4-core-4.2.2-479.i586.rpm
ftp://ftp.suse.com/pub/suse/i386/update/8.1/rpm/i586/mod_php4-core-4.2 .2-479.i586.rpm -
SuSE mod_php4-servlet-4.2.2-479.i586.rpm
ftp://ftp.suse.com/pub/suse/i386/update/8.1/rpm/i586/mod_php4-servlet- 4.2.2-479.i586.rpm
PHP PHP 4.2.3
-
Mandrake php-4.2.3-4.2.C21mdk.i586.rpm
Mandrake Corporate Server 2.1
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php-4.2.3-4.2.C21mdk.x86_64.rpm
Mandrake Corporate Server 2.1/x86_64
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php-common-4.2.3-4.2.C21mdk.i586.rpm
Mandrake Corporate Server 2.1
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php-common-4.2.3-4.2.C21mdk.x86_64.rpm
Mandrake Corporate Server 2.1/x86_64
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php-devel-4.2.3-4.2.C21mdk.i586.rpm
Mandrake Corporate Server 2.1
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php-devel-4.2.3-4.2.C21mdk.x86_64.rpm
Mandrake Corporate Server 2.1/x86_64
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php-pear-4.2.3-4.2.C21mdk.i586.rpm
Mandrake Corporate Server 2.1
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php-pear-4.2.3-4.2.C21mdk.x86_64.rpm
Mandrake Corporate Server 2.1/x86_64
http://www.mandrakesecure.net/en/ftp.php -
TurboLinux php-4.2.3-18.i586.rpm
ftp://ftp.turbolinux.com/pub/TurboLinux/TurboLinux/ia32/Server/8/updat es/RPMS/php-4.2.3-18.i586.rpm -
TurboLinux php-gd-4.2.3-18.i586.rpm
ftp://ftp.turbolinux.com/pub/TurboLinux/TurboLinux/ia32/Server/8/updat es/RPMS/php-gd-4.2.3-18.i586.rpm -
TurboLinux php-imap-4.2.3-18.i586.rpm
ftp://ftp.turbolinux.com/pub/TurboLinux/TurboLinux/ia32/Server/8/updat es/RPMS/php-imap-4.2.3-18.i586.rpm -
TurboLinux php-ldap-4.2.3-18.i586.rpm
ftp://ftp.turbolinux.com/pub/TurboLinux/TurboLinux/ia32/Server/8/updat es/RPMS/php-ldap-4.2.3-18.i586.rpm -
TurboLinux php-manual-4.2.3-18.i586.rpm
ftp://ftp.turbolinux.com/pub/TurboLinux/TurboLinux/ia32/Server/8/updat es/RPMS/php-manual-4.2.3-18.i586.rpm -
TurboLinux php-ming-4.2.3-18.i586.rpm
ftp://ftp.turbolinux.com/pub/TurboLinux/TurboLinux/ia32/Server/8/updat es/RPMS/php-ming-4.2.3-18.i586.rpm -
TurboLinux php-mysql-4.2.3-18.i586.rpm
ftp://ftp.turbolinux.com/pub/TurboLinux/TurboLinux/ia32/Server/8/updat es/RPMS/php-mysql-4.2.3-18.i586.rpm -
TurboLinux php-pgsql-4.2.3-18.i586.rpm
ftp://ftp.turbolinux.com/pub/TurboLinux/TurboLinux/ia32/Server/8/updat es/RPMS/php-pgsql-4.2.3-18.i586.rpm
PHP PHP 4.3.1
-
Mandrake libphp_common430-430-11.2.91mdk.i586.rpm
Mandrake Linux 9.1
http://www.mandrakesecure.net/en/ftp.php -
Mandrake libphp_common430-430-11.2.91mdk.ppc.rpm
Mandrake Linux 9.1/PPC
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php-cgi-4.3.1-11.2.91mdk.i586.rpm
Mandrake Linux 9.1
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php-cgi-4.3.1-11.2.91mdk.ppc.rpm
Mandrake Linux 9.1/PPC
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php-cli-4.3.1-11.2.91mdk.i586.rpm
Mandrake Linux 9.1
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php-cli-4.3.1-11.2.91mdk.ppc.rpm
Mandrake Linux 9.1/PPC
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php430-devel-430-11.2.91mdk.i586.rpm
Mandrake Linux 9.1
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php430-devel-430-11.2.91mdk.ppc.rpm
Mandrake Linux 9.1/PPC
http://www.mandrakesecure.net/en/ftp.php -
Slackware php-4.3.11-i386-1.tgz
ftp://ftp.slackware.com/pub/slackware/slackware-9.0/patches/packages/p hp-4.3.11-i386-1.tgz -
SuSE mod_php4-4.3.1-169.i586.patch.rpm
ftp://ftp.suse.com/pub/suse/i386/update/8.2/rpm/i586/mod_php4-4.3.1-16 9.i586.patch.rpm -
SuSE mod_php4-core-4.3.1-169.i586.patch.rpm
ftp://ftp.suse.com/pub/suse/i386/update/8.2/rpm/i586/mod_php4-core-4.3 .1-169.i586.patch.rpm -
SuSE mod_php4-4.3.1-169.i586.rpm
ftp://ftp.suse.com/pub/suse/i386/update/8.2/rpm/i586/mod_php4-4.3.1-16 9.i586.rpm -
SuSE mod_php4-core-4.3.1-169.i586.rpm
ftp://ftp.suse.com/pub/suse/i386/update/8.2/rpm/i586/mod_php4-core-4.3 .1-169.i586.rpm
PHP PHP 4.3.3
-
Fedora php-4.3.8-1.1.i386.rpm
RedHat Fedora Core 1
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/1/ -
Fedora php-debuginfo-4.3.8-1.1.i386.rpm
RedHat Fedora Core 1
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/1/ -
Fedora php-devel-4.3.8-1.1.i386.rpm
RedHat Fedora Core 1
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/1/ -
Fedora php-domxml-4.3.8-1.1.i386.rpm
RedHat Fedora Core 1
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/1/ -
Fedora php-imap-4.3.8-1.1.i386.rpm
RedHat Fedora Core 1
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/1/ -
Fedora php-ldap-4.3.8-1.1.i386.rpm
RedHat Fedora Core 1
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/1/ -
Fedora php-mbstring-4.3.8-1.1.i386.rpm
RedHat Fedora Core 1
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/1/ -
Fedora php-mysql-4.3.8-1.1.i386.rpm
RedHat Fedora Core 1
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/1/ -
Fedora php-odbc-4.3.8-1.1.i386.rpm
RedHat Fedora Core 1
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/1/ -
Fedora php-pgsql-4.3.8-1.1.i386.rpm
RedHat Fedora Core 1
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/1/ -
Fedora php-snmp-4.3.8-1.1.i386.rpm
RedHat Fedora Core 1
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/1/ -
Fedora php-xmlrpc-4.3.8-1.1.i386.rpm
RedHat Fedora Core 1
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/1/ -
Mandrake lib64php_common432-4.3.3-2.1.92mdk.amd64.rpm
Mandrake Linux 9.2/AMD64
http://www.mandrakesecure.net/en/ftp.php -
Mandrake libphp_common432-4.3.3-2.1.92mdk.i586.rpm
Mandrake Linux 9.2
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php-cgi-4.3.3-2.1.92mdk.amd64.rpm
Mandrake Linux 9.2/AMD64
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php-cgi-4.3.3-2.1.92mdk.i586.rpm
Mandrake Linux 9.2
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php-cli-4.3.3-2.1.92mdk.amd64.rpm
Mandrake Linux 9.2/AMD64
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php-cli-4.3.3-2.1.92mdk.i586.rpm
Mandrake Linux 9.2
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php432-devel-4.3.3-2.1.92mdk.amd64.rpm
Mandrake Linux 9.2/AMD64
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php432-devel-4.3.3-2.1.92mdk.i586.rpm
Mandrake Linux 9.2
http://www.mandrakesecure.net/en/ftp.php -
Slackware php-4.3.11-i486-1.tgz
ftp://ftp.slackware.com/pub/slackware/slackware-9.1/patches/packages/p hp-4.3.11-i486-1.tgz -
SuSE mod_php4-4.3.3-177.i586.patch.rpm
ftp://ftp.suse.com/pub/suse/i386/update/9.0/rpm/i586/mod_php4-4.3.3-17 7.i586.patch.rpm -
SuSE mod_php4-4.3.3-177.x86_64.patch.rpm
ftp://ftp.suse.com/pub/suse/x86_64/update/9.0/rpm/x86_64/mod_php4-4.3. 3-177.x86_64.patch.rpm -
SuSE mod_php4-core-4.3.3-177.i586.patch.rpm
ftp://ftp.suse.com/pub/suse/i386/update/9.0/rpm/i586/mod_php4-core-4.3 .3-177.i586.patch.rpm -
SuSE mod_php4-core-4.3.3-177.x86_64.patch.rpm
ftp://ftp.suse.com/pub/suse/x86_64/update/9.0/rpm/x86_64/mod_php4-core -4.3.3-177.x86_64.patch.rpm -
SuSE mod_php4-servlet-4.3.3-177.i586.patch.rpm
ftp://ftp.suse.com/pub/suse/i386/update/9.0/rpm/i586/mod_php4-servlet- 4.3.3-177.i586.patch.rpm -
SuSE mod_php4-servlet-4.3.3-177.x86_64.patch.rpm
ftp://ftp.suse.com/pub/suse/x86_64/update/9.0/rpm/x86_64/mod_php4-serv let-4.3.3-177.x86_64.patch.rpm -
SuSE mod_php4-4.3.3-177.i586.rpm
ftp://ftp.suse.com/pub/suse/i386/update/9.0/rpm/i586/mod_php4-4.3.3-17 7.i586.rpm -
SuSE mod_php4-4.3.3-177.x86_64.rpm
ftp://ftp.suse.com/pub/suse/x86_64/update/9.0/rpm/x86_64/mod_php4-4.3. 3-177.x86_64.rpm -
SuSE mod_php4-core-4.3.3-177.i586.rpm
ftp://ftp.suse.com/pub/suse/i386/update/9.0/rpm/i586/mod_php4-core-4.3 .3-177.i586.rpm -
SuSE mod_php4-core-4.3.3-177.x86_64.rpm
ftp://ftp.suse.com/pub/suse/x86_64/update/9.0/rpm/x86_64/mod_php4-core -4.3.3-177.x86_64.rpm -
SuSE mod_php4-servlet-4.3.3-177.i586.rpm
ftp://ftp.suse.com/pub/suse/i386/update/9.0/rpm/i586/mod_php4-servlet- 4.3.3-177.i586.rpm -
SuSE mod_php4-servlet-4.3.3-177.x86_64.rpm
ftp://ftp.suse.com/pub/suse/x86_64/update/9.0/rpm/x86_64/mod_php4-serv let-4.3.3-177.x86_64.rpm
PHP PHP 4.3.6
-
Conectiva php4-4.3.6-63187U10_1cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/10/10/RPMS/php4-4.3.6-63187U10_1cl .i386.rpm -
Conectiva php4-dba-4.3.6-63187U10_1cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/10/10/RPMS/php4-dba-4.3.6-63187U10 _1cl.i386.rpm -
Conectiva php4-devel-4.3.6-63187U10_1cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/10/10/RPMS/php4-devel-4.3.6-63187U 10_1cl.i386.rpm -
Conectiva php4-doc-4.3.6-63187U10_1cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/10/10/RPMS/php4-doc-4.3.6-63187U10 _1cl.i386.rpm -
Conectiva php4-doc-es-4.3.6-63187U10_1cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/10/10/RPMS/php4-doc-es-4.3.6-63187 U10_1cl.i386.rpm -
Conectiva php4-doc-pt_BR-4.3.6-63187U10_1cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/10/10/RPMS/php4-doc-pt_BR-4.3.6-63 187U10_1cl.i386.rpm -
Conectiva php4-imap-4.3.6-63187U10_1cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/10/10/RPMS/php4-imap-4.3.6-63187U1 0_1cl.i386.rpm -
Conectiva php4-ldap-4.3.6-63187U10_1cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/10/10/RPMS/php4-ldap-4.3.6-63187U1 0_1cl.i386.rpm -
Conectiva php4-mcrypt-4.3.6-63187U10_1cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/10/10/RPMS/php4-mcrypt-4.3.6-63187 U10_1cl.i386.rpm -
Conectiva php4-mhash-4.3.6-63187U10_1cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/10/10/RPMS/php4-mhash-4.3.6-63187U 10_1cl.i386.rpm -
Conectiva php4-mnogosearch-4.3.6-63187U10_1cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/10/10/RPMS/php4-mnogosearch-4.3.6- 63187U10_1cl.i386.rpm -
Conectiva php4-mssql-4.3.6-63187U10_1cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/10/10/RPMS/php4-mssql-4.3.6-63187U 10_1cl.i386.rpm -
Conectiva php4-mysql-4.3.6-63187U10_1cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/10/10/RPMS/php4-mysql-4.3.6-63187U 10_1cl.i386.rpm -
Conectiva php4-odbc-4.3.6-63187U10_1cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/10/10/RPMS/php4-odbc-4.3.6-63187U1 0_1cl.i386.rpm -
Conectiva php4-pgsql-4.3.6-63187U10_1cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/10/10/RPMS/php4-pgsql-4.3.6-63187U 10_1cl.i386.rpm
References
PHP Strip_Tags() Function Bypass Vulnerability
References:
References:
- CLSA-2004:847 - php4: Remote arbitrary code execution vulnerabilities and other (Conectiva)
- RHSA-2004:392-13 - Updated php packages (RedHat)
- RHSA-2004:395-10 - Updated php packages fix security issues (RedHat)
- RHSA-2004:405-06 - Stronghold 4: New release fixes Apache, mod_ssl, and PHP (RedHat)
- RHSA-2005:816-10 - apache, mod_ssl, php update for Stronghold (RedHat)
- Advisory 12/2004: PHP strip_tags() bypass vulnerability (Stefan Esser
)