* [Buildroot] [PATCH 1/1] package/rsyslog: security bump to version 8.2204.1
@ 2022-05-21 15:28 Fabrice Fontaine
2022-05-30 20:27 ` Thomas Petazzoni via buildroot
2022-06-06 12:29 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2022-05-21 15:28 UTC (permalink / raw)
To: buildroot; +Cc: Matt Weber, Fabrice Fontaine
Fix CVE-2022-24903: Modules for TCP syslog reception have a heap buffer
overflow when octet-counted framing is used. The attacker can corrupt
heap values, leading to data integrity issues and availability impact.
Remote code execution is unlikely to happen but not impossible.
https://github.com/rsyslog/rsyslog/security/advisories/GHSA-ggw7-xr6h-mmr8#advisory-comment-72243
https://github.com/rsyslog/rsyslog/blob/v8.2204.1/ChangeLog
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/rsyslog/rsyslog.hash | 2 +-
package/rsyslog/rsyslog.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/rsyslog/rsyslog.hash b/package/rsyslog/rsyslog.hash
index f404098439..4049590bb8 100644
--- a/package/rsyslog/rsyslog.hash
+++ b/package/rsyslog/rsyslog.hash
@@ -1,5 +1,5 @@
# From http://www.rsyslog.com/downloads/download-v8-stable/
-sha256 19b232f765c4ba7a35b91ef1f5f9af775f6ff78ef56bb7737a2ce79ccbb32b98 rsyslog-8.2010.0.tar.gz
+sha256 a6d731e46ad3d64f6ad4b19bbf1bf56ca4760a44a24bb96823189dc2e71f7028 rsyslog-8.2204.1.tar.gz
# Locally calculated
sha256 054b3a047d9232376a46b87356b19b0c0c2924cb5e6911ab96a01fc4b515f083 COPYING
diff --git a/package/rsyslog/rsyslog.mk b/package/rsyslog/rsyslog.mk
index 529f143228..741d090d55 100644
--- a/package/rsyslog/rsyslog.mk
+++ b/package/rsyslog/rsyslog.mk
@@ -4,7 +4,7 @@
#
################################################################################
-RSYSLOG_VERSION = 8.2010.0
+RSYSLOG_VERSION = 8.2204.1
RSYSLOG_SITE = http://rsyslog.com/files/download/rsyslog
RSYSLOG_LICENSE = GPL-3.0, LGPL-3.0, Apache-2.0
RSYSLOG_LICENSE_FILES = COPYING COPYING.LESSER COPYING.ASL20
--
2.35.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/rsyslog: security bump to version 8.2204.1
2022-05-21 15:28 [Buildroot] [PATCH 1/1] package/rsyslog: security bump to version 8.2204.1 Fabrice Fontaine
@ 2022-05-30 20:27 ` Thomas Petazzoni via buildroot
2022-06-06 12:29 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-05-30 20:27 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: Matt Weber, buildroot
On Sat, 21 May 2022 17:28:24 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> Fix CVE-2022-24903: Modules for TCP syslog reception have a heap buffer
> overflow when octet-counted framing is used. The attacker can corrupt
> heap values, leading to data integrity issues and availability impact.
> Remote code execution is unlikely to happen but not impossible.
>
> https://github.com/rsyslog/rsyslog/security/advisories/GHSA-ggw7-xr6h-mmr8#advisory-comment-72243
> https://github.com/rsyslog/rsyslog/blob/v8.2204.1/ChangeLog
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/rsyslog/rsyslog.hash | 2 +-
> package/rsyslog/rsyslog.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/rsyslog: security bump to version 8.2204.1
2022-05-21 15:28 [Buildroot] [PATCH 1/1] package/rsyslog: security bump to version 8.2204.1 Fabrice Fontaine
2022-05-30 20:27 ` Thomas Petazzoni via buildroot
@ 2022-06-06 12:29 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-06-06 12:29 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: Matt Weber, buildroot
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> Fix CVE-2022-24903: Modules for TCP syslog reception have a heap buffer
> overflow when octet-counted framing is used. The attacker can corrupt
> heap values, leading to data integrity issues and availability impact.
> Remote code execution is unlikely to happen but not impossible.
> https://github.com/rsyslog/rsyslog/security/advisories/GHSA-ggw7-xr6h-mmr8#advisory-comment-72243
> https://github.com/rsyslog/rsyslog/blob/v8.2204.1/ChangeLog
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed to 2022.02.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-06-06 12:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-21 15:28 [Buildroot] [PATCH 1/1] package/rsyslog: security bump to version 8.2204.1 Fabrice Fontaine
2022-05-30 20:27 ` Thomas Petazzoni via buildroot
2022-06-06 12:29 ` Peter Korsgaard
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.