Lucene search
+L

883 matches found

OSV
OSV
added 2024/07/29 4:26 p.m.17 views

CVE-2024-42090 pinctrl: fix deadlock in create_pinctrl() when handling -EPROBE_DEFER

In the Linux kernel, the following vulnerability has been resolved: pinctrl: fix deadlock in createpinctrl when handling -EPROBEDEFER In createpinctrl, pinctrlmapsmutex is acquired before calling addsetting. If addsetting returns -EPROBEDEFER, createpinctrl calls pinctrlfree. However, pinctrlfree...

6.2AI score
SaveExploits0References13
Vulnrichment
Vulnrichment
added 2024/07/29 4:26 p.m.12 views

CVE-2024-42090 pinctrl: fix deadlock in create_pinctrl() when handling -EPROBE_DEFER

In the Linux kernel, the following vulnerability has been resolved: pinctrl: fix deadlock in createpinctrl when handling -EPROBEDEFER In createpinctrl, pinctrlmapsmutex is acquired before calling addsetting. If addsetting returns -EPROBEDEFER, createpinctrl calls pinctrlfree. However, pinctrlfree...

6.7AI score0.00187EPSS
SaveExploits0References8
CVE
CVE
added 2024/07/29 4:26 p.m.217 views

CVE-2024-42090

The CVE CVE-2024-42090 affects the Linux kernel pinctrl subsystem. Root cause: in create_pinctrl(), pinctrl_maps_mutex is held when add_setting() can return -EPROBE_DEFER, and the code then calls pinctrl_free(), which attempts to re-acquire pinctrl_maps_mutex, risking a deadlock. The patch fixes ...

5.5CVSS6.6AI score0.00187EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2024/07/29 4:26 p.m.60 views

CVE-2024-42090 pinctrl: fix deadlock in create_pinctrl() when handling -EPROBE_DEFER

In the Linux kernel, the following vulnerability has been resolved: pinctrl: fix deadlock in createpinctrl when handling -EPROBEDEFER In createpinctrl, pinctrlmapsmutex is acquired before calling addsetting. If addsetting returns -EPROBEDEFER, createpinctrl calls pinctrlfree. However, pinctrlfree...

0.00187EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2024/07/17 4:19 a.m.10 views

SUSE CVE-2022-48782

In the Linux kernel, the following vulnerability has been resolved: mctp: fix use after free Clang static analysis reports this problem route.c:425:4: warning: Use of memory after it is freed tracemctpkeyacquirekey; ^ When mctpkeyadd fails, key is freed but then is later used in...

7.8CVSS6.5AI score0.003EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/07/16 10:57 p.m.24 views

CVE-2022-48782

In the Linux kernel, the following vulnerability has been resolved: mctp: fix use after free Clang static analysis reports this problem route.c:425:4: warning: Use of memory after it is freed tracemctpkeyacquirekey; ^ When mctpkeyadd fails, key is freed but then is later used in...

7.8CVSS7.5AI score0.003EPSS
SaveExploits0References4
NVD
NVD
added 2024/07/16 12:15 p.m.32 views

CVE-2022-48782

In the Linux kernel, the following vulnerability has been resolved: mctp: fix use after free Clang static analysis reports this problem route.c:425:4: warning: Use of memory after it is freed tracemctpkeyacquirekey; ^ When mctpkeyadd fails, key is freed but then is later used in...

8.8CVSS0.003EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/07/16 12:15 p.m.16 views

CVE-2022-48782

In the Linux kernel, the following vulnerability has been resolved: mctp: fix use after free Clang static analysis reports this problem route.c:425:4: warning: Use of memory after it is freed tracemctpkeyacquirekey; ^ When mctpkeyadd fails, key is freed but then is later used in...

8.8CVSS6.6AI score0.003EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/07/16 11:13 a.m.40 views

CVE-2022-48782 mctp: fix use after free

In the Linux kernel, the following vulnerability has been resolved: mctp: fix use after free Clang static analysis reports this problem route.c:425:4: warning: Use of memory after it is freed tracemctpkeyacquirekey; ^ When mctpkeyadd fails, key is freed but then is later used in...

8.8CVSS0.003EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/07/16 11:13 a.m.17 views

CVE-2022-48782 mctp: fix use after free

In the Linux kernel, the following vulnerability has been resolved: mctp: fix use after free Clang static analysis reports this problem route.c:425:4: warning: Use of memory after it is freed tracemctpkeyacquirekey; ^ When mctpkeyadd fails, key is freed but then is later used in...

