Lucene search
+L

248055 matches found

Cvelist
Cvelist
added 5 days ago29 views

CVE-2026-72391 net: phy: sfp: free mii_bus in sfp_i2c_mdiobus_destroy

In the Linux kernel, the following vulnerability has been resolved: net: phy: sfp: free miibus in sfpi2cmdiobusdestroy sfpi2cmdiobuscreate allocates the I2C MDIO bus with mdioi2calloc, a plain non-devm allocation, and registers it. sfpi2cmdiobusdestroy only unregisters the bus and clears sfp-i2cm...

0.00205EPSS
SaveExploits0References6
CVE
CVE
added 5 days ago25 views

CVE-2026-72390

The CVE-2026-72390 issue is in the Linux kernel net/sched sch_teql implementation. The teql master->slaves singly linked list was not protected against concurrent writes, allowing a slab-use-after-free via teql_master_xmit() while another CPU could hold a stale pointer to the list. The fix add...

7.8CVSS5.5AI score0.00162EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 5 days ago7 views

CVE-2026-72390

In the Linux kernel, the following vulnerability has been resolved: net/sched: schteql: Introduce slaveslock to avoid race condition and UAF The teql master-slaves singly linked list is not protected against multiple writes. It can be mod'ed concurently from teqlmasterxmit, teqldequeue, teqlinit...

7.8CVSS5.5AI score0.00162EPSS
SaveExploits0
OSV
OSV
added 5 days ago3 views

CVE-2026-72391 net: phy: sfp: free mii_bus in sfp_i2c_mdiobus_destroy

In the Linux kernel, the following vulnerability has been resolved: net: phy: sfp: free miibus in sfpi2cmdiobusdestroy sfpi2cmdiobuscreate allocates the I2C MDIO bus with mdioi2calloc, a plain non-devm allocation, and registers it. sfpi2cmdiobusdestroy only unregisters the bus and clears sfp-i2cm...

5.5AI score
SaveExploits0References9
Cvelist
Cvelist
added 5 days ago26 views

CVE-2026-72389 bridge: stp: Fix a potential use-after-free when deleting a bridge

In the Linux kernel, the following vulnerability has been resolved: bridge: stp: Fix a potential use-after-free when deleting a bridge The three STP timers are not supposed to be armed while the bridge is administratively down. They are synchronously deactivated when the bridge is put...

7.8CVSS0.0016EPSS
SaveExploits0References7
OSV
OSV
added 5 days ago7 views

CVE-2026-72389 bridge: stp: Fix a potential use-after-free when deleting a bridge

In the Linux kernel, the following vulnerability has been resolved: bridge: stp: Fix a potential use-after-free when deleting a bridge The three STP timers are not supposed to be armed while the bridge is administratively down. They are synchronously deactivated when the bridge is put...

7.8CVSS5.6AI score
SaveExploits0References10
CVE
CVE
added 5 days ago27 views

CVE-2026-72389

The vulnerability CVE-2026-72389 affects the Linux kernel’s bridge STP implementation. The root cause is a missing IFF_UP check in br_topology_change_detection(), which could allow arming the topology change timer while a bridge is administratively down, potentially causing a use-after-free when ...

7.8CVSS5.4AI score0.0016EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 5 days ago5 views

CVE-2026-72389

In the Linux kernel, the following vulnerability has been resolved: bridge: stp: Fix a potential use-after-free when deleting a bridge The three STP timers are not supposed to be armed while the bridge is administratively down. They are synchronously deactivated when the bridge is put...

7.8CVSS5.5AI score0.0016EPSS
SaveExploits0
EUVD
EUVD
added 5 days ago5 views

EUVD-2026-59288

In the Linux kernel, the following vulnerability has been resolved: bridge: stp: Fix a potential use-after-free when deleting a bridge The three STP timers are not supposed to be armed while the bridge is administratively down. They are synchronously deactivated when the bridge is put...

5.5AI score0.0016EPSS
SaveExploits0References7
OSV
OSV
added 5 days ago6 views

