Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/samba4: security bump version to 4.11.15
@ 2020-10-29 21:43 Bernd Kuhls
  2020-10-31 15:11 ` Thomas Petazzoni
  2020-11-03  7:42 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2020-10-29 21:43 UTC (permalink / raw)
  To: buildroot

Fixes
o CVE-2020-14318: Missing handle permissions check in SMB1/2/3 ChangeNotify.
o CVE-2020-14323: Unprivileged user can crash winbind.
o CVE-2020-14383: An authenticated user can crash the DCE/RPC DNS with easily
                  crafted records.

Release notes:
https://www.samba.org/samba/history/samba-4.11.14.html (bugfix-only)
https://www.samba.org/samba/history/samba-4.11.15.html

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/samba4/samba4.hash | 4 ++--
 package/samba4/samba4.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/samba4/samba4.hash b/package/samba4/samba4.hash
index 4d47871fc5..0ce22a8526 100644
--- a/package/samba4/samba4.hash
+++ b/package/samba4/samba4.hash
@@ -1,4 +1,4 @@
 # Locally calculated after checking pgp signature
-# https://download.samba.org/pub/samba/stable/samba-4.11.13.tar.asc
-sha256  e71ed29ae01c5ce7be8cee1f53e0530db86dd19b911accb08fae60224e686ba1  samba-4.11.13.tar.gz
+# https://download.samba.org/pub/samba/stable/samba-4.11.15.tar.asc
+sha256  922d461bb2e6e490cf7708b297a9312ea6cda1edc7bdfea4ee665f45ff99038a  samba-4.11.15.tar.gz
 sha256  8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  COPYING
diff --git a/package/samba4/samba4.mk b/package/samba4/samba4.mk
index 48ac48c180..51ee2c9c39 100644
--- a/package/samba4/samba4.mk
+++ b/package/samba4/samba4.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SAMBA4_VERSION = 4.11.13
+SAMBA4_VERSION = 4.11.15
 SAMBA4_SITE = https://download.samba.org/pub/samba/stable
 SAMBA4_SOURCE = samba-$(SAMBA4_VERSION).tar.gz
 SAMBA4_INSTALL_STAGING = YES
-- 
2.27.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] package/samba4: security bump version to 4.11.15
  2020-10-29 21:43 [Buildroot] [PATCH 1/1] package/samba4: security bump version to 4.11.15 Bernd Kuhls
@ 2020-10-31 15:11 ` Thomas Petazzoni
  2020-11-03  7:42 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2020-10-31 15:11 UTC (permalink / raw)
  To: buildroot

On Thu, 29 Oct 2020 22:43:13 +0100
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> Fixes
> o CVE-2020-14318: Missing handle permissions check in SMB1/2/3 ChangeNotify.
> o CVE-2020-14323: Unprivileged user can crash winbind.
> o CVE-2020-14383: An authenticated user can crash the DCE/RPC DNS with easily
>                   crafted records.
> 
> Release notes:
> https://www.samba.org/samba/history/samba-4.11.14.html (bugfix-only)
> https://www.samba.org/samba/history/samba-4.11.15.html
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/samba4/samba4.hash | 4 ++--
>  package/samba4/samba4.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] package/samba4: security bump version to 4.11.15
  2020-10-29 21:43 [Buildroot] [PATCH 1/1] package/samba4: security bump version to 4.11.15 Bernd Kuhls
  2020-10-31 15:11 ` Thomas Petazzoni
@ 2020-11-03  7:42 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-11-03  7:42 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Fixes
 > o CVE-2020-14318: Missing handle permissions check in SMB1/2/3 ChangeNotify.
 > o CVE-2020-14323: Unprivileged user can crash winbind.
 > o CVE-2020-14383: An authenticated user can crash the DCE/RPC DNS with easily
 >                   crafted records.

 > Release notes:
 > https://www.samba.org/samba/history/samba-4.11.14.html (bugfix-only)
 > https://www.samba.org/samba/history/samba-4.11.15.html

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed to 2020.02.x and 2020.08.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-11-03  7:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-29 21:43 [Buildroot] [PATCH 1/1] package/samba4: security bump version to 4.11.15 Bernd Kuhls
2020-10-31 15:11 ` Thomas Petazzoni
2020-11-03  7:42 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox