Lucene search
+L

13094 matches found

UbuntuCve
UbuntuCve
added 2024/06/19 2:15 p.m.19 views

CVE-2024-38563

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: fix potential memory leakage when reading chip temperature Without this commit, reading chip temperature will cause memory leakage...

5.5CVSS6.2AI score0.00225EPSS
SaveExploits0References10
Debian CVE
Debian CVE
added 2024/06/19 1:56 p.m.41 views

CVE-2024-38616

In the Linux kernel, the following vulnerability has been resolved: wifi: carl9170: re-fix fortified-memset warning The carl9170txrelease function sometimes triggers a fortified-memset warning in my randconfig builds: In file included from include/linux/string.h:254, from...

8.2CVSS5.6AI score0.00651EPSS
SaveExploits0
CVE
CVE
added 2024/06/19 1:56 p.m.118 views

CVE-2024-38616

CVE-2024-38616 affects the Linux kernel wifi: carl9170 stack. The issue is a fortified-memset warning triggered in carl9170_tx_release (inlined via kref_put and carl9170_tx_put_skb) in randconfig builds. The root cause is a Fortify warning in fortify_memset_chk due to memory bounds handling; patc...

8.2CVSS8.6AI score0.00651EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2024/06/19 1:56 p.m.19 views

CVE-2024-38616 wifi: carl9170: re-fix fortified-memset warning

In the Linux kernel, the following vulnerability has been resolved: wifi: carl9170: re-fix fortified-memset warning The carl9170txrelease function sometimes triggers a fortified-memset warning in my randconfig builds: In file included from include/linux/string.h:254, from...

6.7AI score0.00651EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/06/19 1:56 p.m.37 views

CVE-2024-38616 wifi: carl9170: re-fix fortified-memset warning

In the Linux kernel, the following vulnerability has been resolved: wifi: carl9170: re-fix fortified-memset warning The carl9170txrelease function sometimes triggers a fortified-memset warning in my randconfig builds: In file included from include/linux/string.h:254, from...

0.00651EPSS
SaveExploits0References5
OSV
OSV
added 2024/06/19 1:56 p.m.15 views

CVE-2024-38616 wifi: carl9170: re-fix fortified-memset warning

In the Linux kernel, the following vulnerability has been resolved: wifi: carl9170: re-fix fortified-memset warning The carl9170txrelease function sometimes triggers a fortified-memset warning in my randconfig builds: In file included from include/linux/string.h:254, from...

8.2CVSS5.9AI score
SaveExploits0References8
Cvelist
Cvelist
added 2024/06/19 1:56 p.m.46 views

CVE-2024-38609 wifi: mt76: connac: check for null before dereferencing

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: connac: check for null before dereferencing The wcid can be NULL. It should be checked for validity before dereferencing it to avoid crash...

0.0018EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/06/19 1:56 p.m.58 views

CVE-2024-38609

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: connac: check for null before dereferencing The wcid can be NULL. It should be checked for validity before dereferencing it to avoid crash...

5.5CVSS5.2AI score0.0018EPSS
SaveExploits0
OSV
OSV
added 2024/06/19 1:56 p.m.23 views

CVE-2024-38609 wifi: mt76: connac: check for null before dereferencing

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: connac: check for null before dereferencing The wcid can be NULL. It should be checked for validity before dereferencing it to avoid crash...

5.9AI score
SaveExploits0References5
CVE
CVE
added 2024/06/19 1:56 p.m.84 views

CVE-2024-38609

The CVE-2024-38609 issue is a Linux kernel vulnerability in wifi/mt76 (connac) where a NULL wcid could be dereferenced, leading to a crash. The fixed code adds a validity check before dereferencing the wcid to prevent a NULL pointer dereference. Exploitation would be local, with a crash impact (I...

5.5CVSS6.6AI score0.0018EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/06/19 1:56 p.m.20 views

CVE-2024-38609 wifi: mt76: connac: check for null before dereferencing

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: connac: check for null before dereferencing The wcid can be NULL. It should be checked for validity before dereferencing it to avoid crash...

6.9AI score0.0018EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/06/19 1:37 p.m.15 views

CVE-2024-38575 wifi: brcmfmac: pcie: handle randbuf allocation failure

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: pcie: handle randbuf allocation failure The kzalloc in brcmfpciedownloadfwnvram will return null if the physical memory has run out. As a result, if we use getrandombytes to generate random bytes in the randbuf, t...

6.6AI score0.00225EPSS
SaveExploits0References5
OSV
OSV
added 2024/06/19 1:37 p.m.16 views

CVE-2024-38575 wifi: brcmfmac: pcie: handle randbuf allocation failure

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: pcie: handle randbuf allocation failure The kzalloc in brcmfpciedownloadfwnvram will return null if the physical memory has run out. As a result, if we use getrandombytes to generate random bytes in the randbuf, t...

5.8AI score
SaveExploits0References8
CVE
CVE
added 2024/06/19 1:37 p.m.173 views

CVE-2024-38575

In CVE-2024-38575, the Linux kernel wifi: brcmfmac: pcie: handle randbuf allocation failure fixes a NULL pointer dereference that could occur when get_random_bytes() is used after kzalloc() returns NULL in brcmf_pcie_download_fw_nvram(). The patch adds a kernel-stack based buffer approach to gene...

5.5CVSS6.3AI score0.00225EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2024/06/19 1:37 p.m.43 views

CVE-2024-38575 wifi: brcmfmac: pcie: handle randbuf allocation failure

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: pcie: handle randbuf allocation failure The kzalloc in brcmfpciedownloadfwnvram will return null if the physical memory has run out. As a result, if we use getrandombytes to generate random bytes in the randbuf, t...

0.00225EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/06/19 1:35 p.m.17 views

CVE-2024-38572 wifi: ath12k: fix out-of-bound access of qmi_invoke_handler()

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix out-of-bound access of qmiinvokehandler Currently, there is no terminator entry for ath12kqmimsghandlers hence facing below KASAN warning, ================================================================== BUG:...

7.8CVSS6.7AI score0.00234EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/06/19 1:35 p.m.51 views

CVE-2024-38572 wifi: ath12k: fix out-of-bound access of qmi_invoke_handler()

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix out-of-bound access of qmiinvokehandler Currently, there is no terminator entry for ath12kqmimsghandlers hence facing below KASAN warning, ================================================================== BUG:...

7.8CVSS0.00234EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/06/19 1:35 p.m.55 views

CVE-2024-38572

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix out-of-bound access of qmiinvokehandler Currently, there is no terminator entry for ath12kqmimsghandlers hence facing below KASAN warning, ================================================================== BUG:...

7.8CVSS5.5AI score0.00234EPSS
SaveExploits0
OSV
OSV
added 2024/06/19 1:35 p.m.18 views

CVE-2024-38572 wifi: ath12k: fix out-of-bound access of qmi_invoke_handler()

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix out-of-bound access of qmiinvokehandler Currently, there is no terminator entry for ath12kqmimsghandlers hence facing below KASAN warning, ================================================================== BUG:...

7.8CVSS5.9AI score
SaveExploits0References7
CVE
CVE
added 2024/06/19 1:35 p.m.117 views

CVE-2024-38572

CVE-2024-38572 concerns the Linux kernel wifi driver ath12k. The issue is a missing terminator entry in ath12k_qmi_msg_handlers, which can trigger a global out-of-bounds read in qmi_invoke_handler via KASAN. A fix adds a dummy terminator entry to allow qmi_invoke_handler to traverse to the termin...

7.8CVSS6.5AI score0.00234EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder