github zeek/zeek v4.1.1

latest releases: latest, v6.2.0, v6.2.0-rc1...
2 years ago

This release fixes the following security issues:

  • Paths from log stream make it into system() unchecked, potentially leading
    to commands being run on the system unintentionally. This requires either
    bad scripting or a malicious package to be installed, and is considered
    low severity.

  • Fix potential unbounded state growth in the PIA analyzer when receiving a
    connection with either a large number of zero-length packets, or one which
    continues ack-ing unseen segments. It is possible to run Zeek out of memory
    in these instances and cause it to crash. Due to the possibility of this
    happening with packets received from the network, this is a potential DoS
    vulnerability.

This release fixes the following bugs:

  • Looping over vectors with missing elements in script-land could fail to
    process all elements.

    #1765

  • The ignore_checksum_nets option does not work correctly if configured
    to with multiple subnets.

    #1778
    802dfd8

  • Packet sources that don't have a selectable file descriptor could
    potentially prevent the network time from ever updating, which would have
    adverse effects on the primary run loop such as preventing timers from
    executing.

    #1690

  • Zeekctl crashes using the zeekctl status command if the StatusCmdShowAll
    option is set to 1 in zeekctl.cfg.

    #1734

Don't miss a new zeek release

NewReleases is sending notifications on new releases.