CVE-2024-40966
- EPSS 0.02%
- Veröffentlicht 12.07.2024 13:15:18
- Zuletzt bearbeitet 03.11.2025 22:17:18
In the Linux kernel, the following vulnerability has been resolved: tty: add the option to have a tty reject a new ldisc ... and use it to limit the virtual terminals to just N_TTY. They are kind of special, and in particular, the "con_write()" ro...
CVE-2024-40968
- EPSS 0.02%
- Veröffentlicht 12.07.2024 13:15:18
- Zuletzt bearbeitet 03.11.2025 22:17:18
In the Linux kernel, the following vulnerability has been resolved: MIPS: Octeon: Add PCIe link status check The standard PCIe configuration read-write interface is used to access the configuration space of the peripheral PCIe devices of the mips p...
CVE-2024-40971
- EPSS 0.01%
- Veröffentlicht 12.07.2024 13:15:18
- Zuletzt bearbeitet 12.05.2026 12:17:01
In the Linux kernel, the following vulnerability has been resolved: f2fs: remove clear SB_INLINECRYPT flag in default_options In f2fs_remount, SB_INLINECRYPT flag will be clear and re-set. If create new file or open file during this gap, these file...
CVE-2024-40972
- EPSS 0.01%
- Veröffentlicht 12.07.2024 13:15:18
- Zuletzt bearbeitet 03.11.2025 22:17:19
In the Linux kernel, the following vulnerability has been resolved: ext4: do not create EA inode under buffer lock ext4_xattr_set_entry() creates new EA inodes while holding buffer lock on the external xattr block. This is problematic as it nests a...
CVE-2024-40974
- EPSS 0.01%
- Veröffentlicht 12.07.2024 13:15:18
- Zuletzt bearbeitet 03.11.2025 22:17:19
In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Enforce hcall result buffer validity and size plpar_hcall(), plpar_hcall9(), and related functions expect callers to provide valid result buffers of certain minimu...
CVE-2024-40953
- EPSS 0.01%
- Veröffentlicht 12.07.2024 13:15:17
- Zuletzt bearbeitet 03.11.2025 22:17:17
In the Linux kernel, the following vulnerability has been resolved: KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin() Use {READ,WRITE}_ONCE() to access kvm->last_boosted_vcpu to ensure the loads and stores are atomic. In the extremel...
CVE-2024-40959
- EPSS 0.01%
- Veröffentlicht 12.07.2024 13:15:17
- Zuletzt bearbeitet 12.05.2026 12:17:00
In the Linux kernel, the following vulnerability has been resolved: xfrm6: check ip6_dst_idev() return value in xfrm6_get_saddr() ip6_dst_idev() can return NULL, xfrm6_get_saddr() must act accordingly. syzbot reported: Oops: general protection fa...
CVE-2024-40942
- EPSS 0.01%
- Veröffentlicht 12.07.2024 13:15:16
- Zuletzt bearbeitet 12.05.2026 12:17:00
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: mesh: Fix leak of mesh_preq_queue objects The hwmp code use objects of type mesh_preq_queue, added to a list in ieee80211_if_mesh, to keep track of mpath we need to...
CVE-2024-40943
- EPSS 0.01%
- Veröffentlicht 12.07.2024 13:15:16
- Zuletzt bearbeitet 03.11.2025 22:17:16
In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix races between hole punching and AIO+DIO After commit "ocfs2: return real error code in ocfs2_dio_wr_get_block", fstests/generic/300 become from always failed to sometime...
CVE-2024-40927
- EPSS 0.01%
- Veröffentlicht 12.07.2024 13:15:15
- Zuletzt bearbeitet 03.11.2025 22:17:14
In the Linux kernel, the following vulnerability has been resolved: xhci: Handle TD clearing for multiple streams case When multiple streams are in use, multiple TDs might be in flight when an endpoint is stopped. We need to issue a Set TR Dequeue ...