11PHP NEWS
22|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3+ 26 Sep 2024, PHP 8.3.12
4+
5+ - CGI:
6+ . Fixed bug GHSA-p99j-rfp4-xqvq (Bypass of CVE-2024-4577, Parameter Injection
7+ Vulnerability). (CVE-2024-8926) (nielsdos)
8+ . Fixed bug GHSA-94p6-54jq-9mwp (cgi.force_redirect configuration is
9+ bypassable due to the environment variable collision). (CVE-2024-8927)
10+ (nielsdos)
11+
12+ - Core:
13+ . Fixed bug GH-15408 (MSan false-positve on zend_max_execution_timer).
14+ (zeriyoshi)
15+ . Fixed bug GH-15515 (Configure error grep illegal option q). (Peter Kokot)
16+ . Fixed bug GH-15514 (Configure error: genif.sh: syntax error). (Peter Kokot)
17+ . Fixed bug GH-15565 (--disable-ipv6 during compilation produces error
18+ EAI_SYSTEM not found). (nielsdos)
19+ . Fixed bug GH-15587 (CRC32 API build error on arm 32-bit).
20+ (Bernd Kuhls, Thomas Petazzoni)
21+ . Fixed bug GH-15330 (Do not scan generator frames more than once). (Arnaud)
22+ . Fixed uninitialized lineno in constant AST of internal enums. (ilutov)
23+
24+ - Curl:
25+ . FIxed bug GH-15547 (curl_multi_select overflow on timeout argument).
26+ (David Carlier)
27+
28+ - DOM:
29+ . Fixed bug GH-15551 (Segmentation fault (access null pointer) in
30+ ext/dom/xml_common.h). (nielsdos)
31+ . Fixed bug GH-15654 (Signed integer overflow in ext/dom/nodelist.c).
32+ (nielsdos)
33+
34+ - Fileinfo:
35+ . Fixed bug GH-15752 (Incorrect error message for finfo_file
36+ with an empty filename argument). (DanielEScherzer)
37+
38+ - FPM:
39+ . Fixed bug GHSA-865w-9rf3-2wh5 (Logs from childrens may be altered).
40+ (CVE-2024-9026) (Jakub Zelenka)
41+
42+ - MySQLnd:
43+ . Fixed bug GH-15432 (Heap corruption when querying a vector). (cmb,
44+ Kamil Tekiela)
45+
46+ - Opcache:
47+ . Fixed bug GH-15661 (Access null pointer in
48+ Zend/Optimizer/zend_inference.c). (nielsdos)
49+ . Fixed bug GH-15658 (Segmentation fault in Zend/zend_vm_execute.h).
50+ (nielsdos)
51+
52+ - SAPI:
53+ . Fixed bug GHSA-9pqp-7h25-4f32 (Erroneous parsing of multipart form data).
54+ (CVE-2024-8925) (Arnaud)
55+
56+ - Standard:
57+ . Fixed bug GH-15552 (Signed integer overflow in ext/standard/scanf.c). (cmb)
58+
59+ - Streams:
60+ . Fixed bug GH-15628 (php_stream_memory_get_buffer() not zero-terminated).
61+ (cmb)
62+
36329 Aug 2024, PHP 8.3.11
464
565- Core:
@@ -51,6 +111,10 @@ PHP NEWS
51111 (zend_hash_num_elements() Zend/zend_hash.h)). (nielsdos)
52112 . Fixed bug GH-15210 use-after-free on watchpoint allocations. (nielsdos)
53113
114+ - Random:
115+ . Fixed part of bug GH-15381, checking getrandom availability on solaris.
116+ (David Carlier)
117+
54118- Soap:
55119 . Fixed bug #55639 (Digest autentication dont work). (nielsdos)
56120 . Fix SoapFault property destruction. (nielsdos)
@@ -60,6 +124,7 @@ PHP NEWS
60124- Standard:
61125 . Fix passing non-finite timeout values in stream functions. (nielsdos)
62126 . Fixed GH-14780 p(f)sockopen timeout overflow. (David Carlier)
127+ . Fixed GH-15653 overflow on fgetcsv length parameter. (David Carlier)
63128
64129- Streams:
65130 . Fixed bug GH-15028 (Memory leak in ext/phar/stream.c). (nielsdos)
0 commit comments