Lucene search
+L

18 matches found

Cvelist
Cvelist
added 2024/11/07 9:31 a.m.27 views

CVE-2024-50159 firmware: arm_scmi: Fix the double free in scmi_debugfs_common_setup()

In the Linux kernel, the following vulnerability has been resolved: firmware: armscmi: Fix the double free in scmidebugfscommonsetup Clang static checkerscan-build throws below warning: | drivers/firmware/armscmi/driver.c:line 2915, column 2 | Attempt to free released memory. When...

7CVSS0.00224EPSS
SaveExploits0References3
OSV
OSV
added 2024/11/07 9:31 a.m.19 views

CVE-2024-50159 firmware: arm_scmi: Fix the double free in scmi_debugfs_common_setup()

In the Linux kernel, the following vulnerability has been resolved: firmware: armscmi: Fix the double free in scmidebugfscommonsetup Clang static checkerscan-build throws below warning: | drivers/firmware/armscmi/driver.c:line 2915, column 2 | Attempt to free released memory. When...

7CVSS7.2AI score
SaveExploits0References6
Cvelist
Cvelist
added 2024/11/07 9:31 a.m.24 views

CVE-2024-50152 smb: client: fix possible double free in smb2_set_ea()

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix possible double free in smb2setea Clang static checkerscan-build warning: fs/smb/client/smb2ops.c:1304:2: Attempt to free released memory. 1304 | kfreeea; | ^ There is a double free in such case: 'ea is initializ...

9.8CVSS0.00481EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/09/04 10:15 p.m.21 views

CVE-2024-44992

In the Linux kernel, the following vulnerability has been resolved: smb/client: avoid possible NULL dereference in cifsfreesubrequest Clang static checker scan-build warning: cifsglob.h:line 890, column 3 Access to field 'ops' results in a dereference of a null pointer. Commit 519be989717c "cifs:...

5.5CVSS6.8AI score0.00435EPSS
SaveExploits0References4
NVD
NVD
added 2024/09/04 8:15 p.m.36 views

CVE-2024-44992

In the Linux kernel, the following vulnerability has been resolved: smb/client: avoid possible NULL dereference in cifsfreesubrequest Clang static checker scan-build warning: cifsglob.h:line 890, column 3 Access to field 'ops' results in a dereference of a null pointer. Commit 519be989717c "cifs:...

7.5CVSS0.00435EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/09/04 8:15 p.m.22 views

CVE-2024-44992

In the Linux kernel, the following vulnerability has been resolved: smb/client: avoid possible NULL dereference in cifsfreesubrequest Clang static checker scan-build warning: cifsglob.h:line 890, column 3 Access to field 'ops' results in a dereference of a null pointer. Commit 519be989717c "cifs:...

7.5CVSS5.9AI score0.00435EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/09/04 7:54 p.m.47 views

CVE-2024-44992 smb/client: avoid possible NULL dereference in cifs_free_subrequest()

In the Linux kernel, the following vulnerability has been resolved: smb/client: avoid possible NULL dereference in cifsfreesubrequest Clang static checker scan-build warning: cifsglob.h:line 890, column 3 Access to field 'ops' results in a dereference of a null pointer. Commit 519be989717c "cifs:...

7.5CVSS0.00435EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/09/04 7:54 p.m.68 views

CVE-2024-44992

In the Linux kernel, the following vulnerability has been resolved: smb/client: avoid possible NULL dereference in cifsfreesubrequest Clang static checker scan-build warning: cifsglob.h:line 890, column 3 Access to field 'ops' results in a dereference of a null pointer. Commit 519be989717c "cifs:...

7.5CVSS5.4AI score0.00435EPSS
SaveExploits0
OSV
OSV
added 2024/09/04 7:54 p.m.22 views

CVE-2024-44992 smb/client: avoid possible NULL dereference in cifs_free_subrequest()

In the Linux kernel, the following vulnerability has been resolved: smb/client: avoid possible NULL dereference in cifsfreesubrequest Clang static checker scan-build warning: cifsglob.h:line 890, column 3 Access to field 'ops' results in a dereference of a null pointer. Commit 519be989717c "cifs:...

7.5CVSS5AI score
SaveExploits0References5
CVE
CVE
added 2024/09/04 7:54 p.m.162 views

CVE-2024-44992

The CVE-2024-44992 issue affects the Linux kernel SMB/CIFS client code, specifically a possible NULL dereference in cifs_free_subrequest() when handling rdata->server. The root cause is code that could dereference rdata->server->ops->add_credits() if rdata->credits.value != 0 and r...

7.5CVSS5.2AI score0.00435EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/07/12 12:25 p.m.39 views

CVE-2024-40928 net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool()

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...

0.00228EPSS
SaveExploits0References6
CVE
CVE
added 2024/07/12 12:25 p.m.123 views

CVE-2024-40928

CVE-2024-40928 – Linux kernel ethtool statistics fix : The issue arises from a null function pointer in ethtool_get_phy_stats when performing phy stats ioctl. The patch fixes the error handling by returning -EOPNOTSUPP when ops->get_ethtool_phy_stats is NULL, preventing a null-dereference in n...

5.5CVSS6.5AI score0.00228EPSS
SaveExploits0References6Affected Software1
Vulnrichment
Vulnrichment
added 2024/07/12 12:25 p.m.18 views

CVE-2024-40928 net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool()

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...

6.7AI score0.00228EPSS
SaveExploits0References6
OSV
OSV
added 2024/07/12 12:25 p.m.38 views

CVE-2024-40928 net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool()

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.9AI score
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/05/30 4:15 p.m.25 views

CVE-2024-36030

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: fix the double free in rvunpcfreemem Clang static checkerscan-build warning: drivers/net/ethernet/marvell/octeontx2/af/rvunpc.c:line 2184, column 2 Attempt to free released memory. npcmcamrsrcsdeinit has released...

7.1CVSS6.3AI score0.00227EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2024/05/30 3:19 p.m.31 views

CVE-2024-36030 octeontx2-af: fix the double free in rvu_npc_freemem()

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: fix the double free in rvunpcfreemem Clang static checkerscan-build warning: drivers/net/ethernet/marvell/octeontx2/af/rvunpc.c:line 2184, column 2 Attempt to free released memory. npcmcamrsrcsdeinit has released...

6.5AI score0.00227EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/05/30 3:19 p.m.23 views

CVE-2024-36030 octeontx2-af: fix the double free in rvu_npc_freemem()

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: fix the double free in rvunpcfreemem Clang static checkerscan-build warning: drivers/net/ethernet/marvell/octeontx2/af/rvunpc.c:line 2184, column 2 Attempt to free released memory. npcmcamrsrcsdeinit has released...

6.9AI score0.00227EPSS
SaveExploits0References2
OSV
OSV
added 2024/05/30 3:19 p.m.19 views

CVE-2024-36030 octeontx2-af: fix the double free in rvu_npc_freemem()

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: fix the double free in rvunpcfreemem Clang static checkerscan-build warning: drivers/net/ethernet/marvell/octeontx2/af/rvunpc.c:line 2184, column 2 Attempt to free released memory. npcmcamrsrcsdeinit has released...

7.1CVSS6.1AI score
SaveExploits0References5
Rows per page
Query Builder