1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00
Files
archived-php-src/ext
Jakub Zelenka 70f9d6c428 Fix GHSA-h35g-vwh6-m678: Mysqlnd - various heap buffer over-reads
This fixes issues causing buffer over-read that leak heap content:
- RESP packet field default left over for COM_LIST
- RESP packet upsert filename
- OK packet message
- RESP packet for stmt row data
  - ps_fetch_from_1_to_8_bytes
  - ps_fetch_float
  - ps_fetch_double
  - ps_fetch_time
  - ps_fetch_date
  - ps_fetch_datetime
  - ps_fetch_string
  - ps_fetch_bit
- RESP packet for query row data (just possible overflow on 32bit)

It also adds various protocol tests using a new fake server.
2024-11-18 09:05:11 +01:00
..
2024-01-31 11:20:44 +01:00
2024-10-09 09:37:50 +02:00
2024-11-01 23:47:21 +01:00
2024-10-21 00:33:29 +02:00
2024-10-28 19:39:24 +01:00
2024-10-13 21:12:46 +02:00
2024-10-14 19:24:01 +02:00
2023-12-05 11:56:15 +01:00
2024-10-23 20:09:39 +02:00
2024-11-02 17:40:41 +00:00
2024-08-05 22:07:01 +02:00
2024-08-28 14:31:24 +02:00
2024-11-04 16:02:16 +01:00
2024-01-04 19:29:37 +01:00
2024-08-06 16:54:58 +02:00
2024-10-03 21:11:25 +02:00
2024-06-29 15:52:28 +01:00
2024-02-27 23:03:52 +00:00
2024-10-18 15:24:44 +02:00
2024-10-13 02:07:11 +02:00
2024-06-28 20:14:20 +02:00
2024-10-14 22:00:29 +02:00
2024-11-04 17:47:49 +01:00
2024-06-26 19:36:01 +02:00
2024-01-31 11:20:44 +01:00
2024-10-13 02:29:22 +02:00