mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Johan Hovold <johan@kernel.org>
To: Jay Vadayath <jkrshnmenon@gmail.com>
Cc: gregkh@linuxfoundation.org, linux-usb@vger.kernel.org,
	linux-kernel@vger.kernel.org, stable@vger.kernel.org,
	Lukas Dresel <lukas@artiphishell.com>
Subject: Re: [PATCH] USB: serial: sierra: fix slab out-of-bounds read in sierra_instat_callback
Date: Wed, 15 Jul 2026 09:21:38 +0200	[thread overview]
Message-ID: <alc1AjhB3v4M1sDH@hovoldconsulting.com> (raw)
In-Reply-To: <20260714181142.10976-1-jkrshnmenon@gmail.com>

On Tue, Jul 14, 2026 at 11:11:42AM -0700, Jay Vadayath wrote:
> The interrupt-in URB buffer is allocated based on the endpoint's
> wMaxPacketSize. A device declaring wMaxPacketSize == 8 gets an 8-byte
> buffer from kmalloc-8. When such a device delivers a short packet,
> sierra_instat_callback() still dereferences transfer_buffer as struct
> usb_ctrlrequest and reads a further byte at data[sizeof(*req_pkt)], one
> byte past the end of the allocation.
> 
> Reject the URB when fewer than sizeof(struct usb_ctrlrequest) + 1 bytes
> were received.
> 

Fixes tag missing.

> Cc: stable@vger.kernel.org
> Reported-by: Jay Vadayath <jkrshnmenon@gmail.com>

You shouldn't add a Reported-by for your own patches.

> Reported-by: Lukas Dresel <lukas@artiphishell.com>

Where was this reported?

> Signed-off-by: Jay Vadayath <jkrshnmenon@gmail.com>

You also need to mention that you used an LLM to find, write the commit
message, test and/or fix this issue as documented here:

	Documentation/process/generated-content.rst
	Documentation/process/coding-assistants.rst

> ---
> Apologies for the wall of text in the original mail. I wanted to include
> the artifacts inline so the bug could be independently verified. Just the
> patch this time.
> 
> Same shape of fix as Jiale Yao's option.c patch:
> https://lore.kernel.org/all/20260712170012.3503601-1-yaojiale02@163.com/

And as I and Oliver pointed out in that thread, that fix is not correct.

Johan

      parent reply	other threads:[~2026-07-15  7:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <https://lore.kernel.org/all/2026071453-reminder-ageless-dcea@gregkh/>
2026-07-14 18:11 ` Jay Vadayath
2026-07-14 18:25   ` Oliver Neukum
2026-07-15  7:21   ` Johan Hovold [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=alc1AjhB3v4M1sDH@hovoldconsulting.com \
    --to=johan@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jkrshnmenon@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=lukas@artiphishell.com \
    --cc=stable@vger.kernel.org \
    /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

Powered by JetHome