usbredir 0.7.1-1ubuntu0.18.04.1 source package in Ubuntu

Changelog

usbredir (0.7.1-1ubuntu0.18.04.1) bionic-security; urgency=medium

  * SECURITY UPDATE: Use-after-free in usbredirparser_serialize
    - debian/patches/CVE-2021-3700.patch: Update the position pointer
      accordingly in case of reallocation of the state buffer in
      usbredirparser/usbredirparser.c.
    - CVE-2021-3700

 -- David Fernandez Gonzalez <email address hidden>  Tue, 03 Jan 2023 10:19:55 +0100

Upload details

Uploaded by:
David Fernandez Gonzalez
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
linux-any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates main libs
Bionic security main libs

Downloads

File Size SHA-256 Checksum
usbredir_0.7.1.orig.tar.bz2 322.2 KiB 407e9e27a1369f01264d5501ffbe88935ddd7d5de675f5835db05dc9c9ac56f3
usbredir_0.7.1-1ubuntu0.18.04.1.debian.tar.xz 4.6 KiB c28d78ef9cce4f498643b963f423ec37e6687f72bbb98e99c2e37d18f7f51730
usbredir_0.7.1-1ubuntu0.18.04.1.dsc 2.4 KiB 746328bc370ad51cf2e04ce5d11af1885d8223e501bc3f86b4596d3cf5cf40ef

View changes file

Binary packages built by this source

libusbredirhost-dev: implementing the usb-host (*) side of a usbredir connection (development)

 Usbredirhost is a library implementing the usb-host (*) side of a
 usbredir connection. All that an application wishing to implement
 an usb-host needs to do is:
  * Provide a libusb device handle for the device
  * Provide write and read callbacks for the actual transport of usbredir data
  * Monitor for usbredir and libusb read/write events and call their handlers
 .
 This package contains the development header files.

libusbredirhost1: Implementing the usb-host (*) side of a usbredir connection (runtime)

 Usbredirhost is a library implementing the usb-host (*) side of a
 usbredir connection. All that an application wishing to implement
 an usb-host needs to do is:
  * Provide a libusb device handle for the device
  * Provide write and read callbacks for the actual transport of usbredir data
  * Monitor for usbredir and libusb read/write events and call their handlers
 .
 This package contains the runtime library.

libusbredirhost1-dbgsym: debug symbols for libusbredirhost1
libusbredirparser-dev: Parser for the usbredir protocol (development)

 Usbredirparse is a library containing the parser for the usbredir protocol.
 This package contains the development header files.

libusbredirparser1: Parser for the usbredir protocol (runtime)

 Usbredirparse is a library containing the parser for the usbredir protocol.
 This package contains the runtime library.

libusbredirparser1-dbgsym: debug symbols for libusbredirparser1
usbredirserver: Simple USB host TCP server

 usbredirserver is a small standalone server for exporting an USB device for
 use from another (virtual) machine through the usbredir protocol.

usbredirserver-dbgsym: debug symbols for usbredirserver