Lucene search
+L

909 matches found

Debian CVE
Debian CVE
added 2024/08/17 9:21 a.m.55 views

CVE-2024-43834

In the Linux kernel, the following vulnerability has been resolved: xdp: fix invalid wait context of pagepooldestroy If the driver uses a page pool, it creates a page pool with pagepoolcreate. The reference count of page pool is 1 as default. A page pool will be destroyed only when a reference...

5.5CVSS5.4AI score0.00247EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/08/15 5:34 a.m.7 views

kernel: net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool()

A vulnerability was found in the Linux kernel's ethtool implementation in the ethtoolgetphystatsethtool function, where the issue arises when a null function pointer is dereferenced if the 'ops-getethtoolphystats' is NULL, potentially leading to a crash...

5.5CVSS7.2AI score0.00228EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2024/08/14 12:00 a.m.192 views

SUSE SLES15: kernel-azure / kernel-azure-devel / kernel-devel-azure / etc (SUSE-SU-2024:2896-1)

The remote SUSE Linux SLES15 / SLESSAP15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2024:2896-1 advisory. The SUSE Linux Enterprise 15 SP6 Azure kernel was updated to receive various security bugfixes. The following security bugs were...

10CVSS7.2AI score0.02701EPSS
SaveExploits4References1253
RedhatCVE
RedhatCVE
added 2024/07/16 7:55 p.m.22 views

CVE-2022-48856

A refcount leak flaw was found in the function gfargettsinfo in the Linux kernel's gianfar Ethernet driver. This issue occurs due to the offindcompatiblenode function incrementing the reference count of a device tree node pointer. Mitigation Mitigation for this issue is either not available or th...

5.5CVSS6.3AI score0.00211EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 7:25 p.m.21 views

CVE-2024-40928

In the Linux kernel, the following vulnerability has been resolved: net: ethtool: fix the error condition in ethtoolgetphystatsethtool Clang static checker scan-build warning: net/ethtool/ioctl.c:line 2233, column 2 Called function pointer is null null dereference. Return '-EOPNOTSUPP' when...

4.4CVSS8.7AI score0.00228EPSS
SaveExploits0References4
NVD
NVD
added 2024/07/16 1:15 p.m.33 views

CVE-2022-48856

In the Linux kernel, the following vulnerability has been resolved: gianfar: ethtool: Fix refcount leak in gfargettsinfo The offindcompatiblenode function returns a node pointer with refcount incremented, We should use ofnodeput on it when done Add the missing ofnodeput to release the refcount...

5.5CVSS0.00211EPSS
SaveExploits0References6
OSV
OSV
added 2024/07/16 1:15 p.m.4 views

DEBIAN-CVE-2022-48856

In the Linux kernel, the following vulnerability has been resolved: gianfar: ethtool: Fix refcount leak in gfargettsinfo The offindcompatiblenode function returns a node pointer with refcount incremented, We should use ofnodeput on it when done Add the missing ofnodeput to release the refcount...

5.5CVSS5.3AI score0.00211EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/16 1:15 p.m.8 views

UBUNTU-CVE-2022-48856

In the Linux kernel, the following vulnerability has been resolved: gianfar: ethtool: Fix refcount leak in gfargettsinfo The offindcompatiblenode function returns a node pointer with refcount incremented, We should use ofnodeput on it when done Add the missing ofnodeput to release the refcount...

5.5CVSS5.9AI score0.00211EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/07/16 1:15 p.m.22 views

CVE-2022-48856

In the Linux kernel, the following vulnerability has been resolved: gianfar: ethtool: Fix refcount leak in gfargettsinfo The offindcompatiblenode function returns a node pointer with refcount incremented, We should use ofnodeput on it when done Add the missing ofnodeput to release the refcount...

5.5CVSS5.9AI score0.00211EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/07/16 12:25 p.m.42 views

CVE-2022-48856 gianfar: ethtool: Fix refcount leak in gfar_get_ts_info

In the Linux kernel, the following vulnerability has been resolved: gianfar: ethtool: Fix refcount leak in gfargettsinfo The offindcompatiblenode function returns a node pointer with refcount incremented, We should use ofnodeput on it when done Add the missing ofnodeput to release the refcount...

0.00211EPSS
SaveExploits0References6
OSV
OSV
added 2024/07/16 12:25 p.m.20 views

CVE-2022-48856 gianfar: ethtool: Fix refcount leak in gfar_get_ts_info

