{ "id": "CVE-2006-7205", "sourceIdentifier": "cve@mitre.org", "published": "2007-05-24T02:30:00.000", "lastModified": "2024-11-21T00:24:38.077", "vulnStatus": "Modified", "cveTags": [], "descriptions": [ { "lang": "en", "value": "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." }, { "lang": "es", "value": "La funci\u00f3n array_fill en ext/standard/array.c de PHP 4.4.2 y 5.1.2 permite a atacantes remotos dependientes de contexto provocar una denegaci\u00f3n de servicio (consumo de memoria) mediante una valor num largo." } ], "metrics": { "cvssMetricV2": [ { "source": "nvd@nist.gov", "type": "Primary", "cvssData": { "version": "2.0", "vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "baseScore": 5.0, "accessVector": "NETWORK", "accessComplexity": "LOW", "authentication": "NONE", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "availabilityImpact": "PARTIAL" }, "baseSeverity": "MEDIUM", "exploitabilityScore": 10.0, "impactScore": 2.9, "acInsufInfo": false, "obtainAllPrivilege": false, "obtainUserPrivilege": false, "obtainOtherPrivilege": false, "userInteractionRequired": false } ] }, "weaknesses": [ { "source": "nvd@nist.gov", "type": "Primary", "description": [ { "lang": "en", "value": "NVD-CWE-Other" } ] } ], "configurations": [ { "nodes": [ { "operator": "OR", "negate": false, "cpeMatch": [ { "vulnerable": true, "criteria": "cpe:2.3:a:php_group:php:4.4.2:*:*:*:*:*:*:*", "matchCriteriaId": "20F1DB01-95BA-4C76-9A6A-EFA5F80D8014" }, { "vulnerable": true, "criteria": "cpe:2.3:a:php_group:php:5.1.2:*:*:*:*:*:*:*", "matchCriteriaId": "679DA16E-1E68-46B8-B659-E1B48AA9764A" } ] } ] } ], "references": [ { "url": "http://securitytracker.com/id?1015979", "source": "cve@mitre.org", "tags": [ "Exploit" ] }, { "url": "http://www.infigo.hr/hr/in_focus/advisories/INFIGO-2006-04-02", "source": "cve@mitre.org", "tags": [ "Exploit", "Vendor Advisory" ] }, { "url": "http://www.osvdb.org/24945", "source": "cve@mitre.org" }, { "url": "http://securitytracker.com/id?1015979", "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit" ] }, { "url": "http://www.infigo.hr/hr/in_focus/advisories/INFIGO-2006-04-02", "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Vendor Advisory" ] }, { "url": "http://www.osvdb.org/24945", "source": "af854a3a-2127-422b-91ae-364da2661108" } ], "vendorComments": [ { "organization": "Red Hat", "comment": "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.\n\nThe memory_limit setting is enabled by default in all versions of PHP distributed in Red Hat Enterprise Linux and Application Stack.\n\n", "lastModified": "2007-05-29T00:00:00" } ] }