Lucene search
+L

195 matches found

Vulnrichment
Vulnrichment
added 2024/10/21 6:01 p.m.11 views

CVE-2024-49929 wifi: iwlwifi: mvm: avoid NULL pointer dereference

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: avoid NULL pointer dereference iwlmvmtxskbsta and iwlmvmtxmpdu verify that the mvmvsta pointer is not NULL. It retrieves this pointer using iwlmvmstafrommac80211, which is dereferencing the ieee80211sta pointe...

7AI score0.00238EPSS
SaveExploits0References5
OSV
OSV
added 2024/10/21 6:01 p.m.16 views

CVE-2024-49929 wifi: iwlwifi: mvm: avoid NULL pointer dereference

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: avoid NULL pointer dereference iwlmvmtxskbsta and iwlmvmtxmpdu verify that the mvmvsta pointer is not NULL. It retrieves this pointer using iwlmvmstafrommac80211, which is dereferencing the ieee80211sta pointe...

6.1AI score
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2024/10/21 2:14 p.m.17 views

CVE-2024-49857

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: set the cipher for secured NDP ranging The cipher pointer is not set, but is derefereced trying to set its content, which leads to a NULL pointer dereference. Fix it by pointing to the cipher parameter before...

5.5CVSS6.9AI score0.0018EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/10/21 12:18 p.m.12 views

CVE-2024-49857 wifi: iwlwifi: mvm: set the cipher for secured NDP ranging

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: set the cipher for secured NDP ranging The cipher pointer is not set, but is derefereced trying to set its content, which leads to a NULL pointer dereference. Fix it by pointing to the cipher parameter before...

6.9AI score0.0018EPSS
SaveExploits0References2
CVE
CVE
added 2024/10/21 12:18 p.m.141 views

CVE-2024-49857

CVE-2024-49857 affects the Linux kernel WiFi stack (iwlwifi, mvm) where the cipher pointer is dereferenced without being initialized, causing a NULL pointer dereference. The vulnerability is fixed by setting the cipher parameter before dereferencing, thereby preventing the crash/possible impact d...

7.1CVSS6.9AI score0.0018EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2024/10/21 12:00 a.m.27 views

PT-2024-33770

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.6.58 Description: A NULL pointer dereference issue has been resolved in the Linux kernel. The issue occurs in the iwl mvm tx skb sta and iwl mvm tx mpdu functions, which verify that the mvmvsta pointer is not...

5.5CVSS5.4AI score0.00238EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/10/10 4:57 p.m.12 views

CVE-2024-47672

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: don't wait for tx queues if firmware is dead There is a WARNING in iwltranswaittxqueuesempty that was recently converted from just a message, that can be hit if we wait for TX queues to become empty after...

5.5CVSS7.1AI score0.00014EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/10/10 2:48 a.m.6 views

SUSE CVE-2024-47672

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

3.3CVSS7.5AI score0.00014EPSS
SaveExploits0References18
OSV
OSV
added 2024/10/09 3:15 p.m.19 views

AZL-50730 CVE-2024-47673 affecting package kernel for versions less than 5.15.176.3-1

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: pause TCM when the firmware is stopped Not doing so will make us send a host command to the transport while the firmware is not alive, which will trigger a WARNING. bad state = 0 WARNING: CPU: 2 PID: 17434 at...

5.5CVSS6.7AI score0.00207EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/09 3:15 p.m.17 views

AZL-50984 CVE-2024-47673 affecting package kernel for versions less than 6.6.56.1-5

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: pause TCM when the firmware is stopped Not doing so will make us send a host command to the transport while the firmware is not alive, which will trigger a WARNING. bad state = 0 WARNING: CPU: 2 PID: 17434 at...

5.5CVSS6.7AI score0.00207EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/09 3:15 p.m.11 views

UBUNTU-CVE-2024-47673

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: pause TCM when the firmware is stopped Not doing so will make us send a host command to the transport while the firmware is not alive, which will trigger a WARNING. bad state = 0 WARNING: CPU: 2 PID: 17434 at...

5.5CVSS6.2AI score0.00207EPSS
SaveExploits0References25
Vulnrichment
Vulnrichment
added 2024/10/09 2:49 p.m.13 views

CVE-2024-47673 wifi: iwlwifi: mvm: pause TCM when the firmware is stopped

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: pause TCM when the firmware is stopped Not doing so will make us send a host command to the transport while the firmware is not alive, which will trigger a WARNING. bad state = 0 WARNING: CPU: 2 PID: 17434 at...

7.1AI score0.00207EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/10/09 2:49 p.m.46 views

CVE-2024-47673 wifi: iwlwifi: mvm: pause TCM when the firmware is stopped

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: pause TCM when the firmware is stopped Not doing so will make us send a host command to the transport while the firmware is not alive, which will trigger a WARNING. bad state = 0 WARNING: CPU: 2 PID: 17434 at...

0.00207EPSS
SaveExploits0References5
CVE
CVE
added 2024/10/09 2:49 p.m.163 views

CVE-2024-47673

CVE-2024-47673 affects the Linux kernel wifi iwlwifi mvm; root cause is that TCM is not paused when the firmware is stopped, causing a host command to be sent to a non-live firmware. This can trigger a WARNING and potential local impact. Connected docs indicate patched kernels/versions: e.g., Mar...

5.5CVSS7AI score0.00207EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2024/10/09 2:49 p.m.35 views

CVE-2024-47672

Removed by vendor...

7.6AI score0.00014EPSS
SaveExploits0
CVE
CVE
added 2024/10/09 2:49 p.m.176 views

CVE-2024-47672

CVE-2024-47672 affects the Linux kernel across multiple distributions. Connected notes indicate affected kernels include Linux 5.x/6.x lines prior to patched revisions, with distribution-specific fixes: Mariner: kernel versions less than 6.6.56.1-5 are affected; upgrading to 6.6.56.1-5 or newer r...

6.9AI score0.00014EPSS
SaveExploits0
OSV
OSV
added 2024/10/09 2:49 p.m.19 views

CVE-2024-47672 wifi: iwlwifi: mvm: don't wait for tx queues if firmware is dead

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: don't wait for tx queues if firmware is dead There is a WARNING in iwltranswaittxqueuesempty that was recently converted from just a message, that can be hit if we wait for TX queues to become empty after...

6.3AI score
SaveExploits0References13
BDU FSTEC
BDU FSTEC
added 2024/10/07 12:00 a.m.14 views

The vulnerability of the mvm component in the Linux operating system’s kernel allows a hacker to trigger a service failure.

The vulnerability of the mvm component in the Linux operating system’s kernel is related to improper restrictions on operations within memory buffers. Exploiting this vulnerability can allow an attacker to cause a service failure...

8.8CVSS6.4AI score0.00237EPSS
SaveExploits0References18Affected Software4
OSV
OSV
added 2024/09/27 1:15 p.m.8 views

DEBIAN-CVE-2024-46825

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: use IWLFWCHECK for link ID check The lookup function iwlmvmrcufwlinkidtolinkconf is normally called with input from the firmware, so it should use IWLFWCHECK instead of WARNON...

5.5CVSS5.4AI score0.00232EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/09/27 12:39 p.m.18 views

CVE-2024-46825 wifi: iwlwifi: mvm: use IWL_FW_CHECK for link ID check

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: use IWLFWCHECK for link ID check The lookup function iwlmvmrcufwlinkidtolinkconf is normally called with input from the firmware, so it should use IWLFWCHECK instead of WARNON...

7AI score0.00232EPSS
SaveExploits0References3
Rows per page
Query Builder