CVE-2024-46742
- EPSS 0.01%
- Veröffentlicht 18.09.2024 08:15:03
- Zuletzt bearbeitet 03.11.2025 20:16:31
In the Linux kernel, the following vulnerability has been resolved: smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open() null-ptr-deref will occur when (req_op_level == SMB2_OPLOCK_LEVEL_LEASE) and parse_lease_state() return NU...
CVE-2024-46743
- EPSS 0.01%
- Veröffentlicht 18.09.2024 08:15:03
- Zuletzt bearbeitet 12.05.2026 12:17:11
In the Linux kernel, the following vulnerability has been resolved: of/irq: Prevent device address out-of-bounds read in interrupt map walk When of_irq_parse_raw() is invoked with a device address smaller than the interrupt parent node (from #addre...
CVE-2024-46744
- EPSS 0.01%
- Veröffentlicht 18.09.2024 08:15:03
- Zuletzt bearbeitet 12.05.2026 12:17:11
In the Linux kernel, the following vulnerability has been resolved: Squashfs: sanity check symbolic link size Syzkiller reports a "KMSAN: uninit-value in pick_link" bug. This is caused by an uninitialised page, which is ultimately caused by a corr...
CVE-2024-46745
- EPSS 0.01%
- Veröffentlicht 18.09.2024 08:15:03
- Zuletzt bearbeitet 12.05.2026 12:17:11
In the Linux kernel, the following vulnerability has been resolved: Input: uinput - reject requests with unreasonable number of slots When exercising uinput interface syzkaller may try setting up device with a really large number of slots, which c...
CVE-2024-46748
- EPSS 0.13%
- Veröffentlicht 18.09.2024 08:15:03
- Zuletzt bearbeitet 08.10.2025 17:08:35
In the Linux kernel, the following vulnerability has been resolved: cachefiles: Set the max subreq size for cache writes to MAX_RW_COUNT Set the maximum size of a subrequest that writes to cachefiles to be MAX_RW_COUNT so that we don't overrun the ...
CVE-2024-46749
- EPSS 0.01%
- Veröffentlicht 18.09.2024 08:15:03
- Zuletzt bearbeitet 20.09.2024 18:45:43
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btnxpuart: Fix Null pointer dereference in btnxpuart_flush() This adds a check before freeing the rx->skb in flush and close functions to handle the kernel crash seen wh...
CVE-2024-46750
- EPSS 0.01%
- Veröffentlicht 18.09.2024 08:15:03
- Zuletzt bearbeitet 12.05.2026 12:17:11
In the Linux kernel, the following vulnerability has been resolved: PCI: Add missing bridge lock to pci_bus_lock() One of the true positives that the cfg_access_lock lockdep effort identified is this sequence: WARNING: CPU: 14 PID: 1 at drivers/...
CVE-2024-46730
- EPSS 0.03%
- Veröffentlicht 18.09.2024 07:15:04
- Zuletzt bearbeitet 30.09.2024 12:49:00
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Ensure array index tg_inst won't be -1 [WHY & HOW] tg_inst will be a negative if timing_generator_count equals 0, which should be checked before used. This fixes ...
CVE-2024-46731
- EPSS 0.01%
- Veröffentlicht 18.09.2024 07:15:04
- Zuletzt bearbeitet 03.11.2025 23:15:57
In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix the Out-of-bounds read warning using index i - 1U may beyond element index for mc_data[] when i = 0.
CVE-2024-46732
- EPSS 0.02%
- Veröffentlicht 18.09.2024 07:15:04
- Zuletzt bearbeitet 03.11.2025 23:15:57
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Assign linear_pitch_alignment even for VM [Description] Assign linear_pitch_alignment so we don't cause a divide by 0 error in VM environments