expat 2.4.8-2ubuntu0.22.10.1 source package in Ubuntu

Changelog

expat (2.4.8-2ubuntu0.22.10.1) kinetic-security; urgency=medium

  * SECURITY UPDATE: use-after-free
    - debian/patches/CVE-2022-43680-1.patch: adds tests to cover
      DTD destruction in XML_ExternalEntityParserCreate in
      expat/tests/runtests.c.
    - debian/patches/CVE-2022-43680-2.patch: fix overeager DTD
      destruction in XML_ExternalEntityParserCreate in
      expat/lib/xmlparse.c.
    - CVE-2022-43680

 -- David Fernandez Gonzalez <email address hidden>  Fri, 18 Nov 2022 12:22:47 +0100

Upload details

Uploaded by:
David Fernandez Gonzalez
Uploaded to:
Kinetic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
text
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Kinetic updates main text
Kinetic security main text

Downloads

File Size SHA-256 Checksum
expat_2.4.8.orig.tar.gz 7.9 MiB 122d8ae7a0170b9835cb45b216d856c1f83dd83792f8f0f80c31e98283efbe87
expat_2.4.8-2ubuntu0.22.10.1.debian.tar.xz 15.4 KiB 37ba948586e3a8e69d1ba5750ff2067e2956329e94e6e87dc87240368c43da6a
expat_2.4.8-2ubuntu0.22.10.1.dsc 2.1 KiB 535002e0fb64eef2fc5abdb484ab466343344c3365803bd460374bc828d5517d

View changes file

Binary packages built by this source

expat: XML parsing C library - example application

 This package contains xmlwf, an example application of expat, the C
 library for parsing XML. The arguments to xmlwf are one or more
 files which are each to be checked for XML well-formedness.

expat-dbgsym: debug symbols for expat
libexpat1: XML parsing C library - runtime library

 This package contains the runtime, shared library of expat, the C
 library for parsing XML. Expat is a stream-oriented parser in
 which an application registers handlers for things the parser
 might find in the XML document (like start tags).

libexpat1-dbgsym: debug symbols for libexpat1
libexpat1-dev: XML parsing C library - development kit

 This package contains the header file and development libraries of
 expat, the C library for parsing XML. Expat is a stream oriented XML
 parser. This means that you register handlers with the parser prior
 to starting the parse. These handlers are called when the parser
 discovers the associated structures in the document being parsed. A
 start tag is an example of the kind of structures for which you may
 register handlers.