- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:22:14
- Zuletzt bearbeitet 15.09.2025 15:22:27
In the Linux kernel, the following vulnerability has been resolved: xsk: check IFF_UP earlier in Tx path Xsk Tx can be triggered via either sendmsg() or poll() syscalls. These two paths share a call to common function xsk_xmit() which has two sanit...
- EPSS 0.03%
- Veröffentlicht 15.09.2025 14:22:13
- Zuletzt bearbeitet 15.09.2025 15:22:27
In the Linux kernel, the following vulnerability has been resolved: drm/msm/mdp5: Add check for kzalloc As kzalloc may fail and return NULL pointer, it should be better to check the return value in order to avoid the NULL pointer dereference. Patc...
- EPSS 0.03%
- Veröffentlicht 15.09.2025 14:22:12
- Zuletzt bearbeitet 15.09.2025 15:22:27
In the Linux kernel, the following vulnerability has been resolved: phy: hisilicon: Fix an out of bounds check in hisi_inno_phy_probe() The size of array 'priv->ports[]' is INNO_PHY_PORT_NUM. In the for loop, 'i' is used as the index for array 'pr...
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:22:10
- Zuletzt bearbeitet 15.09.2025 15:22:27
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v11_0_hw_fini The gmc.ecc_irq is enabled by firmware per IFWI setting, and the host driver is not privileged to enable/disable the ...
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:22:09
- Zuletzt bearbeitet 15.09.2025 15:22:27
In the Linux kernel, the following vulnerability has been resolved: iommufd: Do not corrupt the pfn list when doing batch carry If batch->end is 0 then setting npfns[0] before computing the new value of pfns will fail to adjust the pfn and result i...
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:22:08
- Zuletzt bearbeitet 15.09.2025 15:22:27
In the Linux kernel, the following vulnerability has been resolved: drm/tests: helpers: Avoid a driver uaf when using __drm_kunit_helper_alloc_drm_device() the driver may be dereferenced by device-managed resources up until the device is freed, whi...
- EPSS 0.04%
- Veröffentlicht 15.09.2025 14:22:07
- Zuletzt bearbeitet 15.09.2025 15:22:27
In the Linux kernel, the following vulnerability has been resolved: watchdog: Fix kmemleak in watchdog_cdev_register kmemleak reports memory leaks in watchdog_dev_register, as follows: unreferenced object 0xffff888116233000 (size 2048): comm ""mo...
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:22:05
- Zuletzt bearbeitet 15.09.2025 15:22:27
In the Linux kernel, the following vulnerability has been resolved: net/smc: fix deadlock triggered by cancel_delayed_work_syn() The following LOCKDEP was detected: Workqueue: events smc_lgr_free_work [smc] WARNING: possible circular locking de...
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:22:04
- Zuletzt bearbeitet 15.09.2025 15:22:27
In the Linux kernel, the following vulnerability has been resolved: mt76: mt7921: fix kernel panic by accessing unallocated eeprom.data The MT7921 driver no longer uses eeprom.data, but the relevant code has not been removed completely since commit...
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:22:03
- Zuletzt bearbeitet 15.09.2025 15:22:27
In the Linux kernel, the following vulnerability has been resolved: erofs: Fix detection of atomic context Current check for atomic context is not sufficient as z_erofs_decompressqueue_endio can be called under rcu lock from blk_mq_flush_plug_list(...