- EPSS 0.03%
- Published 15.09.2025 14:03:14
- Last modified 15.09.2025 15:22:27
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Pointer may be dereferenced Klocwork tool reported pointer 'rport' returned from call to function fc_bsg_to_rport() may be NULL and will be dereferenced. Add a fix ...
- EPSS 0.03%
- Published 15.09.2025 14:03:13
- Last modified 15.09.2025 15:22:27
In the Linux kernel, the following vulnerability has been resolved: ext4: avoid deadlock in fs reclaim with page writeback Ext4 has a filesystem wide lock protecting ext4_writepages() calls to avoid races with switching of journalled data flag or i...
- EPSS 0.03%
- Published 15.09.2025 14:03:10
- Last modified 15.09.2025 15:22:27
In the Linux kernel, the following vulnerability has been resolved: igb: Fix igb_down hung on surprise removal In a setup where a Thunderbolt hub connects to Ethernet and a display through USB Type-C, users may experience a hung task timeout when t...
- EPSS 0.03%
- Published 15.09.2025 14:03:08
- Last modified 15.09.2025 15:22:27
In the Linux kernel, the following vulnerability has been resolved: xfrm: add NULL check in xfrm_update_ae_params Normally, x->replay_esn and x->preplay_esn should be allocated at xfrm_alloc_replay_state_esn(...) in xfrm_state_construct(...), hence...
- EPSS 0.04%
- Published 15.09.2025 14:03:04
- Last modified 15.09.2025 15:22:27
In the Linux kernel, the following vulnerability has been resolved: drm/sti: Fix return type of sti_{dvo,hda,hdmi}_connector_mode_valid() With clang's kernel control flow integrity (kCFI, CONFIG_CFI_CLANG), indirect call targets are validated again...
- EPSS 0.03%
- Published 15.09.2025 14:02:50
- Last modified 15.09.2025 15:22:27
In the Linux kernel, the following vulnerability has been resolved: drm/msm: Make .remove and .shutdown HW shutdown consistent Drivers' .remove and .shutdown callbacks are executed on different code paths. The former is called when a device is remo...
- EPSS 0.03%
- Published 15.09.2025 14:02:47
- Last modified 15.09.2025 15:22:27
In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: fix race in sock_map_free() sock_map_free() calls release_sock(sk) without owning a reference on the socket. This can cause use-after-free as syzbot found [1] Jakub ...
- EPSS 0.03%
- Published 15.09.2025 14:02:43
- Last modified 15.09.2025 15:22:27
In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: Fix potential stack-out-of-bounds in brcmf_c_preinit_dcmds() This patch fixes a stack-out-of-bounds read in brcmfmac that occurs when 'buf' that is not null-termina...
- EPSS 0.04%
- Published 15.09.2025 14:02:42
- Last modified 15.09.2025 15:22:27
In the Linux kernel, the following vulnerability has been resolved: xen/gntdev: Prevent leaking grants Prior to this commit, if a grant mapping operation failed partially, some of the entries in the map_ops array would be invalid, whereas all of th...
- EPSS 0.02%
- Published 15.09.2025 14:02:39
- Last modified 15.09.2025 15:21:42
In the Linux kernel, the following vulnerability has been resolved: drm/meson: remove drm bridges at aggregate driver unbind time drm bridges added by meson_encoder_hdmi_init and meson_encoder_cvbs_init were not manually removed at module unload ti...