libebml 1.3.5-2ubuntu0.1 source package in Ubuntu

Changelog

libebml (1.3.5-2ubuntu0.1) bionic-security; urgency=medium

  * SECURITY UPDATE: heap-based out of bounds read
    - debian/patches/CVE-2019-13615-1.patch: check the max size to read
      before actually reading in src/EbmlElement.cpp.
    - debian/patches/CVE-2019-13615-2.patch: do not output an element with
      size Unknown if it's not allowed in src/EbmlElement.cpp.
    - debian/patches/CVE-2019-13615-3.patch: exit the max size loop when
      there's nothing left possible to find in src/EbmlElement.cpp.
    - debian/patches/CVE-2019-13615-4.patch: rework the way we look at the
      end boundary when looking an element in a parent in
      src/EbmlElement.cpp.
    - CVE-2019-13615

 -- Marc Deslauriers <email address hidden>  Wed, 24 Jul 2019 13:32:41 -0400

Upload details

Uploaded by:
Marc Deslauriers
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
libebml_1.3.5.orig.tar.xz 267.8 KiB d818413f60742c2f036ba6f582c5e0320d12bffec1b0fc0fc17a398b6f04aa00
libebml_1.3.5-2ubuntu0.1.debian.tar.xz 7.0 KiB 4000a4d71ed5edd9b6b8cf9f664b8bfc1859af150788f2a930847e83c66f60b4
libebml_1.3.5-2ubuntu0.1.dsc 2.2 KiB ec055114c362e4735389547fed357a4b20d036cea94245e4eaff16e09a721d34

View changes file

Binary packages built by this source

libebml-dev: access library for the EBML format (development files)

 The libebml library allows one to read and write files using EBML (the
 Extensible Binary Meta Language), a binary pendant to XML. Using libebml
 makes it easier to extend a file format without breaking support in
 older parsers.
 .
 This package contains the header files and static libraries needed to
 compile applications that use libebml.

libebml4v5: access library for the EBML format (shared library)

 The libebml library allows one to read and write files using EBML (the
 Extensible Binary Meta Language), a binary pendant to XML. Using libebml
 makes it easier to extend a file format without breaking support in
 older parsers.
 .
 This package contains the shared library needed to run applications that
 use libebml.

libebml4v5-dbgsym: debug symbols for libebml4v5