- EPSS 0.05%
- Published 03.07.2025 07:44:18
- Last modified 09.09.2025 17:15:44
In the Linux kernel, the following vulnerability has been resolved: dma-buf: insert memory barrier before updating num_fences smp_store_mb() inserts memory barrier after storing operation. It is different with what the comment is originally aiming ...
- EPSS 0.05%
- Published 03.07.2025 07:44:17
- Last modified 03.07.2025 15:13:53
In the Linux kernel, the following vulnerability has been resolved: net: cadence: macb: Fix a possible deadlock in macb_halt_tx. There is a situation where after THALT is set high, TGO stays high as well. Because jiffies are never updated, as we ar...
- EPSS 0.03%
- Published 02.07.2025 14:43:31
- Last modified 03.07.2025 15:13:53
In the Linux kernel, the following vulnerability has been resolved: arm64: dts: qcom: x1e80100: Add GPU cooling Unlike the CPU, the GPU does not throttle its speed automatically when it reaches high temperatures. With certain high GPU loads it is p...
- EPSS 0.03%
- Published 02.07.2025 14:43:30
- Last modified 03.07.2025 15:13:53
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: check stream id dml21 wrapper to get plane_id [Why & How] Fix a false positive warning which occurs due to lack of correct checks when querying plane_id in DML21. ...
- EPSS 0.03%
- Published 02.07.2025 14:43:30
- Last modified 03.07.2025 15:13:53
In the Linux kernel, the following vulnerability has been resolved: ksmbd: use list_first_entry_or_null for opinfo_get_list() The list_first_entry() macro never returns NULL. If the list is empty then it returns an invalid pointer. Use list_first...
- EPSS 0.05%
- Published 30.06.2025 07:29:45
- Last modified 30.06.2025 18:38:23
In the Linux kernel, the following vulnerability has been resolved: drivers/rapidio/rio_cm.c: prevent possible heap overwrite In riocm_cdev_ioctl(RIO_CM_CHAN_SEND) -> cm_chan_msg_send() -> riocm_ch_send() cm_chan_msg_send() checks that u...
- EPSS 0.05%
- Published 30.06.2025 07:29:44
- Last modified 30.06.2025 18:38:23
In the Linux kernel, the following vulnerability has been resolved: powerpc/powernv/memtrace: Fix out of bounds issue in memtrace mmap memtrace mmap issue has an out of bounds issue. This patch fixes the by checking that the requested mapping regio...
- EPSS 0.23%
- Published 30.06.2025 07:29:44
- Last modified 03.07.2025 09:15:22
In the Linux kernel, the following vulnerability has been resolved: sunrpc: handle SVC_GARBAGE during svc auth processing as auth error tianshuo han reported a remotely-triggerable crash if the client sends a kernel RPC server a specially crafted p...
- EPSS 0.03%
- Published 30.06.2025 07:29:43
- Last modified 30.06.2025 18:38:23
In the Linux kernel, the following vulnerability has been resolved: net/sched: fix use-after-free in taprio_dev_notifier Since taprio’s taprio_dev_notifier() isn’t protected by an RCU read-side critical section, a race with advance_sched() can lead...
- EPSS 0.05%
- Published 28.06.2025 07:52:58
- Last modified 30.06.2025 18:38:23
In the Linux kernel, the following vulnerability has been resolved: net: ch9200: fix uninitialised access during mii_nway_restart In mii_nway_restart() the code attempts to call mii->mdio_read which is ch9200_mdio_read(). ch9200_mdio_read() utilise...