pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/expat expat: update to 2.4.5.
details: https://anonhg.NetBSD.org/pkgsrc/rev/545e306ff4cc
branches: trunk
changeset: 374327:545e306ff4cc
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Feb 19 17:53:43 2022 +0000
description:
expat: update to 2.4.5.
Release 2.4.5 Fri February 18 2022
Security fixes:
#562 CVE-2022-25235 -- Passing malformed 2- and 3-byte UTF-8
sequences (e.g. from start tag names) to the XML
processing application on top of Expat can cause
arbitrary damage (e.g. code execution) depending
on how invalid UTF-8 is handled inside the XML
processor; validation was not their job but Expat's.
Exploits with code execution are known to exist.
#561 CVE-2022-25236 -- Passing (one or more) namespace separator
characters in "xmlns[:prefix]" attribute values
made Expat send malformed tag names to the XML
processor on top of Expat which can cause
arbitrary damage (e.g. code execution) depending
on such unexpectable cases are handled inside the XML
processor; validation was not their job but Expat's.
Exploits with code execution are known to exist.
#558 CVE-2022-25313 -- Fix stack exhaustion in doctype parsing
that could be triggered by e.g. a 2 megabytes
file with a large number of opening braces.
Expected impact is denial of service or potentially
arbitrary code execution.
#560 CVE-2022-25314 -- Fix integer overflow in function copyString;
only affects the encoding name parameter at parser creation
time which is often hardcoded (rather than user input),
takes a value in the gigabytes to trigger, and a 64-bit
machine. Expected impact is denial of service.
#559 CVE-2022-25315 -- Fix integer overflow in function storeRawNames;
needs input in the gigabytes and a 64-bit machine.
Expected impact is denial of service or potentially
arbitrary code execution.
Other changes:
#557 #564 Version info bumped from 9:4:8 to 9:5:8;
see https://verbump.de/ for what these numbers do
diffstat:
textproc/expat/Makefile | 4 ++--
textproc/expat/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 04739e852fe0 -r 545e306ff4cc textproc/expat/Makefile
--- a/textproc/expat/Makefile Sat Feb 19 16:27:10 2022 +0000
+++ b/textproc/expat/Makefile Sat Feb 19 17:53:43 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2022/02/01 12:10:17 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2022/02/19 17:53:43 wiz Exp $
-DISTNAME= expat-2.4.4
+DISTNAME= expat-2.4.5
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=libexpat/}
GITHUB_PROJECT= libexpat
diff -r 04739e852fe0 -r 545e306ff4cc textproc/expat/distinfo
--- a/textproc/expat/distinfo Sat Feb 19 16:27:10 2022 +0000
+++ b/textproc/expat/distinfo Sat Feb 19 17:53:43 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.41 2022/02/01 12:10:17 wiz Exp $
+$NetBSD: distinfo,v 1.42 2022/02/19 17:53:43 wiz Exp $
-BLAKE2s (expat-2.4.4.tar.gz) = 8e5f1c0f84e7d725c0a885bc798411fa5e13603a6623e737ac66ba7b5e66ed33
-SHA512 (expat-2.4.4.tar.gz) = a3a4f7aec51f10bb57993f2c08ba367efcb4579e5fa11f0a85262e5d6677aba32f4a17b0436dd17d4c53f45aaff88cb5bf9cf96ba8380e7740a2728fe930c5e3
-Size (expat-2.4.4.tar.gz) = 703949 bytes
+BLAKE2s (expat-2.4.5.tar.gz) = cc5b418c9d31d9b0552620fdf63c28346fe55fbe75cde7598b458c41354f974e
+SHA512 (expat-2.4.5.tar.gz) = 800e0a2f10efa2ce8142621fa90605f8b4662f2cb7636533e9db0a8fc39e1474fd00615cdeacd33ca12de21c93b009f46bd045ee20da7d3ca53901b8461b2390
+Size (expat-2.4.5.tar.gz) = 707157 bytes
Home |
Main Index |
Thread Index |
Old Index