Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/multipath-tools: security bump to version 0.9.3
@ 2022-11-03 14:34 Peter Korsgaard
  2022-11-03 14:46 ` Peter Korsgaard
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Peter Korsgaard @ 2022-11-03 14:34 UTC (permalink / raw)
  To: buildroot; +Cc: Alexander Egorenkov

Fixes the following security issues:

- CVE-2022-41974: Authorization bypass
- CVE-2022-41973: Symlink attack

For more details, see the writeup:
https://blog.qualys.com/vulnerabilities-threat-research/2022/10/25/leeloo-multipath-authorization-bypass-and-symlink-attack-in-multipathd-cve-2022-41974-and-cve-2022-41973

Update README.md hash after license-unrelated changes:

git shortlog 0.9.0..0.9.3 -- README.md
Konstantin Kharlamov (1):
      README.md: mention libreadline and libedit optional deps

Xose Vazquez Perez (4):
      multipath-tools: update devel repo info in README.md
      multipath-tools: add ALUA info to README.md
      multipath-tools: add basic info on how to use multipath-tools with NVMe devices
      multipath-tools: add more info for NetApp RDAC arrays

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/multipath-tools/multipath-tools.hash | 4 ++--
 package/multipath-tools/multipath-tools.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/multipath-tools/multipath-tools.hash b/package/multipath-tools/multipath-tools.hash
index df0d24fb74..6f893d37ce 100644
--- a/package/multipath-tools/multipath-tools.hash
+++ b/package/multipath-tools/multipath-tools.hash
@@ -1,7 +1,7 @@
 # Locally computed:
-sha256  d6d1d819a53d076a91828ede42d9786451a471c4b71ca3fd25d04ad5413e3f95  multipath-tools-0.9.0.tar.gz
+sha256  7d5af5d86e43b757e253d1ba244aa8a9c09bfbb1677a72accb799b1bfcc0a9ac  multipath-tools-0.9.3.tar.gz
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  LICENSES/GPL-2.0
 sha256  3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986  LICENSES/GPL-3.0
 sha256  b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c  LICENSES/LGPL-2.0
 sha256  dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  LICENSES/LGPL-2.1
-sha256  fb0a5d2008c609fec129d2ffd01dd7f65f0e3868bcf465b6fda76e25ff896ce9  README.md
+sha256  1e6095ac219062b8ddb2416d2a3cc40560619cd6b3ba609f5602bbd320413be0  README.md
diff --git a/package/multipath-tools/multipath-tools.mk b/package/multipath-tools/multipath-tools.mk
index f3ce3ca8b8..ec5d853644 100644
--- a/package/multipath-tools/multipath-tools.mk
+++ b/package/multipath-tools/multipath-tools.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-MULTIPATH_TOOLS_VERSION = 0.9.0
+MULTIPATH_TOOLS_VERSION = 0.9.3
 MULTIPATH_TOOLS_SITE = $(call github,opensvc,multipath-tools,$(MULTIPATH_TOOLS_VERSION))
 
 MULTIPATH_TOOLS_LICENSE = \
-- 
2.30.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/multipath-tools: security bump to version 0.9.3
  2022-11-03 14:34 [Buildroot] [PATCH] package/multipath-tools: security bump to version 0.9.3 Peter Korsgaard
@ 2022-11-03 14:46 ` Peter Korsgaard
  2022-11-03 22:06 ` Thomas Petazzoni via buildroot
  2022-11-14  7:20 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2022-11-03 14:46 UTC (permalink / raw)
  To: buildroot; +Cc: Alexander Egorenkov

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Fixes the following security issues:
 > - CVE-2022-41974: Authorization bypass
 > - CVE-2022-41973: Symlink attack

 > For more details, see the writeup:
 > https://blog.qualys.com/vulnerabilities-threat-research/2022/10/25/leeloo-multipath-authorization-bypass-and-symlink-attack-in-multipathd-cve-2022-41974-and-cve-2022-41973

Ups, that should have been the linked advisory, E.G.:

https://www.qualys.com/2022/10/24/leeloo-multipath/leeloo-multipath.txt

 > Update README.md hash after license-unrelated changes:

 > git shortlog 0.9.0..0.9.3 -- README.md
 > Konstantin Kharlamov (1):
 >       README.md: mention libreadline and libedit optional deps

 > Xose Vazquez Perez (4):
 >       multipath-tools: update devel repo info in README.md
 >       multipath-tools: add ALUA info to README.md
 >       multipath-tools: add basic info on how to use multipath-tools with NVMe devices
 >       multipath-tools: add more info for NetApp RDAC arrays

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
 > ---
 >  package/multipath-tools/multipath-tools.hash | 4 ++--
 >  package/multipath-tools/multipath-tools.mk   | 2 +-
 >  2 files changed, 3 insertions(+), 3 deletions(-)

 > diff --git a/package/multipath-tools/multipath-tools.hash b/package/multipath-tools/multipath-tools.hash
 > index df0d24fb74..6f893d37ce 100644
 > --- a/package/multipath-tools/multipath-tools.hash
 > +++ b/package/multipath-tools/multipath-tools.hash
 > @@ -1,7 +1,7 @@
 >  # Locally computed:
 > -sha256  d6d1d819a53d076a91828ede42d9786451a471c4b71ca3fd25d04ad5413e3f95  multipath-tools-0.9.0.tar.gz
 > +sha256  7d5af5d86e43b757e253d1ba244aa8a9c09bfbb1677a72accb799b1bfcc0a9ac  multipath-tools-0.9.3.tar.gz
 >  sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  LICENSES/GPL-2.0
 >  sha256  3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986  LICENSES/GPL-3.0
 >  sha256  b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c  LICENSES/LGPL-2.0
 >  sha256  dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  LICENSES/LGPL-2.1
 > -sha256  fb0a5d2008c609fec129d2ffd01dd7f65f0e3868bcf465b6fda76e25ff896ce9  README.md
 > +sha256  1e6095ac219062b8ddb2416d2a3cc40560619cd6b3ba609f5602bbd320413be0  README.md
 > diff --git a/package/multipath-tools/multipath-tools.mk b/package/multipath-tools/multipath-tools.mk
 > index f3ce3ca8b8..ec5d853644 100644
 > --- a/package/multipath-tools/multipath-tools.mk
 > +++ b/package/multipath-tools/multipath-tools.mk
 > @@ -4,7 +4,7 @@
 >  #
 >  ################################################################################
 
 > -MULTIPATH_TOOLS_VERSION = 0.9.0
 > +MULTIPATH_TOOLS_VERSION = 0.9.3
 >  MULTIPATH_TOOLS_SITE = $(call github,opensvc,multipath-tools,$(MULTIPATH_TOOLS_VERSION))
 
 >  MULTIPATH_TOOLS_LICENSE = \
 > -- 

 > 2.30.2


-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/multipath-tools: security bump to version 0.9.3
  2022-11-03 14:34 [Buildroot] [PATCH] package/multipath-tools: security bump to version 0.9.3 Peter Korsgaard
  2022-11-03 14:46 ` Peter Korsgaard
