* [Buildroot] [PATCH 1/1] package/strongswan: security bump to version 5.9.13
@ 2023-12-26 15:25 Fabrice Fontaine
2023-12-26 20:28 ` Yann E. MORIN
2024-01-10 9:37 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2023-12-26 15:25 UTC (permalink / raw)
To: buildroot; +Cc: Fabrice Fontaine, Jérôme Pouiller
A vulnerability in charon-tkm related to processing DH public values was
discovered in strongSwan that can result in a buffer overflow and
potentially remote code execution. All versions since 5.3.0 are
affected.
https://www.strongswan.org/blog/2023/11/20/strongswan-vulnerability-(cve-2023-41913).html
https://github.com/strongswan/strongswan/blob/5.9.13/NEWS
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/strongswan/strongswan.hash | 6 +++---
package/strongswan/strongswan.mk | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/strongswan/strongswan.hash b/package/strongswan/strongswan.hash
index de8f18747a..ed8cf0ae31 100644
--- a/package/strongswan/strongswan.hash
+++ b/package/strongswan/strongswan.hash
@@ -1,7 +1,7 @@
-# From http://download.strongswan.org/strongswan-5.9.11.tar.bz2.md5
-md5 673e194cd256af77b46928179f2c81ad strongswan-5.9.11.tar.bz2
+# From http://download.strongswan.org/strongswan-5.9.13.tar.bz2.md5
+md5 9ada6be0c89846fb7ded1787a17cfbb2 strongswan-5.9.13.tar.bz2
# Calculated based on the hash above
-sha256 ddf53f1f26ad26979d5f55e8da95bd389552f5de3682e35593f9a70b2584ed2d strongswan-5.9.11.tar.bz2
+sha256 56e30effb578fd9426d8457e3b76c8c3728cd8a5589594b55649b2719308ba55 strongswan-5.9.13.tar.bz2
# Locally calculated
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
sha256 2292e21797754548dccdef9eef6aee7584e552fbd890fa914e1de8d3577d23f0 LICENSE
diff --git a/package/strongswan/strongswan.mk b/package/strongswan/strongswan.mk
index 6058631696..36cb72f6be 100644
--- a/package/strongswan/strongswan.mk
+++ b/package/strongswan/strongswan.mk
@@ -4,7 +4,7 @@
#
################################################################################
-STRONGSWAN_VERSION = 5.9.11
+STRONGSWAN_VERSION = 5.9.13
STRONGSWAN_SOURCE = strongswan-$(STRONGSWAN_VERSION).tar.bz2
STRONGSWAN_SITE = http://download.strongswan.org
STRONGSWAN_LICENSE = GPL-2.0+
--
2.43.0
_______________________________________________
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/strongswan: security bump to version 5.9.13
2023-12-26 15:25 [Buildroot] [PATCH 1/1] package/strongswan: security bump to version 5.9.13 Fabrice Fontaine
@ 2023-12-26 20:28 ` Yann E. MORIN
2024-01-10 9:37 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2023-12-26 20:28 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: Jérôme Pouiller, buildroot
Fabrice, All,
On 2023-12-26 16:25 +0100, Fabrice Fontaine spake thusly:
> A vulnerability in charon-tkm related to processing DH public values was
> discovered in strongSwan that can result in a buffer overflow and
> potentially remote code execution. All versions since 5.3.0 are
> affected.
>
> https://www.strongswan.org/blog/2023/11/20/strongswan-vulnerability-(cve-2023-41913).html
> https://github.com/strongswan/strongswan/blob/5.9.13/NEWS
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/strongswan/strongswan.hash | 6 +++---
> package/strongswan/strongswan.mk | 2 +-
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/strongswan/strongswan.hash b/package/strongswan/strongswan.hash
> index de8f18747a..ed8cf0ae31 100644
> --- a/package/strongswan/strongswan.hash
> +++ b/package/strongswan/strongswan.hash
> @@ -1,7 +1,7 @@
> -# From http://download.strongswan.org/strongswan-5.9.11.tar.bz2.md5
> -md5 673e194cd256af77b46928179f2c81ad strongswan-5.9.11.tar.bz2
> +# From http://download.strongswan.org/strongswan-5.9.13.tar.bz2.md5
> +md5 9ada6be0c89846fb7ded1787a17cfbb2 strongswan-5.9.13.tar.bz2
> # Calculated based on the hash above
> -sha256 ddf53f1f26ad26979d5f55e8da95bd389552f5de3682e35593f9a70b2584ed2d strongswan-5.9.11.tar.bz2
> +sha256 56e30effb578fd9426d8457e3b76c8c3728cd8a5589594b55649b2719308ba55 strongswan-5.9.13.tar.bz2
> # Locally calculated
> sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
> sha256 2292e21797754548dccdef9eef6aee7584e552fbd890fa914e1de8d3577d23f0 LICENSE
> diff --git a/package/strongswan/strongswan.mk b/package/strongswan/strongswan.mk
> index 6058631696..36cb72f6be 100644
> --- a/package/strongswan/strongswan.mk
> +++ b/package/strongswan/strongswan.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -STRONGSWAN_VERSION = 5.9.11
> +STRONGSWAN_VERSION = 5.9.13
> STRONGSWAN_SOURCE = strongswan-$(STRONGSWAN_VERSION).tar.bz2
> STRONGSWAN_SITE = http://download.strongswan.org
> STRONGSWAN_LICENSE = GPL-2.0+
> --
> 2.43.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
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/strongswan: security bump to version 5.9.13
2023-12-26 15:25 [Buildroot] [PATCH 1/1] package/strongswan: security bump to version 5.9.13 Fabrice Fontaine
2023-12-26 20:28 ` Yann E. MORIN
@ 2024-01-10 9:37 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-01-10 9:37 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: Jérôme Pouiller, buildroot
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> A vulnerability in charon-tkm related to processing DH public values was
> discovered in strongSwan that can result in a buffer overflow and
> potentially remote code execution. All versions since 5.3.0 are
> affected.
> https://www.strongswan.org/blog/2023/11/20/strongswan-vulnerability-(cve-2023-41913).html
> https://github.com/strongswan/strongswan/blob/5.9.13/NEWS
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed to 2023.02.x and 2023.11.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:[~2024-01-10 9:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-26 15:25 [Buildroot] [PATCH 1/1] package/strongswan: security bump to version 5.9.13 Fabrice Fontaine
2023-12-26 20:28 ` Yann E. MORIN
2024-01-10 9:37 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox