Lucene search
+L

5511 matches found

OSV
OSV
added 2024/07/16 1:15 p.m.5 views

DEBIAN-CVE-2022-48858

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix a race on command flush flow Fix a refcount use after free warning due to a race on command entry. Such race occurs when one of the commands releases its last refcount and frees its index and entry while another...

7CVSS5.4AI score0.00178EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/16 1:15 p.m.6 views

DEBIAN-CVE-2022-48859

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: Add missing ofnodeput in presteraswitchsetbasemacaddr This node pointer is returned by offindcompatiblenode with refcount incremented. Calling ofnodeput to aovid the refcount leak...

5.5CVSS4.6AI score0.0021EPSS
SaveExploits0References1
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
OSV
OSV
added 2024/07/16 1:15 p.m.6 views

UBUNTU-CVE-2022-48860

In the Linux kernel, the following vulnerability has been resolved: ethernet: Fix error handling in xemacliteofprobe This node pointer is returned by ofparsephandle with refcount incremented in this function. Calling ofnodeput to avoid the refcount leak. As the remove function do...

5.5CVSS6.2AI score0.00216EPSS
SaveExploits0References11
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
OSV
OSV
added 2024/07/16 1:15 p.m.8 views

UBUNTU-CVE-2022-48859

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: Add missing ofnodeput in presteraswitchsetbasemacaddr This node pointer is returned by offindcompatiblenode with refcount incremented. Calling ofnodeput to aovid the refcount leak...

5.5CVSS5.7AI score0.0021EPSS
SaveExploits0References6
OSV
OSV
added 2024/07/16 1:15 p.m.7 views

UBUNTU-CVE-2022-48858

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix a race on command flush flow Fix a refcount use after free warning due to a race on command entry. Such race occurs when one of the commands releases its last refcount and frees its index and entry while another...

7CVSS5.9AI score0.00178EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/07/16 12:25 p.m.20 views

CVE-2022-48860 ethernet: Fix error handling in xemaclite_of_probe

In the Linux kernel, the following vulnerability has been resolved: ethernet: Fix error handling in xemacliteofprobe This node pointer is returned by ofparsephandle with refcount incremented in this function. Calling ofnodeput to avoid the refcount leak. As the remove function do...

6.7AI score0.00216EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/07/16 12:25 p.m.41 views

CVE-2022-48859 net: marvell: prestera: Add missing of_node_put() in prestera_switch_set_base_mac_addr

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: Add missing ofnodeput in presteraswitchsetbasemacaddr This node pointer is returned by offindcompatiblenode with refcount incremented. Calling ofnodeput to aovid the refcount leak...

0.0021EPSS
SaveExploits0References3
CVE
CVE
added 2024/07/16 12:25 p.m.88 views

CVE-2022-48859

CVE-2022-48859 concerns the Linux kernel fix for a refcount leak in the marvell prestera path. The issue arises from a missing of_node_put() return value from of_find_compatible_node(), which increments a node’s refcount; without a corresponding of_node_put(), the reference could leak. The OSV en...

5.5CVSS6.8AI score0.0021EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/07/16 12:25 p.m.13 views

CVE-2022-48859 net: marvell: prestera: Add missing of_node_put() in prestera_switch_set_base_mac_addr

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: Add missing ofnodeput in presteraswitchsetbasemacaddr This node pointer is returned by offindcompatiblenode with refcount incremented. Calling ofnodeput to aovid the refcount leak...

6.7AI score0.0021EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/07/16 12:25 p.m.22 views

CVE-2022-48858 net/mlx5: Fix a race on command flush flow

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix a race on command flush flow Fix a refcount use after free warning due to a race on command entry. Such race occurs when one of the commands releases its last refcount and frees its index and entry while another...

7CVSS7.2AI score0.00178EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/07/16 12:25 p.m.41 views

CVE-2022-48858 net/mlx5: Fix a race on command flush flow

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix a race on command flush flow Fix a refcount use after free warning due to a race on command entry. Such race occurs when one of the commands releases its last refcount and frees its index and entry while another...

7CVSS0.00178EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/07/16 12:25 p.m.32 views

CVE-2022-48858

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix a race on command flush flow Fix a refcount use after free warning due to a race on command entry. Such race occurs when one of the commands releases its last refcount and frees its index and entry while another...

7CVSS5.4AI score0.00178EPSS
SaveExploits0
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
Debian CVE
Debian CVE
added 2024/07/16 12:25 p.m.40 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.3AI score0.00211EPSS
SaveExploits0
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.95 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
OSV
OSV
added 2024/07/16 12:15 p.m.9 views

DEBIAN-CVE-2022-48823

In the Linux kernel, the following vulnerability has been resolved: scsi: qedf: Fix refcount issue when LOGO is received during TMF Hung task call trace was seen during LOGO processing. 974.309060 0000:00:00.0:qedfehdevicereset:868: 1:0:2:0: LUN RESET Issued... 974.309065...

5.5CVSS5.2AI score0.00281EPSS
SaveExploits0References1
NVD
NVD
added 2024/07/16 12:15 p.m.25 views

CVE-2022-48823

In the Linux kernel, the following vulnerability has been resolved: scsi: qedf: Fix refcount issue when LOGO is received during TMF Hung task call trace was seen during LOGO processing. 974.309060 0000:00:00.0:qedfehdevicereset:868: 1:0:2:0: LUN RESET Issued... 974.309065...

5.5CVSS0.00281EPSS
SaveExploits0References5
Rows per page
Query Builder