Lucene search
K

362 matches found

RedhatCVE
RedhatCVE
added 2024/11/21 7:13 p.m.15 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.00013EPSS
Exploits0References4
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.1 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.0004EPSS
Exploits0References5
NVD
NVD
added 2024/11/08 6:15 a.m.16 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.00013EPSS
Exploits0References6
NVD
NVD
added 2024/10/21 6:15 p.m.5 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.0001EPSS
Exploits0References13
NVD
NVD
added 2024/10/21 12:15 p.m.14 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.00016EPSS
Exploits0References3
CVE
CVE
added 2024/10/21 11:53 a.m.150 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.00016EPSS
Exploits0References3Affected Software1
SUSE CVE
SUSE CVE
added 2024/09/19 3:10 a.m.1 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.0004EPSS
Exploits0References16
OSV
OSV
added 2024/09/18 7:15 a.m.1 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.0004EPSS
Exploits0References1
RedHat Linux
RedHat Linux
added 2024/08/08 4:53 a.m.1 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.00007EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2024/06/22 4:9 a.m.1 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.00019EPSS
Exploits0References11
OSV
OSV
added 2024/06/20 12:15 p.m.0 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.00019EPSS
Exploits0References1
OSV
OSV
added 2024/06/20 12:15 p.m.1 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.00019EPSS
Exploits0References7
OSV
OSV
added 2024/06/20 11:15 a.m.0 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.00033EPSS
Exploits0References7
Cvelist
Cvelist
added 2024/06/20 11:13 a.m.35 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.00019EPSS
Exploits0References4
Debian CVE
Debian CVE
added 2024/06/20 11:13 a.m.14 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.00019EPSS
Exploits0
OSV
OSV
added 2024/06/20 11:13 a.m.17 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...

7.8CVSS5.9AI score0.00019EPSS
Exploits0References7
Cvelist
Cvelist
added 2024/06/20 11:13 a.m.20 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.00018EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2024/06/20 11:13 a.m.11 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.00018EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2024/06/20 11:13 a.m.19 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.00033EPSS
Exploits0References4
UbuntuCve
UbuntuCve
added 2024/06/20 12:0 a.m.26 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.00033EPSS
Exploits0References6
Rows per page
Query Builder