networkd-dispatcher 2.1-2~ubuntu20.04.2 source package in Ubuntu

Changelog

networkd-dispatcher (2.1-2~ubuntu20.04.2) focal-security; urgency=medium

  * SECURITY UPDATE: Directory traversal
    - debian/patches/CVE-2022-29799-pre.patch: Add a word that is missing
      in exception messages in networkd-dispatcher and
      tests/test_networkd-dispatcher.py.
    - debian/patches/CVE-2022-29799.patch: Add allowed admin and
      operational states in networkd-dispatcher and throw exceptions in
      handle_state function if the current state is not one of those and
      add a test case test_handle_state in
      tests/test_networkd-dispatcher.py.
    - CVE-2022-29799
  * SECURITY UPDATE: Time-of-check-time-of-use race condition
    - debian/patches/CVE-2022-29800-1.patch: Add check_perms function that
      will be invoked in scripts_in_path function before appending a file
      path to the script_list in networkd-dispatcher and change
      test_scripts_in_path test case in tests/test_networkd-dispatcher.py
      with follow_symlinks set to false.
    - debian/patches/CVE-2022-29800-2.patch: Passes os.path.dirname(path)
      when checking for permissions in scripts_in_path function in
      networkd-dispatcher.
    - CVE-2022-29800

 -- Rodrigo Figueiredo Zaiden <email address hidden>  Wed, 27 Apr 2022 19:10:25 -0300

Upload details

Uploaded by:
Rodrigo Figueiredo Zaiden
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
networkd-dispatcher_2.1.orig.tar.gz 29.0 KiB 57396af69fb38ce5b9ff2d8a14647b78c058a44e7824cd794901b49c6dc1f24d
networkd-dispatcher_2.1-2~ubuntu20.04.2.debian.tar.xz 8.6 KiB a3e188f0246d5ea64081692ea4ef0dac6b57f217f7c48391882041fdad92e876
networkd-dispatcher_2.1-2~ubuntu20.04.2.dsc 1.9 KiB 9b637965c9ce3469b0691ada98d20eb56bffb9e4525643030839bbf014e17e1d

View changes file

Binary packages built by this source

networkd-dispatcher: Dispatcher service for systemd-networkd connection status changes

 Networkd-dispatcher is a dispatcher daemon for systemd-networkd
 connection status changes. It is similar to NetworkManager-dispatcher,
 but is much more limited in the types of events it supports due to the
 limited nature of systemd-networkd.