CVE-2024-41014
- EPSS 0.02%
- Veröffentlicht 29.07.2024 07:15:05
- Zuletzt bearbeitet 03.11.2025 21:16:16
In the Linux kernel, the following vulnerability has been resolved: xfs: add bounds checking to xlog_recover_process_data There is a lack of verification of the space occupied by fixed members of xlog_op_header in the xlog_recover_process_data. We...
CVE-2022-48865
- EPSS 0.02%
- Veröffentlicht 16.07.2024 13:15:13
- Zuletzt bearbeitet 21.11.2024 07:34:14
In the Linux kernel, the following vulnerability has been resolved: tipc: fix kernel panic when enabling bearer When enabling a bearer on a node, a kernel panic is observed: [ 4.498085] RIP: 0010:tipc_mon_prep+0x4e/0x130 [tipc] ... [ 4.52003...
CVE-2022-48852
- EPSS 0.03%
- Veröffentlicht 16.07.2024 13:15:12
- Zuletzt bearbeitet 21.11.2024 07:34:12
In the Linux kernel, the following vulnerability has been resolved: drm/vc4: hdmi: Unregister codec device on unbind On bind we will register the HDMI codec device but we don't unregister it on unbind, leading to a device leakage. Unregister our de...
CVE-2022-48833
- EPSS 0.01%
- Veröffentlicht 16.07.2024 13:15:10
- Zuletzt bearbeitet 07.10.2025 20:05:36
In the Linux kernel, the following vulnerability has been resolved: btrfs: skip reserved bytes warning on unmount after log cleanup failure After the recent changes made by commit c2e39305299f01 ("btrfs: clear extent buffer uptodate when we fail to...
CVE-2022-48825
- EPSS 0.03%
- Veröffentlicht 16.07.2024 12:15:06
- Zuletzt bearbeitet 07.10.2025 19:59:39
In the Linux kernel, the following vulnerability has been resolved: scsi: qedf: Add stag_work to all the vports Call trace seen when creating NPIV ports, only 32 out of 64 show online. stag work was not initialized for vport, hence initialize the s...
CVE-2022-48826
- EPSS 0.02%
- Veröffentlicht 16.07.2024 12:15:06
- Zuletzt bearbeitet 21.11.2024 07:34:09
In the Linux kernel, the following vulnerability has been resolved: drm/vc4: Fix deadlock on DSI device attach error DSI device attach to DSI host will be done with host device's lock held. Un-registering host in "device attach" error path (ex: pr...
CVE-2022-48827
- EPSS 0.01%
- Veröffentlicht 16.07.2024 12:15:06
- Zuletzt bearbeitet 12.05.2026 10:16:38
In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix the behavior of READ near OFFSET_MAX Dan Aloni reports: > Due to commit 8cfb9015280d ("NFS: Always provide aligned buffers to > the RPC read layers") on the client, a rea...
CVE-2022-48828
- EPSS 0.01%
- Veröffentlicht 16.07.2024 12:15:06
- Zuletzt bearbeitet 12.05.2026 10:16:39
In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix ia_size underflow iattr::ia_size is a loff_t, which is a signed 64-bit type. NFSv3 and NFSv4 both define file size as an unsigned 64-bit type. Thus there is a range of va...
CVE-2022-48829
- EPSS 0.01%
- Veröffentlicht 16.07.2024 12:15:06
- Zuletzt bearbeitet 12.05.2026 10:16:39
In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix NFSv3 SETATTR/CREATE's handling of large file sizes iattr::ia_size is a loff_t, so these NFSv3 procedures must be careful to deal with incoming client size values that ar...
CVE-2022-48811
- EPSS 0.03%
- Veröffentlicht 16.07.2024 12:15:05
- Zuletzt bearbeitet 25.09.2025 19:37:05
In the Linux kernel, the following vulnerability has been resolved: ibmvnic: don't release napi in __ibmvnic_open() If __ibmvnic_open() encounters an error such as when setting link state, it calls release_resources() which frees the napi structure...