CVE-2024-38631
- EPSS 0.03%
- Veröffentlicht 21.06.2024 11:15:11
- Zuletzt bearbeitet 21.11.2024 09:26:32
In the Linux kernel, the following vulnerability has been resolved: iio: adc: PAC1934: fix accessing out of bounds array index Fix accessing out of bounds array index for average current and voltage measurements. The device itself has only 4 channe...
CVE-2024-38632
- EPSS 0.01%
- Veröffentlicht 21.06.2024 11:15:11
- Zuletzt bearbeitet 03.11.2025 22:17:02
In the Linux kernel, the following vulnerability has been resolved: vfio/pci: fix potential memory leak in vfio_intx_enable() If vfio_irq_ctx_alloc() failed will lead to 'name' memory leak.
CVE-2024-36270
- EPSS 0.01%
- Veröffentlicht 21.06.2024 11:15:10
- Zuletzt bearbeitet 21.11.2024 09:21:58
In the Linux kernel, the following vulnerability has been resolved: netfilter: tproxy: bail out if IP has been disabled on the device syzbot reports: general protection fault, probably for non-canonical address 0xdffffc0000000003: 0000 [#1] PREEMPT...
CVE-2024-36281
- EPSS 0.02%
- Veröffentlicht 21.06.2024 11:15:10
- Zuletzt bearbeitet 21.11.2024 09:21:59
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Use mlx5_ipsec_rx_status_destroy to correctly delete status rules rx_create no longer allocates a modify_hdr instance that needs to be cleaned up. The mlx5_modify_header_...
CVE-2024-36286
- EPSS 0.01%
- Veröffentlicht 21.06.2024 11:15:10
- Zuletzt bearbeitet 04.11.2025 18:16:24
In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu() syzbot reported that nf_reinject() could be called without rcu_read_lock() : WARNING: suspicious RCU ...
CVE-2024-36478
- EPSS 0.01%
- Veröffentlicht 21.06.2024 11:15:10
- Zuletzt bearbeitet 03.11.2025 22:16:58
In the Linux kernel, the following vulnerability has been resolved: null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues' Writing 'power' and 'submit_queues' concurrently will trigger kernel panic: Test script: modprobe...
CVE-2024-36484
- EPSS 0.01%
- Veröffentlicht 21.06.2024 11:15:10
- Zuletzt bearbeitet 01.10.2025 13:59:32
In the Linux kernel, the following vulnerability has been resolved: net: relax socket state check at accept time. Christoph reported the following splat: WARNING: CPU: 1 PID: 772 at net/ipv4/af_inet.c:761 __inet_accept+0x1f4/0x4a0 Modules linked i...
CVE-2024-36489
- EPSS 0.01%
- Veröffentlicht 21.06.2024 11:15:10
- Zuletzt bearbeitet 21.11.2024 09:22:16
In the Linux kernel, the following vulnerability has been resolved: tls: fix missing memory barrier in tls_init In tls_init(), a write memory barrier is missing, and store-store reordering may cause NULL dereference in tls_{setsockopt,getsockopt}. ...
CVE-2024-37356
- EPSS 0.02%
- Veröffentlicht 21.06.2024 11:15:10
- Zuletzt bearbeitet 04.11.2025 18:16:25
In the Linux kernel, the following vulnerability has been resolved: tcp: Fix shift-out-of-bounds in dctcp_update_alpha(). In dctcp_update_alpha(), we use a module parameter dctcp_shift_g as follows: alpha -= min_not_zero(alpha, alpha >> dctcp_sh...
CVE-2024-38381
- EPSS 0.01%
- Veröffentlicht 21.06.2024 11:15:10
- Zuletzt bearbeitet 04.11.2025 18:16:25
In the Linux kernel, the following vulnerability has been resolved: nfc: nci: Fix uninit-value in nci_rx_work syzbot reported the following uninit-value access issue [1] nci_rx_work() parses received packet from ndev->rx_q. It should be validated ...