mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 4.14 0/2] usb: gadget: use after free in dev_config
@ 2022-03-01  2:26 Hangyu Hua
  2022-03-01  2:26 ` [PATCH 4.14 1/2] usb: gadget: don't release an existing dev->buf Hangyu Hua
  2022-03-01  2:26 ` [PATCH 4.14 2/2] usb: gadget: clear related members when goto fail Hangyu Hua
  0 siblings, 2 replies; 3+ messages in thread
From: Hangyu Hua @ 2022-03-01  2:26 UTC (permalink / raw)
  To: gregkh
  Cc: stable, linux-usb, linux-kernel, ben, balbi, axboe, mingo,
	jj251510319013, zsm, stern, Hangyu Hua

Author: Hangyu Hua <hbh25y@gmail.com>
commit 89f3594d0de5 ("usb: gadget: don't release an existing dev->buf")

Author: Hangyu Hua <hbh25y@gmail.com>
commit 501e38a5531e ("usb: gadget: clear related members when goto fail")

Add two commits to all stable branches.

There are two bugs:
dev->buf does not need to be released if it already exists before
executing dev_config.
dev->config and dev->hs_config and dev->dev need to be cleaned if
dev_config fails to avoid UAF.

Hangyu Hua (2):
  usb: gadget: don't release an existing dev->buf
  usb: gadget: clear related members when goto fail

 drivers/usb/gadget/legacy/inode.c | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-03-01  2:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-01  2:26 [PATCH 4.14 0/2] usb: gadget: use after free in dev_config Hangyu Hua
2022-03-01  2:26 ` [PATCH 4.14 1/2] usb: gadget: don't release an existing dev->buf Hangyu Hua
2022-03-01  2:26 ` [PATCH 4.14 2/2] usb: gadget: clear related members when goto fail Hangyu Hua

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®