Lucene search
+L

442 matches found

RedhatCVE
RedhatCVE
added 2024/11/21 7:13 p.m.20 views

CVE-2024-50186

In the Linux kernel, the following vulnerability has been resolved: net: explicitly clear the sk pointer, when pf-create fails We have recently noticed the exact same KASAN splat as in commit 6cd4a78d962b "net: do not leave a dangling sk pointer, when socket creation fails". The problem is that...

6.7CVSS6.6AI score0.00233EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.9 views

kernel: soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probe

The TI AM33xx power management driver in the Linux kernel fails to release reference counts acquired via wkupm3ipcget when errors occur during probe. Since the corresponding wkupm3ipcput call is missing from error paths, repeated probe failures gradually exhaust kernel resources...

5.8AI score0.002EPSS
SaveExploits0References5
NVD
NVD
added 2024/11/08 6:15 a.m.23 views

CVE-2024-50186

In the Linux kernel, the following vulnerability has been resolved: net: explicitly clear the sk pointer, when pf-create fails We have recently noticed the exact same KASAN splat as in commit 6cd4a78d962b "net: do not leave a dangling sk pointer, when socket creation fails". The problem is that...

7.8CVSS0.00233EPSS
SaveExploits0References6
NVD
NVD
added 2024/10/21 6:15 p.m.8 views

CVE-2024-49938

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9khtc: Use skbsetlength for resetting urb before resubmit Syzbot points out that skbtrim has a sanity check on the existing length of the skb, which can be uninitialised in some error paths. The intent here is clearly ju...

5.5CVSS0.00259EPSS
SaveExploits0References13
NVD
NVD
added 2024/10/21 12:15 p.m.34 views

CVE-2024-47687

In the Linux kernel, the following vulnerability has been resolved: vdpa/mlx5: Fix invalid mr resource destroy Certain error paths from mlx5vdpadevadd can end up releasing mr resources which never got initialized in the first place. This patch adds the missing check in mlx5vdpadestroymrresources ...

5.5CVSS0.00235EPSS
SaveExploits0References3
CVE
CVE
added 2024/10/21 11:53 a.m.167 views

CVE-2024-47687

The CVE-2024-47687 issue affects the Linux kernel mlx5/vdpa path. It fixes an invalid MR resource destroy where error paths could release uninitialized MR resources. The patch adds a missing check in mlx5_vdpa_destroy_mr_resources() to block destroying non-initialized MR resources, addressing a N...

5.5CVSS4.8AI score0.00235EPSS
SaveExploits0References3Affected Software1
SUSE CVE
SUSE CVE
added 2024/09/19 3:10 a.m.7 views

SUSE CVE-2024-46733

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix qgroup reserve leaks in cowfilerange In the buffered write path, the dirty page owns the qgroup reserve until it creates an orderedextent. Therefore, any errors that occur before the orderedextent is created must free...

5.5CVSS7.2AI score0.00173EPSS
SaveExploits0References16
OSV
OSV
added 2024/09/18 7:15 a.m.3 views

DEBIAN-CVE-2024-46733

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix qgroup reserve leaks in cowfilerange In the buffered write path, the dirty page owns the qgroup reserve until it creates an orderedextent. Therefore, any errors that occur before the orderedextent is created must free...

5.5CVSS5.6AI score0.00173EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2024/08/08 4:53 a.m.19 views

kernel: mmc: sdio: fix possible resource leaks in some error paths

In the Linux kernel, the following vulnerability has been resolved: mmc: sdio: fix possible resource leaks in some error paths If sdioaddfunc or sdioinitfunc fails, sdioremovefunc can not release the resources, because the sdio function is not presented in these two cases, it won't call ofnodeput...

5.5CVSS6.7AI score0.00251EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/06/22 4:09 a.m.5 views

SUSE CVE-2022-48740

In the Linux kernel, the following vulnerability has been resolved: selinux: fix double free of condlist on error paths On error path from condreadlist and duplicatepolicydbcondlist the condlistdestroy gets called a second time in caller functions, resulting in NULL pointer deref. Fix this by...

5.5CVSS6.5AI score0.00245EPSS
SaveExploits0References11
OSV
OSV
added 2024/06/20 12:15 p.m.2 views

DEBIAN-CVE-2022-48740

In the Linux kernel, the following vulnerability has been resolved: selinux: fix double free of condlist on error paths On error path from condreadlist and duplicatepolicydbcondlist the condlistdestroy gets called a second time in caller functions, resulting in NULL pointer deref. Fix this by...

7.8CVSS5.5AI score0.00245EPSS
SaveExploits0References1
OSV
OSV
added 2024/06/20 12:15 p.m.11 views

UBUNTU-CVE-2022-48740

In the Linux kernel, the following vulnerability has been resolved: selinux: fix double free of condlist on error paths On error path from condreadlist and duplicatepolicydbcondlist the condlistdestroy gets called a second time in caller functions, resulting in NULL pointer deref. Fix this by...

7.8CVSS6AI score0.00245EPSS
SaveExploits0References7
OSV
OSV
added 2024/06/20 11:15 a.m.15 views

UBUNTU-CVE-2022-48723

In the Linux kernel, the following vulnerability has been resolved: spi: uniphier: fix reference count leak in uniphierspiprobe The issue happens in several error paths in uniphierspiprobe. When either dmagetslavecaps or devmspiregistermaster returns an error code, the function forgets to decreas...

5.5CVSS5.8AI score0.00222EPSS
SaveExploits0References7
OSV
OSV
added 2024/06/20 11:13 a.m.21 views

CVE-2022-48740 selinux: fix double free of cond_list on error paths

In the Linux kernel, the following vulnerability has been resolved: selinux: fix double free of condlist on error paths On error path from condreadlist and duplicatepolicydbcondlist the condlistdestroy gets called a second time in caller functions, resulting in NULL pointer deref. Fix this by...

5.9AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/06/20 11:13 a.m.23 views

CVE-2022-48740

In the Linux kernel, the following vulnerability has been resolved: selinux: fix double free of condlist on error paths On error path from condreadlist and duplicatepolicydbcondlist the condlistdestroy gets called a second time in caller functions, resulting in NULL pointer deref. Fix this by...

7.8CVSS5.9AI score0.00245EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/06/20 11:13 a.m.48 views

CVE-2022-48740 selinux: fix double free of cond_list on error paths

In the Linux kernel, the following vulnerability has been resolved: selinux: fix double free of condlist on error paths On error path from condreadlist and duplicatepolicydbcondlist the condlistdestroy gets called a second time in caller functions, resulting in NULL pointer deref. Fix this by...

0.00245EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/06/20 11:13 a.m.15 views

CVE-2022-48728 IB/hfi1: Fix AIP early init panic

In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Fix AIP early init panic An early failure in hfi1ipoibsetuprn can lead to the following panic: BUG: unable to handle kernel NULL pointer dereference at 00000000000001b0 PGD 0 P4D 0 Oops: 0002 1 SMP NOPTI Workqueue: event...

6.9AI score0.00235EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/06/20 11:13 a.m.30 views

CVE-2022-48728 IB/hfi1: Fix AIP early init panic

In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Fix AIP early init panic An early failure in hfi1ipoibsetuprn can lead to the following panic: BUG: unable to handle kernel NULL pointer dereference at 00000000000001b0 PGD 0 P4D 0 Oops: 0002 1 SMP NOPTI Workqueue: event...

0.00235EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/06/20 11:13 a.m.23 views

CVE-2022-48723 spi: uniphier: fix reference count leak in uniphier_spi_probe()

In the Linux kernel, the following vulnerability has been resolved: spi: uniphier: fix reference count leak in uniphierspiprobe The issue happens in several error paths in uniphierspiprobe. When either dmagetslavecaps or devmspiregistermaster returns an error code, the function forgets to decreas...

6.8AI score0.00222EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/06/20 12:00 a.m.35 views

CVE-2022-48723

In the Linux kernel, the following vulnerability has been resolved: spi: uniphier: fix reference count leak in uniphierspiprobe The issue happens in several error paths in uniphierspiprobe. When either dmagetslavecaps or devmspiregistermaster returns an error code, the function forgets to decreas...

5.5CVSS5.8AI score0.00222EPSS
SaveExploits0References6
Rows per page
Query Builder