CVE-2024-42151
- EPSS 0.02%
- Veröffentlicht 30.07.2024 08:15:06
- Zuletzt bearbeitet 09.12.2024 23:09:53
In the Linux kernel, the following vulnerability has been resolved: bpf: mark bpf_dummy_struct_ops.test_1 parameter as nullable Test case dummy_st_ops/dummy_init_ret_value passes NULL as the first parameter of the test_1() function. Mark this param...
CVE-2024-42152
- EPSS 0.02%
- Veröffentlicht 30.07.2024 08:15:06
- Zuletzt bearbeitet 03.11.2025 22:17:43
In the Linux kernel, the following vulnerability has been resolved: nvmet: fix a possible leak when destroy a ctrl during qp establishment In nvmet_sq_destroy we capture sq->ctrl early and if it is non-NULL we know that a ctrl was allocated (in the...
CVE-2024-42153
- EPSS 0.01%
- Veröffentlicht 30.07.2024 08:15:06
- Zuletzt bearbeitet 03.11.2025 22:17:43
In the Linux kernel, the following vulnerability has been resolved: i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isr When del_timer_sync() is called in an interrupt context it throws a warning because of potential deadlock...
CVE-2024-42154
- EPSS 0.03%
- Veröffentlicht 30.07.2024 08:15:06
- Zuletzt bearbeitet 03.11.2025 22:17:43
In the Linux kernel, the following vulnerability has been resolved: tcp_metrics: validate source addr length I don't see anything checking that TCP_METRICS_ATTR_SADDR_IPV4 is at least 4 bytes long, and the policy doesn't have an entry for this attr...
CVE-2024-42130
- EPSS 0.01%
- Veröffentlicht 30.07.2024 08:15:05
- Zuletzt bearbeitet 03.11.2025 22:17:41
In the Linux kernel, the following vulnerability has been resolved: nfc/nci: Add the inconsistency check between the input data length and count write$nci(r0, &(0x7f0000000740)=ANY=[@ANYBLOB="610501"], 0xf) Syzbot constructed a write() call with a...
CVE-2024-42131
- EPSS 0.01%
- Veröffentlicht 30.07.2024 08:15:05
- Zuletzt bearbeitet 03.11.2025 22:17:41
In the Linux kernel, the following vulnerability has been resolved: mm: avoid overflows in dirty throttling logic The dirty throttling logic is interspersed with assumptions that dirty limits in PAGE_SIZE units fit into 32-bit (so that various mult...
CVE-2024-42132
- EPSS 0.01%
- Veröffentlicht 30.07.2024 08:15:05
- Zuletzt bearbeitet 11.12.2024 17:35:31
In the Linux kernel, the following vulnerability has been resolved: bluetooth/hci: disallow setting handle bigger than HCI_CONN_HANDLE_MAX Syzbot hit warning in hci_conn_del() caused by freeing handle that was not allocated using ida allocator. Th...
CVE-2024-42133
- EPSS 0.01%
- Veröffentlicht 30.07.2024 08:15:05
- Zuletzt bearbeitet 11.12.2024 17:27:04
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Ignore too large handle values in BIG hci_le_big_sync_established_evt is necessary to filter out cases where the handle value is belonging to ida id range, otherwise ida...
CVE-2024-42134
- EPSS 0.01%
- Veröffentlicht 30.07.2024 08:15:05
- Zuletzt bearbeitet 11.12.2024 17:19:26
In the Linux kernel, the following vulnerability has been resolved: virtio-pci: Check if is_avq is NULL [bug] In the virtio_pci_common.c function vp_del_vqs, vp_dev->is_avq is involved to determine whether it is admin virtqueue, but this function v...
CVE-2024-42135
- EPSS 0.01%
- Veröffentlicht 30.07.2024 08:15:05
- Zuletzt bearbeitet 11.12.2024 14:59:33
In the Linux kernel, the following vulnerability has been resolved: vhost_task: Handle SIGKILL by flushing work and exiting Instead of lingering until the device is closed, this has us handle SIGKILL by: 1. marking the worker as killed so we no lo...