All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/lldpd: security bump to version 1.0.9
@ 2021-04-02 19:52 Fabrice Fontaine
  2021-04-03  7:07 ` Yann E. MORIN
  2021-04-04  9:40 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2021-04-02 19:52 UTC (permalink / raw)
  To: buildroot

- Out-of-bound read access when parsing LLDP-MED civic address in
  liblldpctl for malformed fields.
- Fix memory leak when receiving LLDPU with duplicate fields.
  CVE-2020-27827.
- More memory leak fixes on duplicate TLVs in LLDP, CDP and EDP
  (related to CVE-2020-27827).

https://github.com/lldpd/lldpd/blob/1.0.9/NEWS

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/lldpd/lldpd.hash | 4 ++--
 package/lldpd/lldpd.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/lldpd/lldpd.hash b/package/lldpd/lldpd.hash
index ee6e72ba55..6e809b2796 100644
--- a/package/lldpd/lldpd.hash
+++ b/package/lldpd/lldpd.hash
@@ -1,5 +1,5 @@
 # Locally computed after checking gpg key
-# https://media.luffy.cx/files/lldpd/lldpd-1.0.7.tar.gz.gpg
+# https://media.luffy.cx/files/lldpd/lldpd-1.0.9.tar.gz.gpg
 # using key AEF2348766F371C689A7360095A42FE8353525F9
-sha256  1df79179d489c841b49265f2ab5ff05f284a647e95862d2f3c02b3fb079a87e1  lldpd-1.0.7.tar.gz
+sha256  6b64eb3125952b1e33472198b054e8aa0dee45f45d3d4be22789090a474949f5  lldpd-1.0.9.tar.gz
 sha256  0e96a5aea65f16e2239231ce4ab90497f8bc3bb8fe6abe9299aade4726ff7c8d  LICENSE
diff --git a/package/lldpd/lldpd.mk b/package/lldpd/lldpd.mk
index 2c5976ed3e..b88dd002e4 100644
--- a/package/lldpd/lldpd.mk
+++ b/package/lldpd/lldpd.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LLDPD_VERSION = 1.0.7
+LLDPD_VERSION = 1.0.9
 LLDPD_SITE = https://media.luffy.cx/files/lldpd
 LLDPD_DEPENDENCIES = \
 	$(if $(BR2_PACKAGE_CHECK),check) \
-- 
2.30.2

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

* [Buildroot] [PATCH 1/1] package/lldpd: security bump to version 1.0.9
  2021-04-02 19:52 [Buildroot] [PATCH 1/1] package/lldpd: security bump to version 1.0.9 Fabrice Fontaine
@ 2021-04-03  7:07 ` Yann E. MORIN
  2021-04-04  9:40 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2021-04-03  7:07 UTC (permalink / raw)
  To: buildroot

Fabrice, All,

On 2021-04-02 21:52 +0200, Fabrice Fontaine spake thusly:
> - Out-of-bound read access when parsing LLDP-MED civic address in
>   liblldpctl for malformed fields.
> - Fix memory leak when receiving LLDPU with duplicate fields.
>   CVE-2020-27827.
> - More memory leak fixes on duplicate TLVs in LLDP, CDP and EDP
>   (related to CVE-2020-27827).
> 
> https://github.com/lldpd/lldpd/blob/1.0.9/NEWS
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/lldpd/lldpd.hash | 4 ++--
>  package/lldpd/lldpd.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/lldpd/lldpd.hash b/package/lldpd/lldpd.hash
> index ee6e72ba55..6e809b2796 100644
> --- a/package/lldpd/lldpd.hash
> +++ b/package/lldpd/lldpd.hash
> @@ -1,5 +1,5 @@
>  # Locally computed after checking gpg key
> -# https://media.luffy.cx/files/lldpd/lldpd-1.0.7.tar.gz.gpg
> +# https://media.luffy.cx/files/lldpd/lldpd-1.0.9.tar.gz.gpg
>  # using key AEF2348766F371C689A7360095A42FE8353525F9
> -sha256  1df79179d489c841b49265f2ab5ff05f284a647e95862d2f3c02b3fb079a87e1  lldpd-1.0.7.tar.gz
> +sha256  6b64eb3125952b1e33472198b054e8aa0dee45f45d3d4be22789090a474949f5  lldpd-1.0.9.tar.gz
>  sha256  0e96a5aea65f16e2239231ce4ab90497f8bc3bb8fe6abe9299aade4726ff7c8d  LICENSE
> diff --git a/package/lldpd/lldpd.mk b/package/lldpd/lldpd.mk
> index 2c5976ed3e..b88dd002e4 100644
> --- a/package/lldpd/lldpd.mk
> +++ b/package/lldpd/lldpd.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -LLDPD_VERSION = 1.0.7
> +LLDPD_VERSION = 1.0.9
>  LLDPD_SITE = https://media.luffy.cx/files/lldpd
>  LLDPD_DEPENDENCIES = \
>  	$(if $(BR2_PACKAGE_CHECK),check) \
> -- 
> 2.30.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/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.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 1/1] package/lldpd: security bump to version 1.0.9
  2021-04-02 19:52 [Buildroot] [PATCH 1/1] package/lldpd: security bump to version 1.0.9 Fabrice Fontaine
  2021-04-03  7:07 ` Yann E. MORIN
@ 2021-04-04  9:40 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-04-04  9:40 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > - Out-of-bound read access when parsing LLDP-MED civic address in
 >   liblldpctl for malformed fields.
 > - Fix memory leak when receiving LLDPU with duplicate fields.
 >   CVE-2020-27827.
 > - More memory leak fixes on duplicate TLVs in LLDP, CDP and EDP
 >   (related to CVE-2020-27827).

 > https://github.com/lldpd/lldpd/blob/1.0.9/NEWS

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2020.02.x, 2020.11.x and 2021.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2021-04-04  9:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-02 19:52 [Buildroot] [PATCH 1/1] package/lldpd: security bump to version 1.0.9 Fabrice Fontaine
2021-04-03  7:07 ` Yann E. MORIN
2021-04-04  9:40 ` 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.