All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/netatalk: security bump to version 3.1.23
@ 2018-12-21 12:56 Peter Korsgaard
  2018-12-21 14:40 ` Peter Korsgaard
  2019-01-01 15:30 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-12-21 12:56 UTC (permalink / raw)
  To: buildroot

Fixes CVE-2018-1160: Netatalk before 3.1.12 is vulnerable to an out of
bounds write in dsi_opensess.c.  This is due to lack of bounds checking on
attacker controlled data.  A remote unauthenticated attacker can leverage
this vulnerability to achieve arbitrary code execution.

For more details, see the release notes:
http://netatalk.sourceforge.net/3.1/ReleaseNotes3.1.12.html

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

diff --git a/package/netatalk/netatalk.hash b/package/netatalk/netatalk.hash
index ce78373ae3..762fcd460e 100644
--- a/package/netatalk/netatalk.hash
+++ b/package/netatalk/netatalk.hash
@@ -1,3 +1,3 @@
-# From http://sourceforge.net/projects/netatalk/files/netatalk/3.1.11/
-md5 8f79ce2a275b128ebb07188766f088fc  netatalk-3.1.11.tar.bz2
-sha1 5aa7900e6f7de3c7ee812aa1130c1245d1974586  netatalk-3.1.11.tar.bz2
+# From http://sourceforge.net/projects/netatalk/files/netatalk/3.1.12/
+md5 021d2330cb7f7cd2977aec46299dcc1b  netatalk-3.1.12.tar.bz2
+sha1 cc1fe1ebdbdb4da9cf82835c440e82ba28a832c5  netatalk-3.1.12.tar.bz2
diff --git a/package/netatalk/netatalk.mk b/package/netatalk/netatalk.mk
index 28a87509e0..1214fc3bf5 100644
--- a/package/netatalk/netatalk.mk
+++ b/package/netatalk/netatalk.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-NETATALK_VERSION = 3.1.11
+NETATALK_VERSION = 3.1.12
 NETATALK_SITE = http://downloads.sourceforge.net/project/netatalk/netatalk/$(NETATALK_VERSION)
 NETATALK_SOURCE = netatalk-$(NETATALK_VERSION).tar.bz2
 # For 0001-Fix-setting-of-LD_LIBRARY_FLAGS-shlibpath_var.patch
-- 
2.11.0

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

* [Buildroot] [PATCH] package/netatalk: security bump to version 3.1.23
  2018-12-21 12:56 [Buildroot] [PATCH] package/netatalk: security bump to version 3.1.23 Peter Korsgaard
@ 2018-12-21 14:40 ` Peter Korsgaard
  2019-01-01 15:30 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-12-21 14:40 UTC (permalink / raw)
  To: buildroot

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

 > Fixes CVE-2018-1160: Netatalk before 3.1.12 is vulnerable to an out of
 > bounds write in dsi_opensess.c.  This is due to lack of bounds checking on
 > attacker controlled data.  A remote unauthenticated attacker can leverage
 > this vulnerability to achieve arbitrary code execution.

 > For more details, see the release notes:
 > http://netatalk.sourceforge.net/3.1/ReleaseNotes3.1.12.html

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] package/netatalk: security bump to version 3.1.23
  2018-12-21 12:56 [Buildroot] [PATCH] package/netatalk: security bump to version 3.1.23 Peter Korsgaard
  2018-12-21 14:40 ` Peter Korsgaard
@ 2019-01-01 15:30 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-01-01 15:30 UTC (permalink / raw)
  To: buildroot

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

 > Fixes CVE-2018-1160: Netatalk before 3.1.12 is vulnerable to an out of
 > bounds write in dsi_opensess.c.  This is due to lack of bounds checking on
 > attacker controlled data.  A remote unauthenticated attacker can leverage
 > this vulnerability to achieve arbitrary code execution.

 > For more details, see the release notes:
 > http://netatalk.sourceforge.net/3.1/ReleaseNotes3.1.12.html

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

Committed to 2018.02.x and 2018.11.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2019-01-01 15:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-21 12:56 [Buildroot] [PATCH] package/netatalk: security bump to version 3.1.23 Peter Korsgaard
2018-12-21 14:40 ` Peter Korsgaard
2019-01-01 15:30 ` 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.