Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Julien Olivain via buildroot <buildroot@buildroot.org>
To: Bernd Kuhls <bernd@kuhls.net>
Cc: buildroot@buildroot.org, Marcin Niestroj <m.niestroj@grinn-global.com>
Subject: Re: [Buildroot] [PATCH 1/1] package/turbolua: security bump version to 2.1.5
Date: Wed, 09 Sep 2026 23:28:42 +0200	[thread overview]
Message-ID: <6c8778d9a95bc48a03a4d0248f0509b5@free.fr> (raw)
In-Reply-To: <20260909102955.3878896-1-bernd@kuhls.net>

On 09/09/2026 12:29, Bernd Kuhls wrote:
> https://github.com/kernelsauce/turbo/releases/tag/v2.1.5
> 
> https://github.com/kernelsauce/turbo/releases/tag/v2.1.4
> Security fixes:
> 
> HTTP header injection: header values were only checked for a literal
>  \r\n, so a lone \r or \n could still split a header. Now rejected on
>  either character.
> 
> Transfer-Encoding requests are now rejected with 501 instead of 
> silently
>  mishandled, closing a request smuggling avenue.
> 
> A real default request body size cap (128 MB) with a 413 response,
>  previously unbounded.
> 
> Secure cookie signature now binds the cookie name, so a value signed 
> for
>  one cookie can no longer be replayed under a different name.
>  Verification failures return the default value instead of raising.
> 
> Constant-time comparison for the secure cookie HMAC, previously a
>  timing-leaky ==.
> 
> util.secure_random_bytes reads real OS entropy (/dev/urandom,
>  BCryptGenRandom on Windows) for WebSocket masks and util.rand_str,
>  previously math.random.
> 
> WebSocket: unmasked client frames are rejected per RFC 6455, and
>  fragmented message reassembly is capped to max_buffer_size to close a
>  memory exhaustion path.
> 
> StaticFileHandler decodes the request path before the traversal check,
>  closing a bypass.
> 
> Fixed a 32-byte-per-malformed-request memory leak in the C header 
> parser
>  wrapper (found via libFuzzer).
> 
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>

Applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

      reply	other threads:[~2026-09-09 21:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-09 10:29 [Buildroot] [PATCH 1/1] package/turbolua: security bump version to 2.1.5 Bernd Kuhls
2026-09-09 21:28 ` Julien Olivain via buildroot [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=6c8778d9a95bc48a03a4d0248f0509b5@free.fr \
    --to=buildroot@buildroot.org \
    --cc=bernd@kuhls.net \
    --cc=ju.o@free.fr \
    --cc=m.niestroj@grinn-global.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