- EPSS 0.03%
- Published 08.07.2025 07:42:57
- Last modified 08.07.2025 16:18:14
In the Linux kernel, the following vulnerability has been resolved: media: platform: exynos4-is: Add hardware sync wait to fimc_is_hw_change_mode() In fimc_is_hw_change_mode(), the function changes camera modes without waiting for hardware completi...
- EPSS 0.04%
- Published 08.07.2025 07:35:23
- Last modified 02.10.2025 14:15:43
In the Linux kernel, the following vulnerability has been resolved: af_unix: Don't leave consecutive consumed OOB skbs. Jann Horn reported a use-after-free in unix_stream_read_generic(). The following sequences reproduce the issue: $ python3 ...
- EPSS 0.03%
- Published 06.07.2025 09:11:14
- Last modified 08.07.2025 16:18:34
In the Linux kernel, the following vulnerability has been resolved: HID: appletb-kbd: fix "appletb_backlight" backlight device reference counting During appletb_kbd_probe, probe attempts to get the backlight device by name. When this happens backli...
- EPSS 0.03%
- Published 04.07.2025 13:37:46
- Last modified 08.07.2025 16:18:53
In the Linux kernel, the following vulnerability has been resolved: powerpc64/ftrace: fix clobbered r15 during livepatching While r15 is clobbered always with PPC_FTRACE_OUT_OF_LINE, it is not restored in livepatch sequence leading to not so obviou...
- EPSS 0.03%
- Published 04.07.2025 13:37:46
- Last modified 08.07.2025 16:18:53
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...
- EPSS 0.03%
- Published 04.07.2025 13:37:45
- Last modified 08.07.2025 16:18:53
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_...
- EPSS 0.05%
- Published 04.07.2025 13:37:44
- Last modified 17.07.2025 17:15:37
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...
- EPSS 0.04%
- Published 04.07.2025 13:37:44
- Last modified 08.07.2025 16:18:53
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...
- EPSS 0.04%
- Published 04.07.2025 13:37:43
- Last modified 17.07.2025 17:15:37
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...
- EPSS 0.03%
- Published 04.07.2025 13:37:42
- Last modified 08.07.2025 16:18:53
In the Linux kernel, the following vulnerability has been resolved: media: imagination: fix a potential memory leak in e5010_probe() Add video_device_release() to release the memory allocated by video_device_alloc() if something goes wrong.