CVE-2026-72387 drm/panthor: Fix potential invalid pointer deref in group_process_tiler_oom()

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix potential invalid pointer deref in groupprocesstileroom If heaps is an ERRPTR, panthorheappoolput will deref an invalid pointer. Make sure we set it to NULL in that case...

5.5AI score
SaveExploits0References7
CVE
CVE
added 5 days ago17 views

CVE-2026-72387

The vulnerability CVE-2026-72387 affects the Linux kernel's DRM panthor path. A potential invalid pointer dereference could occur in group_process_tiler_oom() when heaps is an ERR_PTR(); panthor_heap_pool_put() could dereference that pointer. The fix ensures the pointer is set to NULL in that cas...

5.3AI score0.002EPSS
SaveExploits0References4
CVE
CVE
added 5 days ago15 views

CVE-2026-72388

The CVE-2026-72388 entry concerns the Linux kernel DRM/Panthor driver. Root cause: when acquiring the dma_fence lock, drivers can be reached from hardirq context, requiring the IRQ-safe variant and a guard-model switch. Affected component is drm/panthor in the kernel’s fence handling; fix involve...

5.3AI score0.00189EPSS
SaveExploits0References2
EUVD
EUVD
added 5 days ago5 views

EUVD-2026-59286

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix potential invalid pointer deref in groupprocesstileroom If heaps is an ERRPTR, panthorheappoolput will deref an invalid pointer. Make sure we set it to NULL in that case...

5.4AI score0.002EPSS
SaveExploits0References4
EUVD
EUVD
added 5 days ago5 views

EUVD-2026-59287

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Always use the IRQ-safe variant when acquiring the fence lock Since dmafence objects can be shared with other subsystems, they may be accessed from hardirq context in those drivers, and we have to take that into...

5.3AI score0.00189EPSS
SaveExploits0References2
Cvelist
Cvelist
added 5 days ago32 views

CVE-2026-72388 drm/panthor: Always use the IRQ-safe variant when acquiring the fence lock

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Always use the IRQ-safe variant when acquiring the fence lock Since dmafence objects can be shared with other subsystems, they may be accessed from hardirq context in those drivers, and we have to take that into...

0.00189EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 5 days ago5 views

CVE-2026-72388

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Always use the IRQ-safe variant when acquiring the fence lock Since dmafence objects can be shared with other subsystems, they may be accessed from hardirq context in those drivers, and we have to take that into...

5.3AI score0.00189EPSS
SaveExploits0
Debian CVE
Debian CVE
added 5 days ago6 views

CVE-2026-72387

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix potential invalid pointer deref in groupprocesstileroom If heaps is an ERRPTR, panthorheappoolput will deref an invalid pointer. Make sure we set it to NULL in that case...

5.4AI score0.002EPSS
SaveExploits0
Cvelist
Cvelist
added 5 days ago31 views

CVE-2026-72386 drm/panthor: Fix a leak when a group is evicted before the tiler OOM is serviced

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix a leak when a group is evicted before the tiler OOM is serviced A group ref is tied to the pending tileroomwork, so we need to release it if the cancel was effective...

0.002EPSS
SaveExploits0References4
Cvelist
Cvelist
added 5 days ago30 views

CVE-2026-72385 tracing/fprobe: Fix NULL pointer dereference in fprobe_fgraph_entry()

In the Linux kernel, the following vulnerability has been resolved: tracing/fprobe: Fix NULL pointer dereference in fprobefgraphentry fprobefgraphentry sizes a shadow-stack reservation in one walk of the per-ip fprobe list and fills it in a second walk, both under rcureadlock only. A fprobe...

0.00198EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 5 days ago6 views

CVE-2026-72386

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix a leak when a group is evicted before the tiler OOM is serviced A group ref is tied to the pending tileroomwork, so we need to release it if the cancel was effective...

5.4AI score0.002EPSS
SaveExploits0
Rows per page
Query Builder