expat

An XML parser library

Description

This is expat, the C library for parsing XML, written by James Clark. 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.
Website: http://www.libexpat.org/
License: MIT
Vendor: Baruwa Enterprise Edition https://packages.baruwa.com/
Group: system environment/libraries

Packages

expat-2.0.1-15.el6_10.x86_64 [77 KiB] Changelog by Tomas Korbar (2022-10-04):
- Ensure raw tagnames are safe exiting internalEntityParser
- Resolves: CVE-2022-40674
expat-2.0.1-14.el6_10.1.x86_64 [77 KiB] Changelog by Andrew Colin Kissa (2022-10-07):
- FIX: CVE-2022-40674
expat-2.0.1-14.el6_10.x86_64 [77 KiB] Changelog by Tomas Korbar (2022-04-06):
- Fix multiple CVEs
- CVE-2022-25236 expat: namespace-separator characters in "xmlns[:prefix]" attribute values can lead to arbitrary code execution
- CVE-2022-25235 expat: malformed 2- and 3-byte UTF-8 sequences can lead to arbitrary code execution
- CVE-2022-25315 expat: integer overflow in storeRawNames()
- Resolves: CVE-2022-25236
- Resolves: CVE-2022-25235
- Resolves: CVE-2022-25315
expat-2.0.1-13.el6_8.x86_64 [76 KiB] Changelog by Joe Orton (2016-11-24):
- updated security fix for CVE-2016-0718