CVE-2006-4433
- EPSS 2.83%
- Veröffentlicht 29.08.2006 00:04:00
- Zuletzt bearbeitet 03.04.2025 01:03:51
PHP before 4.4.3 and 5.x before 5.1.4 does not limit the character set of the session identifier (PHPSESSID) for third party session handlers, which might make it easier for remote attackers to exploit other vulnerabilities by inserting PHP code into...
- EPSS 0.15%
- Veröffentlicht 09.08.2006 00:04:00
- Zuletzt bearbeitet 03.04.2025 01:03:51
The ip2long function in PHP 5.1.4 and earlier may incorrectly validate an arbitrary string and return a valid network IP address, which allows remote attackers to obtain network information and facilitate other attacks, as demonstrated using SQL inje...
CVE-2006-4020
- EPSS 4.4%
- Veröffentlicht 08.08.2006 20:04:00
- Zuletzt bearbeitet 03.04.2025 01:03:51
scanf.c in PHP 5.1.4 and earlier, and 4.4.3 and earlier, allows context-dependent attackers to execute arbitrary code via a sscanf PHP function call that performs argument swapping, which increments an index past the end of an array and triggers a bu...
CVE-2006-3011
- EPSS 0.26%
- Veröffentlicht 26.06.2006 21:05:00
- Zuletzt bearbeitet 03.04.2025 01:03:51
The error_log function in basic_functions.c in PHP before 4.4.4 and 5.x before 5.1.5 allows local users to bypass safe mode and open_basedir restrictions via a "php://" or other scheme in the third argument, which disables safe mode.
CVE-2006-3017
- EPSS 4.37%
- Veröffentlicht 14.06.2006 23:02:00
- Zuletzt bearbeitet 03.04.2025 01:03:51
zend_hash_del_key_or_index in zend_hash.c in PHP before 4.4.3 and 5.x before 5.1.3 can cause zend_hash_del to delete the wrong element, which prevents a variable from being unset even when the PHP unset function is called, which might cause the varia...
CVE-2006-2660
- EPSS 0.29%
- Veröffentlicht 13.06.2006 18:02:00
- Zuletzt bearbeitet 03.04.2025 01:03:51
Buffer consumption vulnerability in the tempnam function in PHP 5.1.4 and 4.x before 4.4.3 allows local users to bypass restrictions and create PHP files with fixed names in other directories via a pathname argument longer than MAXPATHLEN, which prev...
CVE-2006-2563
- EPSS 0.18%
- Veröffentlicht 29.05.2006 16:02:00
- Zuletzt bearbeitet 03.04.2025 01:03:51
The cURL library (libcurl) in PHP 4.4.2 and 5.1.4 allows attackers to bypass safe mode and read files via a file:// request containing null characters.
- EPSS 4.47%
- Veröffentlicht 24.04.2006 23:02:00
- Zuletzt bearbeitet 03.04.2025 01:03:51
Integer overflow in the wordwrap function in string.c in PHP 4.4.2 and 5.1.2 might allow context-dependent attackers to execute arbitrary code via certain long arguments that cause a small buffer to be allocated, which triggers a heap-based buffer ov...
CVE-2006-1991
- EPSS 3.65%
- Veröffentlicht 24.04.2006 23:02:00
- Zuletzt bearbeitet 03.04.2025 01:03:51
The substr_compare function in string.c in PHP 5.1.2 allows context-dependent attackers to cause a denial of service (memory access violation) via an out-of-bounds offset argument.
CVE-2006-1549
- EPSS 0.18%
- Veröffentlicht 10.04.2006 22:58:00
- Zuletzt bearbeitet 03.04.2025 01:03:51
PHP 4.4.2 and 5.1.2 allows local users to cause a crash (segmentation fault) by defining and executing a recursive function. NOTE: it has been reported by a reliable third party that some later versions are also affected.