Lucene search
+L

PHP 5.2.1 - STR_IReplace Remote Denial of Service

🗓️ 09 Feb 2007 00:00:00Reported by Thomas HruskaType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 24 Views

PHP 5.2.1 STR_IReplace Remote DoS vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
nessus
Tenable Nessus
PHP 4.x < 4.4.7 / 5.x < 5.2.2 Multiple Vulnerabilities
4 May 200700:00
nessus
nessus
Tenable Nessus
GLSA-200703-21 : PHP: Multiple vulnerabilities
26 Mar 200700:00
nessus
nessus
Tenable Nessus
PHP < 4.4.7 / 5.2.2 Multiple Vulnerabilities
4 May 200700:00
nessus
nessus
Tenable Nessus
SuSE 10 Security Update : PHP5 (ZYPP Patch Number 2684)
13 Dec 200700:00
nessus
nessus
Tenable Nessus
openSUSE 10 Security Update : php5 (php5-2687)
17 Oct 200700:00
nessus
cve
CVE
CVE-2007-0911
13 Feb 200723:00
cve
cvelist
Cvelist
CVE-2007-0911
13 Feb 200723:00
cvelist
euvd
EUVD
EUVD-2007-0905
13 Feb 200723:00
euvd
gentoo
Gentoo Linux
PHP: Multiple vulnerabilities
20 Mar 200700:00
gentoo
nvd
NVD
CVE-2007-0911
13 Feb 200723:28
nvd
Rows per page
source: https://www.securityfocus.com/bid/22505/info

PHP is prone to a denial-of-service vulnerability because it fails to properly sanitize user-supplied input.

An attacker who can run PHP code on a vulnerable computer may exploit this vulnerability to crash PHP and the webserver, denying service to legitimate users.

This issue affects PHP 5.2.1; other versions may also be vulnerable.

<?
   $Data = "Change tracking and management software designed to watch
for abnormal system behavior.\nSuggest features, report bugs, or ask
questions here.";
   $Data = str_ireplace("\r\n", "<br>", $Data);
   $Data = str_ireplace("\n", "<br>", $Data);
   $Data = str_ireplace("\r\n", "<br>", $Data);
   $Data = str_ireplace("\n", "<br>", $Data);
   $Data = str_ireplace("\r\n", "<br>", $Data);
   $Data = str_ireplace("\n", "<br>", $Data);
   $Data = str_ireplace("\r\n", "<br>", $Data);
   $Data = str_ireplace("\n", "<br>", $Data);
   $Data = str_ireplace("\r\n", "<br>", $Data);
   $Data = str_ireplace("\n", "<br>", $Data);
   $Data = str_ireplace("\r\n", "<br>", $Data);
   $Data = str_ireplace("\n", "<br>", $Data);
   $Data = str_ireplace("\r\n", "<br>", $Data);
   $Data = str_ireplace("\n", "<br>", $Data);
?>

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

14 Nov 2013 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.8
EPSS0.05274
24