Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: Matt Weber <matthew.weber@collins.com>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/lighttpd: security bump to version 1.4.64
Date: Sat, 22 Jan 2022 23:33:57 +0100	[thread overview]
Message-ID: <20220122223357.GI3621364@scaer> (raw)
In-Reply-To: <20220122222313.303416-1-fontaine.fabrice@gmail.com>

Fabrice, All,

On 2022-01-22 23:23 +0100, Fabrice Fontaine spake thusly:
> Fix CVE-2022-22707: In lighttpd 1.4.46 through 1.4.63, the
> mod_extforward_Forwarded function of the mod_extforward plugin has a
> stack-based buffer overflow (4 bytes representing -1), as demonstrated
> by remote denial of service (daemon crash) in a non-default
> configuration. The non-default configuration requires handling of the
> Forwarded header in a somewhat unusual manner. Also, a 32-bit system is
> much more likely to be affected than a 64-bit system.
> 
> gdbm, geoip and memcached options have been dropped with
> https://github.com/lighttpd/lighttpd1.4/commit/86c2d3093686c4f945086c90af9b8a7900925b6b
> 
> https://www.lighttpd.net/2022/1/19/1.4.64/
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/lighttpd/lighttpd.hash | 4 ++--
>  package/lighttpd/lighttpd.mk   | 5 +----
>  2 files changed, 3 insertions(+), 6 deletions(-)
> 
> diff --git a/package/lighttpd/lighttpd.hash b/package/lighttpd/lighttpd.hash
> index 7601745fd7..ce026b9b4a 100644
> --- a/package/lighttpd/lighttpd.hash
> +++ b/package/lighttpd/lighttpd.hash
> @@ -1,4 +1,4 @@
> -# From https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.63.sha256sum
> -sha256  2aef7f0102ebf54a1241a1c3ea8976892f8684bfb21697c9fffb8de0e2d6eab9  lighttpd-1.4.63.tar.xz
> +# From https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.64.sha512sum
> +sha512  8e2ad0830ff80fcebf0c33600caafb5ab4e9ff6b5073c12572f88a44fdfe85f777fa8b22b2fc2964fecbeb556997ad660867dcee80efb224d63329c8b18ea936  lighttpd-1.4.64.tar.xz
>  # Locally calculated
>  sha256  5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13  COPYING
> diff --git a/package/lighttpd/lighttpd.mk b/package/lighttpd/lighttpd.mk
> index 5d53767263..f0974dd5b2 100644
> --- a/package/lighttpd/lighttpd.mk
> +++ b/package/lighttpd/lighttpd.mk
> @@ -5,7 +5,7 @@
>  ################################################################################
>  
>  LIGHTTPD_VERSION_MAJOR = 1.4
> -LIGHTTPD_VERSION = $(LIGHTTPD_VERSION_MAJOR).63
> +LIGHTTPD_VERSION = $(LIGHTTPD_VERSION_MAJOR).64
>  LIGHTTPD_SOURCE = lighttpd-$(LIGHTTPD_VERSION).tar.xz
>  LIGHTTPD_SITE = http://download.lighttpd.net/lighttpd/releases-$(LIGHTTPD_VERSION_MAJOR).x
>  LIGHTTPD_LICENSE = BSD-3-Clause
> @@ -16,8 +16,6 @@ LIGHTTPD_CONF_OPTS = \
>  	-Dwith_brotli=false \
>  	-Dwith_dbi=false \
>  	-Dwith_fam=false \
> -	-Dwith_gdbm=false \
> -	-Dwith_geoip=false \
>  	-Dwith_gnutls=false \
>  	-Dwith_krb5=false \
>  	-Dwith_ldap=false \
> @@ -25,7 +23,6 @@ LIGHTTPD_CONF_OPTS = \
>  	-Dwith_libunwind=false \
>  	-Dwith_maxminddb=false \
>  	-Dwith_mbedtls=false \
> -	-Dwith_memcached=false \
>  	-Dwith_mysql=false \
>  	-Dwith_nettle=false \
>  	-Dwith_nss=false \
> -- 
> 2.34.1
> 
> _______________________________________________
> 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

      reply	other threads:[~2022-01-22 22:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-22 22:23 [Buildroot] [PATCH 1/1] package/lighttpd: security bump to version 1.4.64 Fabrice Fontaine
2022-01-22 22:33 ` Yann E. MORIN [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220122223357.GI3621364@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@buildroot.org \
    --cc=fontaine.fabrice@gmail.com \
    --cc=matthew.weber@collins.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox