Lucene search
+L

197 matches found

OSV
OSV
added 2026/01/31 12:16 p.m.13 views

UBUNTU-CVE-2026-23022

In the Linux kernel, the following vulnerability has been resolved: idpf: fix memory leak in idpfvccoredeinit Make sure to free hw-lanregs. Reported by kmemleak during reset: unreferenced object 0xff1b913d02a936c0 size 96: comm "kworker/u258:14", pid 2174, jiffies 4294958305 hex dump first 32...

5.5CVSS5.7AI score0.00133EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2026/01/31 12:16 p.m.10 views

CVE-2026-23022

In the Linux kernel, the following vulnerability has been resolved: idpf: fix memory leak in idpfvccoredeinit Make sure to free hw-lanregs. Reported by kmemleak during reset: unreferenced object 0xff1b913d02a936c0 size 96: comm "kworker/u258:14", pid 2174, jiffies 4294958305 hex dump first 32...

5.5CVSS5.7AI score0.00133EPSS
SaveExploits0References10
Debian CVE
Debian CVE
added 2026/01/31 11:39 a.m.12 views

CVE-2026-23023

In the Linux kernel, the following vulnerability has been resolved: idpf: fix memory leak in idpfvportrel Free vport-rxptypelkup in idpfvportrel to avoid leaking memory during a reset. Reported by kmemleak: unreferenced object 0xff450acac838a000 size 4096: comm "kworker/u258:5", pid 7732, jiffies...

5.5CVSS5.1AI score0.00153EPSS
SaveExploits0
CVE
CVE
added 2026/01/31 11:39 a.m.54 views

CVE-2026-23023

CVE-2026-23023 concerns the Linux kernel, where a memory leak was fixed in the idpf driver. The vulnerability arises from not freeing vport->rx_ptype_lkup in idpf_vport_rel(), leading to leaked memory during a reset. The fix frees the memory as part of idpf_vport_rel(), preventing the unrefere...

5.5CVSS5.8AI score0.00153EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/01/31 11:39 a.m.7 views

CVE-2026-23023 idpf: fix memory leak in idpf_vport_rel()

In the Linux kernel, the following vulnerability has been resolved: idpf: fix memory leak in idpfvportrel Free vport-rxptypelkup in idpfvportrel to avoid leaking memory during a reset. Reported by kmemleak: unreferenced object 0xff450acac838a000 size 4096: comm "kworker/u258:5", pid 7732, jiffies...

5.8AI score
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/01/31 11:39 a.m.6 views

CVE-2026-23023

In the Linux kernel, the following vulnerability has been resolved: idpf: fix memory leak in idpfvportrel Free vport-rxptypelkup in idpfvportrel to avoid leaking memory during a reset. Reported by kmemleak: unreferenced object 0xff450acac838a000 size 4096: comm "kworker/u258:5", pid 7732, jiffies...

5.7AI score0.00153EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/01/31 11:39 a.m.8 views

CVE-2026-23022

In the Linux kernel, the following vulnerability has been resolved: idpf: fix memory leak in idpfvccoredeinit Make sure to free hw-lanregs. Reported by kmemleak during reset: unreferenced object 0xff1b913d02a936c0 size 96: comm "kworker/u258:14", pid 2174, jiffies 4294958305 hex dump first 32...

5.7AI score0.00133EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/01/31 11:39 a.m.12 views

CVE-2026-23022 idpf: fix memory leak in idpf_vc_core_deinit()

In the Linux kernel, the following vulnerability has been resolved: idpf: fix memory leak in idpfvccoredeinit Make sure to free hw-lanregs. Reported by kmemleak during reset: unreferenced object 0xff1b913d02a936c0 size 96: comm "kworker/u258:14", pid 2174, jiffies 4294958305 hex dump first 32...

5.8AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/01/31 11:39 a.m.49 views

CVE-2026-23017 idpf: fix error handling in the init_task on load

In the Linux kernel, the following vulnerability has been resolved: idpf: fix error handling in the inittask on load If the inittask fails during a driver load, we end up without vports and netdevs, effectively failing the entire process. In that state a subsequent reset will result in a crash as...

0.00137EPSS
SaveExploits0References2
CVE
CVE
added 2026/01/31 11:39 a.m.51 views

CVE-2026-23017

