Lucene search
+L

19021 matches found

Cvelist
Cvelist
added 2024/05/17 2:24 p.m.39 views

CVE-2023-52679 of: Fix double free in of_parse_phandle_with_args_map

In the Linux kernel, the following vulnerability has been resolved: of: Fix double free in ofparsephandlewithargsmap In ofparsephandlewithargsmap the inner loop that iterates through the map entries calls ofnodeputnew to free the reference acquired by the previous iteration of the inner loop. Thi...

7.8CVSS6.5AI score0.00248EPSS
SaveExploits0References8
OSV
OSV
added 2024/05/17 2:24 p.m.15 views

CVE-2023-52679 of: Fix double free in of_parse_phandle_with_args_map

In the Linux kernel, the following vulnerability has been resolved: of: Fix double free in ofparsephandlewithargsmap In ofparsephandlewithargsmap the inner loop that iterates through the map entries calls ofnodeputnew to free the reference acquired by the previous iteration of the inner loop. Thi...

7.8CVSS6.1AI score
SaveExploits0References13
OSV
OSV
added 2024/05/17 2:15 p.m.5 views

DEBIAN-CVE-2024-35835

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix a double-free in arfscreategroups When in allocated by kvzalloc fails, arfscreategroups will free ft-g and return an error. However, arfscreatetable, the only caller of arfscreategroups, will hold this error and ca...

7.8CVSS5.7AI score0.00623EPSS
SaveExploits0References1
NVD
NVD
added 2024/05/17 2:15 p.m.19 views

CVE-2024-35835

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix a double-free in arfscreategroups When in allocated by kvzalloc fails, arfscreategroups will free ft-g and return an error. However, arfscreatetable, the only caller of arfscreategroups, will hold this error and ca...

7.8CVSS7.4AI score0.00623EPSS
SaveExploits0References10
OSV
OSV
added 2024/05/17 2:15 p.m.4 views

DEBIAN-CVE-2024-35824

In the Linux kernel, the following vulnerability has been resolved: misc: lis3lv02di2c: Fix regulators getting en-/dis-abled twice on suspend/resume When not configured for wakeup lis3lv02di2csuspend will call lis3lv02dpoweroff even if the device has already been turned off by the runtime-suspend...

5.5CVSS5.8AI score0.00211EPSS
SaveExploits0References1
NVD
NVD
added 2024/05/17 2:15 p.m.34 views

CVE-2024-35814

In the Linux kernel, the following vulnerability has been resolved: swiotlb: Fix double-allocation of slots due to broken alignment handling Commit bbb73a103fbb "swiotlb: fix a braino in the alignment check fix", which was a fix for commit 0eee5ae10256 "swiotlb: fix slot alignment checks", causes...

8.8CVSS7.7AI score0.00236EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/17 2:15 p.m.4 views

DEBIAN-CVE-2024-35814

In the Linux kernel, the following vulnerability has been resolved: swiotlb: Fix double-allocation of slots due to broken alignment handling Commit bbb73a103fbb "swiotlb: fix a braino in the alignment check fix", which was a fix for commit 0eee5ae10256 "swiotlb: fix slot alignment checks", causes...

8.8CVSS6.1AI score0.00236EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/17 2:15 p.m.5 views

DEBIAN-CVE-2023-52667

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix a potential double-free in fsanycreategroups When kcalloc for ft-g succeeds but kvzalloc for in fails, fsanycreategroups will free ft-g. However, its caller fsanycreatetable will free ft-g again through calling...

7.8CVSS5.9AI score0.00269EPSS
SaveExploits0References1
NVD
NVD
added 2024/05/17 2:15 p.m.23 views

CVE-2023-52667

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix a potential double-free in fsanycreategroups When kcalloc for ft-g succeeds but kvzalloc for in fails, fsanycreategroups will free ft-g. However, its caller fsanycreatetable will free ft-g again through calling...

7.8CVSS7.4AI score0.00269EPSS
SaveExploits0References5
NVD
NVD
added 2024/05/17 2:15 p.m.22 views

CVE-2023-52664

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: eliminate double free in error handling logic Driver has a logic leak in ring data allocation/free, where aqringfree could be called multiple times on same ring, if system is under stress and got memory allocation...

7.8CVSS7.5AI score0.00275EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/17 2:15 p.m.14 views

AZL-54956 CVE-2023-52664 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: eliminate double free in error handling logic Driver has a logic leak in ring data allocation/free, where aqringfree could be called multiple times on same ring, if system is under stress and got memory allocation...

7.8CVSS6.4AI score0.00275EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/17 2:15 p.m.9 views

DEBIAN-CVE-2023-52664

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: eliminate double free in error handling logic Driver has a logic leak in ring data allocation/free, where aqringfree could be called multiple times on same ring, if system is under stress and got memory allocation...

7.8CVSS5.8AI score0.00275EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/05/17 2:15 p.m.30 views

CVE-2023-52667

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix a potential double-free in fsanycreategroups When kcalloc for ft-g succeeds but kvzalloc for in fails, fsanycreategroups will free ft-g. However, its caller fsanycreatetable will free ft-g again through calling...

7.8CVSS6.1AI score0.00269EPSS
SaveExploits0References15
OSV
OSV
added 2024/05/17 2:15 p.m.10 views

UBUNTU-CVE-2024-35814

In the Linux kernel, the following vulnerability has been resolved: swiotlb: Fix double-allocation of slots due to broken alignment handling Commit bbb73a103fbb "swiotlb: fix a braino in the alignment check fix", which was a fix for commit 0eee5ae10256 "swiotlb: fix slot alignment checks", causes...

8.8CVSS6.4AI score0.00236EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2024/05/17 2:15 p.m.31 views

CVE-2024-35814

In the Linux kernel, the following vulnerability has been resolved: swiotlb: Fix double-allocation of slots due to broken alignment handling Commit bbb73a103fbb "swiotlb: fix a braino in the alignment check fix", which was a fix for commit 0eee5ae10256 "swiotlb: fix slot alignment checks", causes...

8.8CVSS6.5AI score0.00236EPSS
SaveExploits0References11
OSV
OSV
added 2024/05/17 2:15 p.m.10 views

UBUNTU-CVE-2023-52667

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix a potential double-free in fsanycreategroups When kcalloc for ft-g succeeds but kvzalloc for in fails, fsanycreategroups will free ft-g. However, its caller fsanycreatetable will free ft-g again through calling...

7.8CVSS6.2AI score0.00269EPSS
SaveExploits0References16
UbuntuCve
UbuntuCve
added 2024/05/17 2:15 p.m.19 views

CVE-2024-35835

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix a double-free in arfscreategroups When in allocated by kvzalloc fails, arfscreategroups will free ft-g and return an error. However, arfscreatetable, the only caller of arfscreategroups, will hold this error and ca...

7.8CVSS6.1AI score0.00623EPSS
SaveExploits0References22
OSV
OSV
added 2024/05/17 2:15 p.m.10 views

UBUNTU-CVE-2023-52664

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: eliminate double free in error handling logic Driver has a logic leak in ring data allocation/free, where aqringfree could be called multiple times on same ring, if system is under stress and got memory allocation...

7.8CVSS6.2AI score0.00275EPSS
SaveExploits0References36
OSV
OSV
added 2024/05/17 2:15 p.m.11 views

UBUNTU-CVE-2024-35835

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix a double-free in arfscreategroups When in allocated by kvzalloc fails, arfscreategroups will free ft-g and return an error. However, arfscreatetable, the only caller of arfscreategroups, will hold this error and ca...

7.8CVSS6.2AI score0.00623EPSS
SaveExploits0References23
UbuntuCve
UbuntuCve
added 2024/05/17 2:15 p.m.30 views

CVE-2023-52664

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: eliminate double free in error handling logic Driver has a logic leak in ring data allocation/free, where aqringfree could be called multiple times on same ring, if system is under stress and got memory allocation...

7.8CVSS6.3AI score0.00275EPSS
SaveExploits0References35
Rows per page
Query Builder