ID CVE-2006-7205
Summary The array_fill function in ext/standard/array.c in PHP 4.4.2 and 5.1.2 allows context-dependent attackers to cause a denial of service (memory consumption) via a large num value.
References
Vulnerable Configurations
  • cpe:2.3:a:php_group:php:4.4.2:*:*:*:*:*:*:*
    cpe:2.3:a:php_group:php:4.4.2:*:*:*:*:*:*:*
  • cpe:2.3:a:php_group:php:5.1.2:*:*:*:*:*:*:*
    cpe:2.3:a:php_group:php:5.1.2:*:*:*:*:*:*:*
CVSS
Base: 5.0 (as of 05-09-2008 - 21:16)
Impact:
Exploitability:
CWE NVD-CWE-Other
CAPEC
Access
VectorComplexityAuthentication
NETWORK LOW NONE
Impact
ConfidentialityIntegrityAvailability
NONE NONE PARTIAL
cvss-vector via4 AV:N/AC:L/Au:N/C:N/I:N/A:P
refmap via4
misc http://www.infigo.hr/hr/in_focus/advisories/INFIGO-2006-04-02
osvdb 24945
sectrack 1015979
statements via4
contributor Mark J Cox
lastmodified 2007-05-29
organization Red Hat
statement The memory_limit configuration option is used to constrain the amount of memory which a script can consume during execution. If this setting is disabled (or set unreasonably high), it is expected behaviour that scripts will be able to consume large amounts of memory during script execution. The memory_limit setting is enabled by default in all versions of PHP distributed in Red Hat Enterprise Linux and Application Stack.
Last major update 05-09-2008 - 21:16
Published 24-05-2007 - 02:30
Last modified 05-09-2008 - 21:16
Back to Top