CVE-2021-47173
published 2024-03-25CVE-2021-47173: In the Linux kernel, the following vulnerability has been resolved: misc/uss720: fix memory leak in uss720_probe uss720_probe forgets to decrease the refcount…
PriorityP419medium5.5CVSS 3.1
AVLACLPRLUINSUCNINAH
EPSS
0.23%
13.3th percentile
In the Linux kernel, the following vulnerability has been resolved:
misc/uss720: fix memory leak in uss720_probe
uss720_probe forgets to decrease the refcount of usbdev in uss720_probe.
Fix this by decreasing the refcount of usbdev by usb_put_dev.
BUG: memory leak
unreferenced object 0xffff888101113800 (size 2048):
comm "kworker/0:1", pid 7, jiffies 4294956777 (age 28.870s)
hex dump (first 32 bytes):
ff ff ff ff 31 00 00 00 00 00 00 00 00 00 00 00 ....1...........
00 00 00 00 00 00 00 00 00 00 00 00 03 00 00 00 ................
backtrace:
[] kmalloc include/linux/slab.h:554 [inline]
[] kzalloc include/linux/slab.h:684 [inline]
[] usb_alloc_dev+0x32/0x450 drivers/usb/core/usb.c:582
[] hub_port_connect drivers/usb/core/hub.c:5129 [inline]
[] hub_port_connect_change drivers/usb/core/hub.c:5363 [inline]
[] port_event drivers/usb/core/hub.c:5509 [inline]
[] hub_event+0x1171/0x20c0 drivers/usb/core/hub.c:5591
[] process_one_work+0x2c9/0x600 kernel/workqueue.c:2275
[] worker_thread+0x59/0x5d0 kernel/workqueue.c:2421
[] kthread+0x178/0x1b0 kernel/kthread.c:292
[] ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:294
Affected
22 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 5.14.6-1 (bookworm) | linux 5.14.6-1 (bookworm) |
| linux | linux | — | — |
| linux | linux | >= 0f36163d3abefbda1b21a330b3fdf3c2dc076d94 < 5f46b2410db2c8f26b8bb91b40deebf4ec184391 | 5f46b2410db2c8f26b8bb91b40deebf4ec184391 |
| linux | linux | >= 0f36163d3abefbda1b21a330b3fdf3c2dc076d94 < 7889c70e6173ef358f3cd7578db127a489035a42 | 7889c70e6173ef358f3cd7578db127a489035a42 |
| linux | linux | >= 0f36163d3abefbda1b21a330b3fdf3c2dc076d94 < bcb30cc8f8befcbdbcf7a016e4dfd4747c54a364 | bcb30cc8f8befcbdbcf7a016e4dfd4747c54a364 |
| linux | linux | >= 0f36163d3abefbda1b21a330b3fdf3c2dc076d94 < 386918878ce4cd676e4607233866e03c9399a46a | 386918878ce4cd676e4607233866e03c9399a46a |
| linux | linux | >= 0f36163d3abefbda1b21a330b3fdf3c2dc076d94 < 36b5ff1db1a4ef4fdbc2bae364344279f033ad88 | 36b5ff1db1a4ef4fdbc2bae364344279f033ad88 |
| linux | linux | >= 0f36163d3abefbda1b21a330b3fdf3c2dc076d94 < 5394ae9d8c7961dd93807fdf1b12a1dde96b0a55 | 5394ae9d8c7961dd93807fdf1b12a1dde96b0a55 |
| linux | linux | >= 0f36163d3abefbda1b21a330b3fdf3c2dc076d94 < a3c3face38cb49932c62adcc1289914f1c742096 | a3c3face38cb49932c62adcc1289914f1c742096 |
| linux | linux | >= 0f36163d3abefbda1b21a330b3fdf3c2dc076d94 < dcb4b8ad6a448532d8b681b5d1a7036210b622de | dcb4b8ad6a448532d8b681b5d1a7036210b622de |
| linux | linux_kernel | >= 0 < 5.10.46-1 | 5.10.46-1 |
| linux | linux_kernel | >= 0 < 5.14.6-1 | 5.14.6-1 |
| linux | linux_kernel | >= 0 < 5.14.6-1 | 5.14.6-1 |
| linux | linux_kernel | >= 0 < 5.14.6-1 | 5.14.6-1 |
| linux | linux_kernel | >= 0 < 4.4.0-258.292 | 4.4.0-258.292 |
| linux | linux_kernel | >= 2.6.14 < 4.4.271 | 4.4.271 |
| linux | linux_kernel | >= 4.10 < 4.14.235 | 4.14.235 |
| linux | linux_kernel | >= 4.15 < 4.19.193 | 4.19.193 |
| linux | linux_kernel | >= 4.20 < 5.4.124 | 5.4.124 |
| linux | linux_kernel | >= 4.5 < 4.9.271 | 4.9.271 |
| linux | linux_kernel | >= 5.11 < 5.12.9 | 5.12.9 |
| linux | linux_kernel | >= 5.5 < 5.10.42 | 5.10.42 |
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: misc/uss720: fix memory leak in uss720_probe
vendor_redhat·2024-03-25·CVSS 5.5
CVE-2021-47173 [MEDIUM] CWE-402 kernel: misc/uss720: fix memory leak in uss720_probe
kernel: misc/uss720: fix memory leak in uss720_probe
In the Linux kernel, the following vulnerability has been resolved:
misc/uss720: fix memory leak in uss720_probe
uss720_probe forgets to decrease the refcount of usbdev in uss720_probe.
Fix this by decreasing the refcount of usbdev by usb_put_dev.
BUG: memory leak
unreferenced object 0xffff888101113800 (size 2048):
comm "kworker/0:1", pid 7, jiffies 4294956777 (age 28.870s)
hex dump (first 32 bytes):
ff ff ff ff 31 00 00 00 00 00 00 00 00 00 00 00 ....1...........
00 00 00 00 00 00 00 00 00 00 00 00 03 00 00 00 ................
backtrace:
[] kmalloc include/linux/slab.h:554 [inline]
[] kzalloc include/linux/slab.h:684 [inline]
[] usb_alloc_dev+0x32/0x450 drivers/usb/core/usb.c:582
[] hub_port_connect drivers/usb/core/hub.c:5129 [inline]
Debian
CVE-2021-47173: linux - In the Linux kernel, the following vulnerability has been resolved: misc/uss720...
vendor_debian·2021·CVSS 5.5
CVE-2021-47173 [MEDIUM] CVE-2021-47173: linux - In the Linux kernel, the following vulnerability has been resolved: misc/uss720...
In the Linux kernel, the following vulnerability has been resolved: misc/uss720: fix memory leak in uss720_probe uss720_probe forgets to decrease the refcount of usbdev in uss720_probe. Fix this by decreasing the refcount of usbdev by usb_put_dev. BUG: memory leak unreferenced object 0xffff888101113800 (size 2048): comm "kworker/0:1", pid 7, jiffies 4294956777 (age 28.870s) hex dump (first 32 bytes): ff ff ff ff 31 00 00 00 00 00 00 00 00 00 00 00 ....1........... 00 00 00 00 00 00 00 00 00 00 00 00 03 00 00 00 ................ backtrace: [] kmalloc include/linux/slab.h:554 [inline] [] kzalloc include/linux/slab.h:684 [inline] [] usb_alloc_dev+0x32/0x450 drivers/usb/core/usb.c:582 [] hub_port_connect drivers/usb/core/hub.c:5129 [inline] [] hub_port_connect_change drivers/usb/core/hub.c:536
OSV
linux, linux-aws, linux-kvm, linux-lts-xenial vulnerabilities
osv·2024-08-21·CVSS 5.5
CVE-2024-22099 [MEDIUM] linux, linux-aws, linux-kvm, linux-lts-xenial vulnerabilities
linux, linux-aws, linux-kvm, linux-lts-xenial vulnerabilities
Yuxuan Hu discovered that the Bluetooth RFCOMM protocol driver in the Linux
Kernel contained a race condition, leading to a NULL pointer dereference.
An attacker could possibly use this to cause a denial of service (system
crash). (CVE-2024-22099)
It was discovered that a race condition existed in the Bluetooth subsystem
in the Linux kernel, leading to a null pointer dereference vulnerability. A
privileged local attacker could use this to possibly cause a denial of
service (system crash). (CVE-2024-24860)
Several security issues were discovered in the Linux kernel.
An attacker could possibly use these to compromise the system.
This update corrects flaws in the following subsystems:
- SuperH RISC architecture;
- User-Mode Linu
OSV
CVE-2021-47173: In the Linux kernel, the following vulnerability has been resolved: misc/uss720: fix memory leak in uss720_probe uss720_probe forgets to decrease the
osv·2024-03-25·CVSS 5.5
CVE-2021-47173 [MEDIUM] CVE-2021-47173: In the Linux kernel, the following vulnerability has been resolved: misc/uss720: fix memory leak in uss720_probe uss720_probe forgets to decrease the
In the Linux kernel, the following vulnerability has been resolved: misc/uss720: fix memory leak in uss720_probe uss720_probe forgets to decrease the refcount of usbdev in uss720_probe. Fix this by decreasing the refcount of usbdev by usb_put_dev. BUG: memory leak unreferenced object 0xffff888101113800 (size 2048): comm "kworker/0:1", pid 7, jiffies 4294956777 (age 28.870s) hex dump (first 32 bytes): ff ff ff ff 31 00 00 00 00 00 00 00 00 00 00 00 ....1........... 00 00 00 00 00 00 00 00 00 00 00 00 03 00 00 00 ................ backtrace: [] kmalloc include/linux/slab.h:554 [inline] [] kzalloc include/linux/slab.h:684 [inline] [] usb_alloc_dev+0x32/0x450 drivers/usb/core/usb.c:582 [] hub_port_connect drivers/usb/core/hub.c:5129 [inline] [] hub_port_connect_change drivers/usb/core/hub.c:536
GHSA
GHSA-8rjr-8h65-297v: In the Linux kernel, the following vulnerability has been resolved:
misc/uss720: fix memory leak in uss720_probe
uss720_probe forgets to decrease th
ghsa_unreviewed·2024-03-25
CVE-2021-47173 [MEDIUM] CWE-401 GHSA-8rjr-8h65-297v: In the Linux kernel, the following vulnerability has been resolved:
misc/uss720: fix memory leak in uss720_probe
uss720_probe forgets to decrease th
In the Linux kernel, the following vulnerability has been resolved:
misc/uss720: fix memory leak in uss720_probe
uss720_probe forgets to decrease the refcount of usbdev in uss720_probe.
Fix this by decreasing the refcount of usbdev by usb_put_dev.
BUG: memory leak
unreferenced object 0xffff888101113800 (size 2048):
comm "kworker/0:1", pid 7, jiffies 4294956777 (age 28.870s)
hex dump (first 32 bytes):
ff ff ff ff 31 00 00 00 00 00 00 00 00 00 00 00 ....1...........
00 00 00 00 00 00 00 00 00 00 00 00 03 00 00 00 ................
backtrace:
[] kmalloc include/linux/slab.h:554 [inline]
[] kzalloc include/linux/slab.h:684 [inline]
[] usb_alloc_dev+0x32/0x450 drivers/usb/core/usb.c:582
[] hub_port_connect drivers/usb/core/hub.c:5129 [inline]
[] hub_port_connect_change drivers/usb/core/hub.c:
No detection rules found.
No public exploits indexed.
https://git.kernel.org/stable/c/36b5ff1db1a4ef4fdbc2bae364344279f033ad88https://git.kernel.org/stable/c/386918878ce4cd676e4607233866e03c9399a46ahttps://git.kernel.org/stable/c/5394ae9d8c7961dd93807fdf1b12a1dde96b0a55https://git.kernel.org/stable/c/5f46b2410db2c8f26b8bb91b40deebf4ec184391https://git.kernel.org/stable/c/7889c70e6173ef358f3cd7578db127a489035a42https://git.kernel.org/stable/c/a3c3face38cb49932c62adcc1289914f1c742096https://git.kernel.org/stable/c/bcb30cc8f8befcbdbcf7a016e4dfd4747c54a364https://git.kernel.org/stable/c/dcb4b8ad6a448532d8b681b5d1a7036210b622dehttps://git.kernel.org/stable/c/36b5ff1db1a4ef4fdbc2bae364344279f033ad88https://git.kernel.org/stable/c/386918878ce4cd676e4607233866e03c9399a46ahttps://git.kernel.org/stable/c/5394ae9d8c7961dd93807fdf1b12a1dde96b0a55https://git.kernel.org/stable/c/5f46b2410db2c8f26b8bb91b40deebf4ec184391https://git.kernel.org/stable/c/7889c70e6173ef358f3cd7578db127a489035a42https://git.kernel.org/stable/c/a3c3face38cb49932c62adcc1289914f1c742096https://git.kernel.org/stable/c/bcb30cc8f8befcbdbcf7a016e4dfd4747c54a364https://git.kernel.org/stable/c/dcb4b8ad6a448532d8b681b5d1a7036210b622de
2024-03-25
Published