- EPSS 0.04%
- Published 18.09.2025 16:15:44
- Last modified 19.09.2025 16:00:27
In the Linux kernel, the following vulnerability has been resolved: scsi: fcoe: Fix transport not deattached when fcoe_if_init() fails fcoe_init() calls fcoe_transport_attach(&fcoe_sw_transport), but when fcoe_if_init() fails, &fcoe_sw_transport is...
- EPSS 0.04%
- Published 18.09.2025 16:15:44
- Last modified 19.09.2025 16:00:27
In the Linux kernel, the following vulnerability has been resolved: parisc: led: Fix potential null-ptr-deref in start_task() start_task() calls create_singlethread_workqueue() and not checked the ret value, which may return NULL. And a null-ptr-de...
- EPSS 0.02%
- Published 18.09.2025 16:15:44
- Last modified 19.09.2025 16:00:27
In the Linux kernel, the following vulnerability has been resolved: irqchip/wpcm450: Fix memory leak in wpcm450_aic_of_init() If of_iomap() failed, 'aic' should be freed before return. Otherwise there is a memory leak.
- EPSS 0.03%
- Published 18.09.2025 16:15:43
- Last modified 19.09.2025 16:00:27
In the Linux kernel, the following vulnerability has been resolved: drivers/md/md-bitmap: check the return value of md_bitmap_get_counter() Check the return value of md_bitmap_get_counter() in case it returns NULL pointer, which will result in a nu...
- EPSS 0.03%
- Published 18.09.2025 16:15:43
- Last modified 22.09.2025 20:15:36
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
- EPSS 0.02%
- Published 18.09.2025 16:15:43
- Last modified 19.09.2025 16:00:27
In the Linux kernel, the following vulnerability has been resolved: fbdev: fbcon: release buffer when fbcon_do_set_font() failed syzbot is reporting memory leak at fbcon_do_set_font() [1], for commit a5a923038d70 ("fbdev: fbcon: Properly revert cha...
- EPSS 0.04%
- Published 18.09.2025 16:15:43
- Last modified 19.09.2025 16:00:27
In the Linux kernel, the following vulnerability has been resolved: net/tunnel: wait until all sk_user_data reader finish before releasing the sock There is a race condition in vxlan that when deleting a vxlan device during receiving packets, there...
- EPSS 0.02%
- Published 18.09.2025 16:15:43
- Last modified 19.09.2025 16:00:27
In the Linux kernel, the following vulnerability has been resolved: iomap: iomap: fix memory corruption when recording errors during writeback Every now and then I see this crash on arm64: Unable to handle kernel NULL pointer dereference at virtua...
- EPSS 0.02%
- Published 18.09.2025 16:15:43
- Last modified 19.09.2025 16:00:27
In the Linux kernel, the following vulnerability has been resolved: crypto: hisilicon/qm - increase the memory of local variables Increase the buffer to prevent stack overflow by fuzz test. The maximum length of the qos configuration buffer is 256 ...
- EPSS 0.04%
- Published 18.09.2025 16:15:42
- Last modified 19.09.2025 16:00:27
In the Linux kernel, the following vulnerability has been resolved: nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failure On error situation `clp->cl_cb_conn.cb_xprt` should not be given a reference to the xprt otherwise both client cl...