CVE-2025-38234
- EPSS 0.02%
- Veröffentlicht 04.07.2025 13:37:46
- Zuletzt bearbeitet 17.03.2026 13:30:18
In the Linux kernel, the following vulnerability has been resolved: sched/rt: Fix race in push_rt_task Overview ======== When a CPU chooses to call push_rt_task and picks a task to push to another CPU's runqueue then it will call find_lock_lowest_r...
CVE-2025-38232
- EPSS 0.02%
- Veröffentlicht 04.07.2025 13:37:45
- Zuletzt bearbeitet 17.03.2026 13:29:39
In the Linux kernel, the following vulnerability has been resolved: NFSD: fix race between nfsd registration and exports_proc As of now nfsd calls create_proc_exports_entry() at start of init_nfsd and cleanup by remove_proc_entry() at last of exit_...
CVE-2025-38230
- EPSS 0.06%
- Veröffentlicht 04.07.2025 13:37:44
- Zuletzt bearbeitet 18.12.2025 19:31:41
In the Linux kernel, the following vulnerability has been resolved: jfs: validate AG parameters in dbMount() to prevent crashes Validate db_agheight, db_agwidth, and db_agstart in dbMount to catch corrupted metadata early and avoid undefined behavi...
CVE-2025-38231
- EPSS 0.12%
- Veröffentlicht 04.07.2025 13:37:44
- Zuletzt bearbeitet 12.05.2026 13:16:45
In the Linux kernel, the following vulnerability has been resolved: nfsd: Initialize ssc before laundromat_work to prevent NULL dereference In nfs4_state_start_net(), laundromat_work may access nfsd_ssc through nfs4_laundromat -> nfsd4_ssc_expire_u...
CVE-2025-38229
- EPSS 0.09%
- Veröffentlicht 04.07.2025 13:37:43
- Zuletzt bearbeitet 18.12.2025 19:32:41
In the Linux kernel, the following vulnerability has been resolved: media: cxusb: no longer judge rbuf when the write fails syzbot reported a uninit-value in cxusb_i2c_xfer. [1] Only when the write operation of usb_bulk_msg() in dvb_usb_generic_rw...
CVE-2025-38227
- EPSS 0.08%
- Veröffentlicht 04.07.2025 13:37:41
- Zuletzt bearbeitet 18.12.2025 19:38:30
In the Linux kernel, the following vulnerability has been resolved: media: vidtv: Terminating the subsequent process of initialization failure syzbot reported a slab-use-after-free Read in vidtv_mux_init. [1] After PSI initialization fails, the si...
CVE-2025-38225
- EPSS 0.1%
- Veröffentlicht 04.07.2025 13:37:40
- Zuletzt bearbeitet 18.12.2025 19:46:17
In the Linux kernel, the following vulnerability has been resolved: media: imx-jpeg: Cleanup after an allocation error When allocation failures are not cleaned up by the driver, further allocation errors will be false-positives, which will cause bu...
CVE-2025-38226
- EPSS 0.07%
- Veröffentlicht 04.07.2025 13:37:40
- Zuletzt bearbeitet 18.12.2025 19:43:09
In the Linux kernel, the following vulnerability has been resolved: media: vivid: Change the siize of the composing syzkaller found a bug: BUG: KASAN: vmalloc-out-of-bounds in tpg_fill_plane_pattern drivers/media/common/v4l2-tpg/v4l2-tpg-core.c:26...
CVE-2025-38222
- EPSS 0.11%
- Veröffentlicht 04.07.2025 13:37:37
- Zuletzt bearbeitet 12.05.2026 13:16:44
In the Linux kernel, the following vulnerability has been resolved: ext4: inline: fix len overflow in ext4_prepare_inline_data When running the following code on an ext4 filesystem with inline_data feature enabled, it will lead to the bug below. ...
CVE-2025-38218
- EPSS 0.12%
- Veröffentlicht 04.07.2025 13:37:35
- Zuletzt bearbeitet 18.12.2025 20:00:23
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on sit_bitmap_size w/ below testcase, resize will generate a corrupted image which contains inconsistent metadata, so when mounting such image, it will...