openvpn 2.6.5-0ubuntu1.2 source package in Ubuntu

Changelog

openvpn (2.6.5-0ubuntu1.2) mantic-security; urgency=medium

  * SECURITY UPDATE: client can circumvent management client-kill
    - debian/patches/CVE-2024-28882.patch: only schedule_exit() once in
      src/openvpn/forward.*, src/openvpn/push.c.
    - CVE-2024-28882
  * SECURITY UPDATE: malicious peer can DoS or send garbage to logs
    - debian/patches/CVE-2024-5594.patch: properly handle null bytes and
      invalid characters in control messages in src/openvpn/buffer.*,
      src/openvpn/forward.c, tests/unit_tests/openvpn/test_buffer.c.
    - CVE-2024-5594

 -- Marc Deslauriers <email address hidden>  Thu, 27 Jun 2024 14:27:33 -0400

Upload details

Uploaded by:
Marc Deslauriers
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic updates main net
Mantic security main net

Downloads

File Size SHA-256 Checksum
openvpn_2.6.5.orig.tar.gz 1.8 MiB e34efdb9a3789a760cfc91d57349dfb1e31da169c98c06cb490c6a8a015638e2
openvpn_2.6.5-0ubuntu1.2.debian.tar.xz 68.5 KiB f0ee0259359058e34af8266f7464a20eeda23deb27a10b63fbfbf0c2f0b107ce
openvpn_2.6.5-0ubuntu1.2.dsc 2.2 KiB e99d7ccfe567834167d6d29759c3cd3a91731a7022b4cb763b329cff6069349b

View changes file

Binary packages built by this source

openvpn: virtual private network daemon

 OpenVPN is an application to securely tunnel IP networks over a
 single UDP or TCP port. It can be used to access remote sites, make
 secure point-to-point connections, enhance wireless security, etc.
 .
 OpenVPN uses all of the encryption, authentication, and certification
 features provided by the OpenSSL library (any cipher, key size, or
 HMAC digest).
 .
 OpenVPN may use static, pre-shared keys or TLS-based dynamic key exchange. It
 also supports VPNs with dynamic endpoints (DHCP or dial-up clients), tunnels
 over NAT or connection-oriented stateful firewalls (such as Linux's iptables).

openvpn-dbgsym: debug symbols for openvpn