From f565a95643976276089d9e61d14f744d55f3bf75 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Tue, 31 Jan 2023 15:25:02 +0000 Subject: changes for released CVES git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1907155 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES b/CHANGES index b20301d0a..71b2f0e8d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,16 @@ -*- coding: utf-8 -*- Changes for APR 1.7.1 + *) SECURITY: CVE-2022-24963 (cve.mitre.org) + Integer Overflow or Wraparound vulnerability in apr_encode functions of + Apache Portable Runtime (APR) allows an attacker to write beyond bounds + of a buffer. + + *) SECURITY: CVE-2022-28331 (cve.mitre.org) + On Windows, Apache Portable Runtime 1.7.0 and earlier may write beyond + the end of a stack based buffer in apr_socket_sendv(). This is a result + of integer overflow. + *) SECURITY: CVE-2021-35940 (cve.mitre.org) Restore fix for out-of-bounds array dereference in apr_time_exp*() functions. (This issue was addressed as CVE-2017-12613 in APR 1.6.3 and -- cgit v1.2.1