CVE-2023-52907
published 2024-08-21CVE-2023-52907: In the Linux kernel, the following vulnerability has been resolved: nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame() Fix a use-after-free…
PriorityP421medium5.5CVSS 3.1
AVLACLPRLUINSUCNINAH
EPSS
0.24%
15.5th percentile
In the Linux kernel, the following vulnerability has been resolved:
nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame()
Fix a use-after-free that occurs in hcd when in_urb sent from
pn533_usb_send_frame() is completed earlier than out_urb. Its callback
frees the skb data in pn533_send_async_complete() that is used as a
transfer buffer of out_urb. Wait before sending in_urb until the
callback of out_urb is called. To modify the callback of out_urb alone,
separate the complete function of out_urb and ack_urb.
Found by a modified version of syzkaller.
BUG: KASAN: use-after-free in dummy_timer
Call Trace:
memcpy (mm/kasan/shadow.c:65)
dummy_perform_transfer (drivers/usb/gadget/udc/dummy_hcd.c:1352)
transfer (drivers/usb/gadget/udc/dummy_hcd.c:1453)
dummy_timer (drivers/usb/gadget/udc/dummy_hcd.c:1972)
arch_static_branch (arch/x86/include/asm/jump_label.h:27)
static_key_false (include/linux/jump_label.h:207)
timer_expire_exit (include/trace/events/timer.h:127)
call_timer_fn (kernel/time/timer.c:1475)
expire_timers (kernel/time/timer.c:1519)
__run_timers (kernel/time/timer.c:1790)
run_timer_softirq (kernel/time/timer.c:1803)
Affected
22 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 6.1.7-1 (bookworm) | linux 6.1.7-1 (bookworm) |
| linux | linux | — | — |
| linux | linux | >= c46ee38620a2aa2b25b16bc9738ace80dbff76a4 < 35529d6b827eedb6bf7e81130e4b7e0aba9e58d2 | 35529d6b827eedb6bf7e81130e4b7e0aba9e58d2 |
| linux | linux | >= c46ee38620a2aa2b25b16bc9738ace80dbff76a4 < 321db5131c92983dac4f3338e8fbb6df214238c0 | 321db5131c92983dac4f3338e8fbb6df214238c0 |
| linux | linux | >= c46ee38620a2aa2b25b16bc9738ace80dbff76a4 < 9424d2205fe94a095fb9365ec0c6137f0b394a2b | 9424d2205fe94a095fb9365ec0c6137f0b394a2b |
| linux | linux | >= c46ee38620a2aa2b25b16bc9738ace80dbff76a4 < 0ca78c99656f5c448567db1e148367aa3b01c80a | 0ca78c99656f5c448567db1e148367aa3b01c80a |
| linux | linux | >= c46ee38620a2aa2b25b16bc9738ace80dbff76a4 < 39ae73e581112cfe27ba50aecb1c891ce57cecb1 | 39ae73e581112cfe27ba50aecb1c891ce57cecb1 |
| linux | linux | >= c46ee38620a2aa2b25b16bc9738ace80dbff76a4 < 8998db5021a28ad67aa8d627bdb4226e4046ccc4 | 8998db5021a28ad67aa8d627bdb4226e4046ccc4 |
| linux | linux | >= c46ee38620a2aa2b25b16bc9738ace80dbff76a4 < 9dab880d675b9d0dd56c6428e4e8352a3339371d | 9dab880d675b9d0dd56c6428e4e8352a3339371d |
| linux | linux_kernel | — | — |
| linux | linux_kernel | — | — |
| linux | linux_kernel | — | — |
| linux | linux_kernel | >= 0 < 5.10.178-1 | 5.10.178-1 |
| linux | linux_kernel | >= 0 < 6.1.7-1 | 6.1.7-1 |
| linux | linux_kernel | >= 0 < 6.1.7-1 | 6.1.7-1 |
| linux | linux_kernel | >= 0 < 6.1.7-1 | 6.1.7-1 |
| linux | linux_kernel | >= 3.1 < 4.14.303 | 4.14.303 |
| linux | linux_kernel | >= 4.15 < 4.19.270 | 4.19.270 |
| linux | linux_kernel | >= 4.20 < 5.4.229 | 5.4.229 |
| linux | linux_kernel | >= 5.11 < 5.15.89 | 5.15.89 |
| linux | linux_kernel | >= 5.16 < 6.1.7 | 6.1.7 |
| linux | linux_kernel | >= 5.5 < 5.10.164 | 5.10.164 |
CVSS provenance
nvdv3.15.5MEDIUMCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
osv5.5MEDIUM
vendor_debian5.5MEDIUM
vendor_redhat5.5MEDIUM
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
Red Hat
kernel: nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame()
vendor_redhat·2024-08-21·CVSS 5.5
CVE-2023-52907 [MEDIUM] CWE-416 kernel: nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame()
kernel: nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame()
In the Linux kernel, the following vulnerability has been resolved:
nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame()
Fix a use-after-free that occurs in hcd when in_urb sent from
pn533_usb_send_frame() is completed earlier than out_urb. Its callback
frees the skb data in pn533_send_async_complete() that is used as a
transfer buffer of out_urb. Wait before sending in_urb until the
callback of out_urb is called. To modify the callback of out_urb alone,
separate the complete function of out_urb and ack_urb.
Found by a modified version of syzkaller.
BUG: KASAN: use-after-free in dummy_timer
Call Trace:
memcpy (mm/kasan/shadow.c:65)
dummy_perform_transfer (drivers/usb/gadget/udc/dummy_hcd.c:1352)
tra
Debian
CVE-2023-52907: linux - In the Linux kernel, the following vulnerability has been resolved: nfc: pn533:...
vendor_debian·2023·CVSS 5.5
CVE-2023-52907 [MEDIUM] CVE-2023-52907: linux - In the Linux kernel, the following vulnerability has been resolved: nfc: pn533:...
In the Linux kernel, the following vulnerability has been resolved: nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame() Fix a use-after-free that occurs in hcd when in_urb sent from pn533_usb_send_frame() is completed earlier than out_urb. Its callback frees the skb data in pn533_send_async_complete() that is used as a transfer buffer of out_urb. Wait before sending in_urb until the callback of out_urb is called. To modify the callback of out_urb alone, separate the complete function of out_urb and ack_urb. Found by a modified version of syzkaller. BUG: KASAN: use-after-free in dummy_timer Call Trace: memcpy (mm/kasan/shadow.c:65) dummy_perform_transfer (drivers/usb/gadget/udc/dummy_hcd.c:1352) transfer (drivers/usb/gadget/udc/dummy_hcd.c:1453) dummy_timer (drivers/usb/gadg
OSV
CVE-2023-52907: In the Linux kernel, the following vulnerability has been resolved: nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame() Fix a use-afte
osv·2024-08-21·CVSS 5.5
CVE-2023-52907 [MEDIUM] CVE-2023-52907: In the Linux kernel, the following vulnerability has been resolved: nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame() Fix a use-afte
In the Linux kernel, the following vulnerability has been resolved: nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame() Fix a use-after-free that occurs in hcd when in_urb sent from pn533_usb_send_frame() is completed earlier than out_urb. Its callback frees the skb data in pn533_send_async_complete() that is used as a transfer buffer of out_urb. Wait before sending in_urb until the callback of out_urb is called. To modify the callback of out_urb alone, separate the complete function of out_urb and ack_urb. Found by a modified version of syzkaller. BUG: KASAN: use-after-free in dummy_timer Call Trace: memcpy (mm/kasan/shadow.c:65) dummy_perform_transfer (drivers/usb/gadget/udc/dummy_hcd.c:1352) transfer (drivers/usb/gadget/udc/dummy_hcd.c:1453) dummy_timer (drivers/usb/gadg
GHSA
GHSA-hm5h-pgjm-xwqc: In the Linux kernel, the following vulnerability has been resolved:
nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame()
Fix a use-af
ghsa_unreviewed·2024-08-21
CVE-2023-52907 [MEDIUM] CWE-416 GHSA-hm5h-pgjm-xwqc: In the Linux kernel, the following vulnerability has been resolved:
nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame()
Fix a use-af
In the Linux kernel, the following vulnerability has been resolved:
nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame()
Fix a use-after-free that occurs in hcd when in_urb sent from
pn533_usb_send_frame() is completed earlier than out_urb. Its callback
frees the skb data in pn533_send_async_complete() that is used as a
transfer buffer of out_urb. Wait before sending in_urb until the
callback of out_urb is called. To modify the callback of out_urb alone,
separate the complete function of out_urb and ack_urb.
Found by a modified version of syzkaller.
BUG: KASAN: use-after-free in dummy_timer
Call Trace:
memcpy (mm/kasan/shadow.c:65)
dummy_perform_transfer (drivers/usb/gadget/udc/dummy_hcd.c:1352)
transfer (drivers/usb/gadget/udc/dummy_hcd.c:1453)
dummy_timer (drivers/usb/
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
https://git.kernel.org/stable/c/0ca78c99656f5c448567db1e148367aa3b01c80ahttps://git.kernel.org/stable/c/321db5131c92983dac4f3338e8fbb6df214238c0https://git.kernel.org/stable/c/35529d6b827eedb6bf7e81130e4b7e0aba9e58d2https://git.kernel.org/stable/c/39ae73e581112cfe27ba50aecb1c891ce57cecb1https://git.kernel.org/stable/c/8998db5021a28ad67aa8d627bdb4226e4046ccc4https://git.kernel.org/stable/c/9424d2205fe94a095fb9365ec0c6137f0b394a2bhttps://git.kernel.org/stable/c/9dab880d675b9d0dd56c6428e4e8352a3339371d
2024-08-21
Published