CVE-2025-38237
- EPSS 0.02%
- Veröffentlicht 08.07.2025 07:42:57
- Zuletzt bearbeitet 18.12.2025 19:20:28
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...
CVE-2025-38236
- EPSS 0.01%
- Veröffentlicht 08.07.2025 07:35:23
- Zuletzt bearbeitet 18.12.2025 19:23:29
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 ...
CVE-2025-38230
- EPSS 0.02%
- 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.04%
- Veröffentlicht 04.07.2025 13:37:44
- Zuletzt bearbeitet 18.12.2025 19:27:26
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.03%
- 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.03%
- 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.03%
- 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.03%
- 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.04%
- Veröffentlicht 04.07.2025 13:37:37
- Zuletzt bearbeitet 18.12.2025 19:48:23
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.04%
- 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...