8.8CVSS6.9AI score0.003EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2024/07/13 2:37 a.m.13 views

SUSE CVE-2024-39499

In the Linux kernel, the following vulnerability has been resolved: vmci: prevent speculation leaks by sanitizing event in eventdeliver Coverity spotted that eventmsg is controlled by user-space, eventmsg-eventdata.event is passed to eventdeliver and used as an index without sanitization. This...

5.5CVSS6.4AI score0.00298EPSS
SaveExploits0References17
OSV
OSV
added 2024/07/12 1:15 p.m.13 views

UBUNTU-CVE-2024-40939

In the Linux kernel, the following vulnerability has been resolved: net: wwan: iosm: Fix tainted pointer delete is case of region creation fail In case of region creation fail in ipcdevlinkcreateregion, previously created regions delete process starts from tainted pointer which actually holds err...

7.8CVSS6.2AI score0.00261EPSS
SaveExploits0References14
Vulnrichment
Vulnrichment
added 2024/07/12 12:20 p.m.19 views

CVE-2024-39499 vmci: prevent speculation leaks by sanitizing event in event_deliver()

In the Linux kernel, the following vulnerability has been resolved: vmci: prevent speculation leaks by sanitizing event in eventdeliver Coverity spotted that eventmsg is controlled by user-space, eventmsg-eventdata.event is passed to eventdeliver and used as an index without sanitization. This...

6.5AI score0.00298EPSS
SaveExploits0References8
OSV
OSV
added 2024/07/12 12:20 p.m.36 views

CVE-2024-39499 vmci: prevent speculation leaks by sanitizing event in event_deliver()

In the Linux kernel, the following vulnerability has been resolved: vmci: prevent speculation leaks by sanitizing event in eventdeliver Coverity spotted that eventmsg is controlled by user-space, eventmsg-eventdata.event is passed to eventdeliver and used as an index without sanitization. This...

6.2AI score
SaveExploits0References12
Spring Security Advisories
Spring Security Advisories
added 2024/06/25 12:0 a.m.57 views

This Week in Spring - June 25th, 2024

Hi, Spring fans! Welcome to another installment of This Week in Spring! As I write this I'm in beautiful Amsterdam, having visited with customers and spoken at a local Java User Group. Now I'm off to lovely London, UK. Last week I was in Krakow, Poland, for the amazing Devoxx PL event, and in Par...

7.1AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/06/22 3:40 a.m.6 views

SUSE CVE-2024-33619

In the Linux kernel, the following vulnerability has been resolved: efi: libstub: only free priv.runtimemap when allocated priv.runtimemap is only allocated when efinovamap is not set. Otherwise, it is an uninitialized value. In the error path, it is freed unconditionally. Avoid passing an...

4.4CVSS6.2AI score0.0025EPSS
SaveExploits0References13
OSV
OSV
added 2024/06/21 11:15 a.m.2 views

DEBIAN-CVE-2024-38637

In the Linux kernel, the following vulnerability has been resolved: greybus: lights: check return of getchannelfrommode If channel for the given node is not found we return null from getchannelfrommode. Make sure we validate the return pointer before using it in two of the missing places. This wa...

5.5CVSS5.9AI score0.00231EPSS
SaveExploits0References1
NVD
NVD
added 2024/06/21 11:15 a.m.33 views

CVE-2024-33619

In the Linux kernel, the following vulnerability has been resolved: efi: libstub: only free priv.runtimemap when allocated priv.runtimemap is only allocated when efinovamap is not set. Otherwise, it is an uninitialized value. In the error path, it is freed unconditionally. Avoid passing an...

7.8CVSS0.0025EPSS
SaveExploits0References4
OSV
OSV
added 2024/06/21 11:15 a.m.22 views

UBUNTU-CVE-2024-33619

In the Linux kernel, the following vulnerability has been resolved: efi: libstub: only free priv.runtimemap when allocated priv.runtimemap is only allocated when efinovamap is not set. Otherwise, it is an uninitialized value. In the error path, it is freed unconditionally. Avoid passing an...

7.8CVSS5.8AI score0.0025EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
added 2024/06/21 11:15 a.m.29 views

CVE-2024-33619

In the Linux kernel, the following vulnerability has been resolved: efi: libstub: only free priv.runtimemap when allocated priv.runtimemap is only allocated when efinovamap is not set. Otherwise, it is an uninitialized value. In the error path, it is freed unconditionally. Avoid passing an...

7.8CVSS5.8AI score0.0025EPSS
SaveExploits0References13
Rows per page
Query Builder