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.
Update Information:
Update to 2.6.0, fixes CVE-2023-52425, CVE-2023-52426.
* Fri Feb 16 2024 Sandro Mani
[ 1 ] Bug #2262883 - TRIAGE CVE-2023-52425 mingw-expat: expat: parsing large tokens can trigger a denial of service [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=2262883
[ 2 ] Bug #2262886 - TRIAGE CVE-2023-52426 mingw-expat: expat: recursive XML entity expansion vulnerability [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=2262886
This update can be installed with the "dnf" update program. Use su -c 'dnf upgrade --advisory FEDORA-2024-b8656bc059' at the command line. For more information, refer to the dnf documentation available at https://dnf.readthedocs.io/en/latest/command_ref.html
Get the latest Linux and open source security news straight to your inbox.