@ 2022-11-03 22:06 ` Thomas Petazzoni via buildroot
  2022-11-14  7:20 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-11-03 22:06 UTC (permalink / raw)
  To: Peter Korsgaard; +Cc: Alexander Egorenkov, buildroot

On Thu,  3 Nov 2022 15:34:13 +0100
Peter Korsgaard <peter@korsgaard.com> wrote:

> Fixes the following security issues:
> 
> - CVE-2022-41974: Authorization bypass
> - CVE-2022-41973: Symlink attack
> 
> For more details, see the writeup:
> https://blog.qualys.com/vulnerabilities-threat-research/2022/10/25/leeloo-multipath-authorization-bypass-and-symlink-attack-in-multipathd-cve-2022-41974-and-cve-2022-41973
> 
> Update README.md hash after license-unrelated changes:
> 
> git shortlog 0.9.0..0.9.3 -- README.md
> Konstantin Kharlamov (1):
>       README.md: mention libreadline and libedit optional deps
> 
> Xose Vazquez Perez (4):
>       multipath-tools: update devel repo info in README.md
>       multipath-tools: add ALUA info to README.md
>       multipath-tools: add basic info on how to use multipath-tools with NVMe devices
>       multipath-tools: add more info for NetApp RDAC arrays
> 
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
>  package/multipath-tools/multipath-tools.hash | 4 ++--
>  package/multipath-tools/multipath-tools.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
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/multipath-tools: security bump to version 0.9.3
  2022-11-03 14:34 [Buildroot] [PATCH] package/multipath-tools: security bump to version 0.9.3 Peter Korsgaard
  2022-11-03 14:46 ` Peter Korsgaard
  2022-11-03 22:06 ` Thomas Petazzoni via buildroot
@ 2022-11-14  7:20 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2022-11-14  7:20 UTC (permalink / raw)
  To: buildroot; +Cc: Alexander Egorenkov

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Fixes the following security issues:
 > - CVE-2022-41974: Authorization bypass
 > - CVE-2022-41973: Symlink attack

 > For more details, see the writeup:
 > https://blog.qualys.com/vulnerabilities-threat-research/2022/10/25/leeloo-multipath-authorization-bypass-and-symlink-attack-in-multipathd-cve-2022-41974-and-cve-2022-41973

 > Update README.md hash after license-unrelated changes:

 > git shortlog 0.9.0..0.9.3 -- README.md
 > Konstantin Kharlamov (1):
 >       README.md: mention libreadline and libedit optional deps

 > Xose Vazquez Perez (4):
 >       multipath-tools: update devel repo info in README.md
 >       multipath-tools: add ALUA info to README.md
 >       multipath-tools: add basic info on how to use multipath-tools with NVMe devices
 >       multipath-tools: add more info for NetApp RDAC arrays

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed to 2022.08.x and 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] 4+ messages in thread

end of thread, other threads:[~2022-11-14  7:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-03 14:34 [Buildroot] [PATCH] package/multipath-tools: security bump to version 0.9.3 Peter Korsgaard
2022-11-03 14:46 ` Peter Korsgaard
2022-11-03 22:06 ` Thomas Petazzoni via buildroot
2022-11-14  7:20 ` Peter Korsgaard

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