From cbde7a81f1125ea726b0c5a7a4ad83c3eb455fc1 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Sat, 13 Apr 2024 11:39:59 +0200 Subject: [PATCH] CHANGES: Update an entry to avoid any misunderstanding (cherry picked from commit 4ffb715478ad6c51c3a736f05dfb4e4b6a41500b) [skip ci] --- CHANGES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index a4b20c16..e5b46dd0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,5 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group Summary for 4.99.5 tcpdump release (so far!) - Fix: - Use the buffer stack for de-escaping PPP; fixes CVE-2024-2397. Refine protocol decoding for: Arista: Use the test .pcap file from pull request #955 (HwInfo). BGP: Fix an undefined behavior when it tries to parse a too-short packet. @@ -37,6 +35,8 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group OSPF6: Fix an undefined behavior. pflog: use nd_ types in struct pfloghdr. PPP: Check if there is some data to hexdump. + Use the buffer stack for de-escaping PPP; fixes CVE-2024-2397; + Note: This problem does not affect any tcpdump release. PTP: Fix spelling of type SIGNALING, Parse major and minor version correctly, Print majorSdoId field instead of just the first bit. RIP: Make a couple trivial protocol updates.