CVE-2026-23017 affects the Linux kernel idpf driver. Root cause: if init_task fails during driver load, vports/netdevs are not created and a reset can crash while service/mailbox tasks run. Fix: in the init_task error path, disable service/mailbox tasks and stop PTP callbacks; ensures proper clea...

5.5CVSS5.7AI score0.00137EPSS
SaveExploits0References2Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/01/31 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-23022

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - idpf: fix memory leak in idpfvccoredeinit Make sure to free hw-lanregs. Reported by kmemleak during reset: unreferenced object 0xff1b913d02a936c0 size 96: comm...

5.5CVSS5.5AI score0.00133EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/01/28 12:25 a.m.14 views

SUSE CVE-2026-22981

In the Linux kernel, the following vulnerability has been resolved: idpf: detach and close netdevs while handling a reset Protect the reset path from callbacks by setting the netdevs to detached state and close any netdevs in UP state until the reset handling has completed. During a reset, the...

4.4CVSS5.7AI score0.0012EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/01/27 12:27 a.m.10 views

SUSE CVE-2026-22985

In the Linux kernel, the following vulnerability has been resolved: idpf: Fix RSS LUT NULL pointer crash on early ethtool operations The RSS LUT is not initialized until the interface comes up, causing the following NULL pointer crash when ethtool operations like rxhash on/off are performed befor...

4.7CVSS5.7AI score0.0012EPSS
SaveExploits0References20
NVD
NVD
added 2026/01/23 4:15 p.m.14 views

CVE-2026-22985

In the Linux kernel, the following vulnerability has been resolved: idpf: Fix RSS LUT NULL pointer crash on early ethtool operations The RSS LUT is not initialized until the interface comes up, causing the following NULL pointer crash when ethtool operations like rxhash on/off are performed befor...

5.5CVSS0.0012EPSS
SaveExploits0References3
NVD
NVD
added 2026/01/23 4:15 p.m.17 views

CVE-2026-22981

In the Linux kernel, the following vulnerability has been resolved: idpf: detach and close netdevs while handling a reset Protect the reset path from callbacks by setting the netdevs to detached state and close any netdevs in UP state until the reset handling has completed. During a reset, the...

5.5CVSS0.0012EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/01/23 4:15 p.m.8 views

CVE-2026-22981

In the Linux kernel, the following vulnerability has been resolved: idpf: detach and close netdevs while handling a reset Protect the reset path from callbacks by setting the netdevs to detached state and close any netdevs in UP state until the reset handling has completed. During a reset, the...

5.5CVSS5.7AI score0.0012EPSS
SaveExploits0References24
OSV
OSV
added 2026/01/23 4:15 p.m.14 views

UBUNTU-CVE-2026-22985

In the Linux kernel, the following vulnerability has been resolved: idpf: Fix RSS LUT NULL pointer crash on early ethtool operations The RSS LUT is not initialized until the interface comes up, causing the following NULL pointer crash when ethtool operations like rxhash on/off are performed befor...

5.5CVSS5.7AI score0.0012EPSS
SaveExploits0References25
OSV
OSV
added 2026/01/23 4:15 p.m.13 views

UBUNTU-CVE-2026-22981

In the Linux kernel, the following vulnerability has been resolved: idpf: detach and close netdevs while handling a reset Protect the reset path from callbacks by setting the netdevs to detached state and close any netdevs in UP state until the reset handling has completed. During a reset, the...

5.5CVSS5.7AI score0.0012EPSS
SaveExploits0References25
CVE
CVE
added 2026/01/23 3:24 p.m.62 views

CVE-2026-22993

CVE-2026-22993 affects the Linux kernel idpf RSS LUT handling after a soft reset. The vulnerability causes a NULL pointer dereference when an ethtool operation accesses the RSS LUT immediately after reset, due to the LUT being freed and not restored unless the interface is up. The fix updates the...

5.5CVSS5.3AI score0.0012EPSS
SaveExploits0References3Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/01/23 3:24 p.m.3 views

CVE-2026-22993

In the Linux kernel, the following vulnerability has been resolved: idpf: Fix RSS LUT NULL ptr issue after soft reset During soft reset, the RSS LUT is freed and not restored unless the interface is up. If an ethtool command that accesses the rss lut is attempted immediately after reset, it will...

5.5CVSS5.7AI score0.0012EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder