mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Update CHANGES, VERSION, and NEWS for 6.0.8 release
This commit is contained in:
parent
49acb2a030
commit
32214ef983
3 changed files with 17 additions and 1 deletions
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
|||
6.0.8 | 2024-10-04 14:50:18 -0700
|
||||
|
||||
* Update CHANGES, VERSION, and NEWS for 6.0.8 release (Christian Kreibich, Corelight)
|
||||
|
||||
6.0.7-1 | 2024-10-04 10:49:29 -0700
|
||||
|
||||
* Merge remote-tracking branch 'security/topic/awelzel/215-pop3-mail-null-deref' (Christian Kreibich, Corelight)
|
||||
|
|
12
NEWS
12
NEWS
|
@ -3,6 +3,18 @@ This document summarizes the most important changes in the current Zeek
|
|||
release. For an exhaustive list of changes, see the ``CHANGES`` file
|
||||
(note that submodules, such as Broker, come with their own ``CHANGES``.)
|
||||
|
||||
Zeek 6.0.8
|
||||
==========
|
||||
|
||||
This release fixes the following security issue:
|
||||
|
||||
- Adding to the POP3 hardening in 6.0.7, the parser now simply discards too many
|
||||
pending commands, rather than any attempting to process them. Further, invalid
|
||||
server responses do not result in command completion anymore. Processing
|
||||
out-of-order commands or finishing commands based on invalid server responses
|
||||
could result in inconsistent analyzer state, potentially triggering null
|
||||
pointer references for crafted traffic.
|
||||
|
||||
Zeek 6.0.7
|
||||
==========
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
6.0.7-1
|
||||
6.0.8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue