CVE-2021-47275
- EPSS 0.2%
- Veröffentlicht 21.05.2024 15:15:15
- Zuletzt bearbeitet 30.04.2025 14:49:09
In the Linux kernel, the following vulnerability has been resolved: bcache: avoid oversized read request in cache missing code path In the cache missing code path of cached device, if a proper location from the internal B+ tree is matched for a cac...
CVE-2021-47276
- EPSS 0.24%
- Veröffentlicht 21.05.2024 15:15:15
- Zuletzt bearbeitet 30.04.2025 14:46:07
In the Linux kernel, the following vulnerability has been resolved: ftrace: Do not blindly read the ip address in ftrace_bug() It was reported that a bug on arm64 caused a bad ip address to be used for updating into a nop in ftrace_init(), but the ...
CVE-2021-47253
- EPSS 0.23%
- Veröffentlicht 21.05.2024 15:15:14
- Zuletzt bearbeitet 30.12.2024 18:59:10
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential memory leak in DMUB hw_init [Why] On resume we perform DMUB hw_init which allocates memory: dm_resume->dm_dmub_hw_init->dc_dmub_srv_create->kzalloc T...
CVE-2021-47257
- EPSS 0.23%
- Veröffentlicht 21.05.2024 15:15:14
- Zuletzt bearbeitet 04.04.2025 14:30:16
In the Linux kernel, the following vulnerability has been resolved: net: ieee802154: fix null deref in parse dev addr Fix a logic error that could result in a null deref if the user sets the mode incorrectly for the given addr type.
CVE-2021-47258
- EPSS 0.24%
- Veröffentlicht 21.05.2024 15:15:14
- Zuletzt bearbeitet 30.04.2025 15:05:14
In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fix error handling of scsi_host_alloc() After device is initialized via device_initialize(), or its name is set via dev_set_name(), the device has to be freed via put_d...
CVE-2021-47245
- EPSS 0.26%
- Veröffentlicht 21.05.2024 15:15:13
- Zuletzt bearbeitet 30.12.2024 19:03:58
In the Linux kernel, the following vulnerability has been resolved: netfilter: synproxy: Fix out of bounds when parsing TCP options The TCP option parser in synproxy (synproxy_parse_options) could read one byte out of bounds. When the length is 1, ...
CVE-2021-47249
- EPSS 0.24%
- Veröffentlicht 21.05.2024 15:15:13
- Zuletzt bearbeitet 30.12.2024 19:01:43
In the Linux kernel, the following vulnerability has been resolved: net: rds: fix memory leak in rds_recvmsg Syzbot reported memory leak in rds. The problem was in unputted refcount in case of error. int rds_recvmsg(struct socket *sock, struct msg...
CVE-2021-47250
- EPSS 0.24%
- Veröffentlicht 21.05.2024 15:15:13
- Zuletzt bearbeitet 30.12.2024 19:00:27
In the Linux kernel, the following vulnerability has been resolved: net: ipv4: fix memory leak in netlbl_cipsov4_add_std Reported by syzkaller: BUG: memory leak unreferenced object 0xffff888105df7000 (size 64): comm "syz-executor842", pid 360, jiff...
CVE-2021-47229
- EPSS 0.23%
- Veröffentlicht 21.05.2024 15:15:12
- Zuletzt bearbeitet 29.04.2025 19:42:00
In the Linux kernel, the following vulnerability has been resolved: PCI: aardvark: Fix kernel panic during PIO transfer Trying to start a new PIO transfer by writing value 0 in PIO_START register when previous transfer has not yet completed (which ...
CVE-2021-47233
- EPSS 0.22%
- Veröffentlicht 21.05.2024 15:15:12
- Zuletzt bearbeitet 30.12.2024 19:51:12
In the Linux kernel, the following vulnerability has been resolved: regulator: rt4801: Fix NULL pointer dereference if priv->enable_gpios is NULL devm_gpiod_get_array_optional may return NULL if no GPIO was assigned.