In the Linux kernel, the following vulnerability has been resolved: gianfar: ethtool: Fix refcount leak in gfargettsinfo The offindcompatiblenode function returns a node pointer with refcount incremented, We should use ofnodeput on it when done Add the missing ofnodeput to release the refcount...

5.8AI score
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/07/16 12:25 p.m.16 views

CVE-2022-48856 gianfar: ethtool: Fix refcount leak in gfar_get_ts_info

In the Linux kernel, the following vulnerability has been resolved: gianfar: ethtool: Fix refcount leak in gfargettsinfo The offindcompatiblenode function returns a node pointer with refcount incremented, We should use ofnodeput on it when done Add the missing ofnodeput to release the refcount...

6.7AI score0.00211EPSS
SaveExploits0References6
CVE
CVE
added 2024/07/16 12:25 p.m.96 views

CVE-2022-48856

CVE-2022-48856 concerns the Linux kernel needing a fix for a refcount leak in the gfar_get_ts_info path used by gianfar/ethtool. The description states that of_find_compatible_node() returns a node pointer with an incremented refcount and that the code must call of_node_put() when done to release...

5.5CVSS6.8AI score0.00211EPSS
SaveExploits0References6Affected Software1
SUSE CVE
SUSE CVE
added 2024/07/16 2:34 a.m.5 views

SUSE CVE-2024-40928

In the Linux kernel, the following vulnerability has been resolved: net: ethtool: fix the error condition in ethtoolgetphystatsethtool Clang static checker scan-build warning: net/ethtool/ioctl.c:line 2233, column 2 Called function pointer is null null dereference. Return '-EOPNOTSUPP' when...

3.3CVSS6.7AI score0.00228EPSS
SaveExploits0References10
ATTACKERKB
ATTACKERKB
added 2024/07/12 1:15 p.m.2 views

CVE-2024-40928

In the Linux kernel, the following vulnerability has been resolved: net: ethtool: fix the error condition in ethtoolgetphystatsethtool Clang static checker scan-build warning: net/ethtool/ioctl.c:line 2233, column 2 Called function pointer is null null dereference. Return '-EOPNOTSUPP' when...

5.5CVSS6.4AI score0.00228EPSS
SaveExploits0References7Affected Software1
NVD
NVD
added 2024/07/12 1:15 p.m.24 views

CVE-2024-40928

In the Linux kernel, the following vulnerability has been resolved: net: ethtool: fix the error condition in ethtoolgetphystatsethtool Clang static checker scan-build warning: net/ethtool/ioctl.c:line 2233, column 2 Called function pointer is null null dereference. Return '-EOPNOTSUPP' when...

5.5CVSS0.00228EPSS
SaveExploits0References6
OSV
OSV
added 2024/07/12 1:15 p.m.4 views

DEBIAN-CVE-2024-40928

In the Linux kernel, the following vulnerability has been resolved: net: ethtool: fix the error condition in ethtoolgetphystatsethtool Clang static checker scan-build warning: net/ethtool/ioctl.c:line 2233, column 2 Called function pointer is null null dereference. Return '-EOPNOTSUPP' when...

5.5CVSS5.4AI score0.00228EPSS
SaveExploits0References1
NVD
NVD
added 2024/07/12 1:15 p.m.23 views

CVE-2024-39502

In the Linux kernel, the following vulnerability has been resolved: ionic: fix use after netifnapidel When queues are started, netifnapiadd and napienable are called. If there are 4 queues and only 3 queues are used for the current configuration, only 3 queues' napi should be registered and...

7.8CVSS0.00307EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/07/12 1:15 p.m.17 views

CVE-2024-40928

In the Linux kernel, the following vulnerability has been resolved: net: ethtool: fix the error condition in ethtoolgetphystatsethtool Clang static checker scan-build warning: net/ethtool/ioctl.c:line 2233, column 2 Called function pointer is null null dereference. Return '-EOPNOTSUPP' when...

5.5CVSS6.1AI score0.00228EPSS
SaveExploits0References12
OSV
OSV
added 2024/07/12 1:15 p.m.5 views

UBUNTU-CVE-2024-40928

In the Linux kernel, the following vulnerability has been resolved: net: ethtool: fix the error condition in ethtoolgetphystatsethtool Clang static checker scan-build warning: net/ethtool/ioctl.c:line 2233, column 2 Called function pointer is null null dereference. Return '-EOPNOTSUPP' when...

5.5CVSS6AI score0.00228EPSS
SaveExploits0References13
Rows per page
Query Builder