Lucene search
+L

232 matches found

NVD
NVD
added 2024/07/16 12:15 p.m.30 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.8CVSS0.00216EPSS
SaveExploits0References2
OSV
OSV
added 2024/07/16 12:15 p.m.27 views

UBUNTU-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.8CVSS5.7AI score0.00216EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/07/16 12:15 p.m.15 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.8CVSS6.6AI score0.00216EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/07/16 11:13 a.m.34 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...

0.00216EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/07/16 11:13 a.m.16 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...

6.9AI score0.00216EPSS
SaveExploits0References2
OSV
OSV
added 2024/07/16 11:13 a.m.22 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...

7.8CVSS6.7AI score0.00216EPSS
SaveExploits0References5
CVE
CVE
added 2024/07/16 11:13 a.m.66 views

CVE-2022-48782

In the Linux kernel, CVE-2022-48782 concerns a use-after-free in the MCTP route logic. Specifically, after mctp_key_add() fails, the freed key is later used in trace_mctp_key_acquire(), creating memory-safety issues. A fix is described as adding an else branch to use the key only when mctp_key_ad...

7.8CVSS7.5AI score0.00216EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/07/16 11:13 a.m.47 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.8CVSS6.2AI score0.00216EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/05/21 2:0 a.m.4 views

SUSE CVE-2024-27418

In the Linux kernel, the following vulnerability has been resolved: net: mctp: take ownership of skb in mctplocaloutput Currently, mctplocaloutput only takes ownership of skb on success, and we may leak an skb if mctplocaloutput fails in specific states; the skb ownership isn't transferred until...

5.5CVSS6.7AI score0.00219EPSS
SaveExploits0References10
OSV
OSV
added 2024/05/17 12:15 p.m.4 views

AZL-42156 CVE-2024-27418 affecting package hyperv-daemons for versions less than 5.15.158.2-1

In the Linux kernel, the following vulnerability has been resolved: net: mctp: take ownership of skb in mctplocaloutput Currently, mctplocaloutput only takes ownership of skb on success, and we may leak an skb if mctplocaloutput fails in specific states; the skb ownership isn't transferred until...

5.5CVSS5.8AI score0.00219EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/17 12:15 p.m.1 views

DEBIAN-CVE-2024-27418

In the Linux kernel, the following vulnerability has been resolved: net: mctp: take ownership of skb in mctplocaloutput Currently, mctplocaloutput only takes ownership of skb on success, and we may leak an skb if mctplocaloutput fails in specific states; the skb ownership isn't transferred until...

5.5CVSS5.3AI score0.00219EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/17 12:15 p.m.9 views

UBUNTU-CVE-2024-27418

In the Linux kernel, the following vulnerability has been resolved: net: mctp: take ownership of skb in mctplocaloutput Currently, mctplocaloutput only takes ownership of skb on success, and we may leak an skb if mctplocaloutput fails in specific states; the skb ownership isn't transferred until...

5.5CVSS5.8AI score0.00219EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/05/17 11:51 a.m.42 views

CVE-2024-27418 net: mctp: take ownership of skb in mctp_local_output

In the Linux kernel, the following vulnerability has been resolved: net: mctp: take ownership of skb in mctplocaloutput Currently, mctplocaloutput only takes ownership of skb on success, and we may leak an skb if mctplocaloutput fails in specific states; the skb ownership isn't transferred until...

6.5AI score0.00219EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/17 11:51 a.m.16 views

CVE-2024-27418 net: mctp: take ownership of skb in mctp_local_output

In the Linux kernel, the following vulnerability has been resolved: net: mctp: take ownership of skb in mctplocaloutput Currently, mctplocaloutput only takes ownership of skb on success, and we may leak an skb if mctplocaloutput fails in specific states; the skb ownership isn't transferred until...

5.5CVSS6AI score0.00219EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2024/05/17 12:0 a.m.8 views

PT-2024-21882

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to the mctp local output function in the Linux kernel, which only takes ownership of the skb on success. If mctp local output fails in specific states, it may leak a...

5.5CVSS5.4AI score0.00219EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/05/17 12:0 a.m.7 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a possible skb leak if mctplocaloutput fails in a certain state...

5.5CVSS6.5AI score0.00219EPSS
SaveExploits0References6
BDU FSTEC
BDU FSTEC
added 2024/05/16 12:0 a.m.10 views

The vulnerability of the mctp_sk_unhash() function in the net/mctp/af_mctp.c module, which is part of the MCTP protocol implementation in the Linux operating system, allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the mctpskunhash function in the net/mctp/afmctp.c module, which is part of the MCTP protocol implementation in the Linux operating system, is related to the use of previously freed memory. Exploiting this vulnerability could allow an attacker to compromise the confidentialit...

7.8CVSS6.5AI score0.0025EPSS
SaveExploits0References15Affected Software1
NVD
NVD
added 2024/02/29 6:15 a.m.28 views

CVE-2023-52483

In the Linux kernel, the following vulnerability has been resolved: mctp: perform route lookups under a RCU read-side lock Our current route lookups mctproutelookup and mctproutelookupnull traverse the net's route list without the RCU read lock held. This means the route lookup is subject to...

7.8CVSS6.3AI score0.00231EPSS
SaveExploits0References4
OSV
OSV
added 2024/02/29 6:15 a.m.5 views

UBUNTU-CVE-2023-52483

In the Linux kernel, the following vulnerability has been resolved: mctp: perform route lookups under a RCU read-side lock Our current route lookups mctproutelookup and mctproutelookupnull traverse the net's route list without the RCU read lock held. This means the route lookup is subject to...

7.8CVSS5.9AI score0.00231EPSS
SaveExploits0References3
Prion
Prion
added 2024/02/29 6:15 a.m.30 views

Design/Logic Flaw

In the Linux kernel, the following vulnerability has been resolved: mctp: perform route lookups under a RCU read-side lock Our current route lookups mctproutelookup and mctproutelookupnull traverse the net's route list without the RCU read lock held. This means the route lookup is subject to...

6.6AI score0.00231EPSS
SaveExploits0References4
Rows per page
Query Builder