Lucene search
K

1669 matches found

SUSE CVE
SUSE CVE
added 2025/08/22 11:28 p.m.2 views

SUSE CVE-2025-38657

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: mcc: prevent shift wrapping in rtw89coremlsrswitch The "linkid" value comes from the user via debugfs. If it's larger than BITSPERLONG then that would result in shift wrapping and potentially an out of bounds access...

7.1CVSS6.6AI score0.00029EPSS
Exploits0References3
NVD
NVD
added 2025/08/22 4:15 p.m.5 views

CVE-2025-38656

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: Fix error code in iwlopmodedvmstart Preserve the error code if iwlsetupdeferredwork fails. The current code returns ERRPTR0 which is NULL on this path. I believe the missing error code potentially leads to a use...

7.8CVSS0.00025EPSS
Exploits0References3
OSV
OSV
added 2025/08/22 4:15 p.m.5 views

AZL-78267 CVE-2025-38656 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: Fix error code in iwlopmodedvmstart Preserve the error code if iwlsetupdeferredwork fails. The current code returns ERRPTR0 which is NULL on this path. I believe the missing error code potentially leads to a use...

7.8CVSS5.6AI score0.00025EPSS
Exploits0References1
NVD
NVD
added 2025/08/22 4:15 p.m.2 views

CVE-2025-38657

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: mcc: prevent shift wrapping in rtw89coremlsrswitch The "linkid" value comes from the user via debugfs. If it's larger than BITSPERLONG then that would result in shift wrapping and potentially an out of bounds access...

7.1CVSS0.00029EPSS
Exploits0References2
OSV
OSV
added 2025/08/22 4:15 p.m.5 views

AZL-71023 CVE-2025-38656 affecting package kernel 6.6.126.1-1

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: Fix error code in iwlopmodedvmstart Preserve the error code if iwlsetupdeferredwork fails. The current code returns ERRPTR0 which is NULL on this path. I believe the missing error code potentially leads to a use...

7.8CVSS5.6AI score0.00025EPSS
Exploits0References1
OSV
OSV
added 2025/08/22 4:15 p.m.0 views

UBUNTU-CVE-2025-38657

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: mcc: prevent shift wrapping in rtw89coremlsrswitch The "linkid" value comes from the user via debugfs. If it's larger than BITSPERLONG then that would result in shift wrapping and potentially an out of bounds access...

7.1CVSS5.7AI score0.00029EPSS
Exploits0References5
OSV
OSV
added 2025/08/22 4:15 p.m.0 views

UBUNTU-CVE-2025-38656

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: Fix error code in iwlopmodedvmstart Preserve the error code if iwlsetupdeferredwork fails. The current code returns ERRPTR0 which is NULL on this path. I believe the missing error code potentially leads to a use...

7.8CVSS5.7AI score0.00025EPSS
Exploits0References6
Cvelist
Cvelist
added 2025/08/22 4:1 p.m.6 views

CVE-2025-38657 wifi: rtw89: mcc: prevent shift wrapping in rtw89_core_mlsr_switch()

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: mcc: prevent shift wrapping in rtw89coremlsrswitch The "linkid" value comes from the user via debugfs. If it's larger than BITSPERLONG then that would result in shift wrapping and potentially an out of bounds access...

0.00029EPSS
Exploits0References2
CVE
CVE
added 2025/08/22 4:1 p.m.20 views

CVE-2025-38657

CVE-2025-38657 affects the Linux kernel’s wifi/rtw89 MCC path. The vulnerability arises because the user-controlled link_id parsed via debugfs can exceed BITS_PER_LONG, causing shift wrapping and potentially an out-of-bounds access. The issue is mitigated by capping the value to IEEE80211_MLD_MAX...

7.1CVSS6.5AI score0.00029EPSS
Exploits0References2Affected Software1
Debian CVE
Debian CVE
added 2025/08/22 4:1 p.m.5 views

CVE-2025-38657

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: mcc: prevent shift wrapping in rtw89coremlsrswitch The "linkid" value comes from the user via debugfs. If it's larger than BITSPERLONG then that would result in shift wrapping and potentially an out of bounds access...

7.1CVSS6.1AI score0.00029EPSS
Exploits0
OSV
OSV
added 2025/08/22 4:1 p.m.2 views

CVE-2025-38657 wifi: rtw89: mcc: prevent shift wrapping in rtw89_core_mlsr_switch()

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: mcc: prevent shift wrapping in rtw89coremlsrswitch The "linkid" value comes from the user via debugfs. If it's larger than BITSPERLONG then that would result in shift wrapping and potentially an out of bounds access...

7.1CVSS6.6AI score0.00029EPSS
Exploits0References5
ATTACKERKB
ATTACKERKB
added 2025/08/22 4:0 p.m.2 views

CVE-2025-38656

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: Fix error code in iwlopmodedvmstart Preserve the error code if iwlsetupdeferredwork fails. The current code returns ERRPTR0 which is NULL on this path. I believe the missing error code potentially leads to a use...

7.8CVSS5.8AI score0.00025EPSS
Exploits0References4
CVE
CVE
added 2025/08/22 4:0 p.m.31 views

CVE-2025-38656

CVE-2025-38656 affects the Linux kernel’s wifi iwlwifi path (iwl_op_mode_dvm_start). The vulnerability stems from preserving the error code when iwl_setup_deferred_work() fails; the code previously returned ERR_PTR(0) (NULL), which could cause a use-after-free involving debugfs. A patch has been ...

7.8CVSS6.7AI score0.00025EPSS
Exploits0References3Affected Software1
Cvelist
Cvelist
added 2025/08/22 4:0 p.m.5 views

CVE-2025-38656 wifi: iwlwifi: Fix error code in iwl_op_mode_dvm_start()

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: Fix error code in iwlopmodedvmstart Preserve the error code if iwlsetupdeferredwork fails. The current code returns ERRPTR0 which is NULL on this path. I believe the missing error code potentially leads to a use...

0.00025EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2025/08/22 4:0 p.m.5 views

CVE-2025-38656

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: Fix error code in iwlopmodedvmstart Preserve the error code if iwlsetupdeferredwork fails. The current code returns ERRPTR0 which is NULL on this path. I believe the missing error code potentially leads to a use...

7.8CVSS6.2AI score0.00025EPSS
Exploits0
Positive Technologies
Positive Technologies
added 2025/08/22 12:0 a.m.2 views

PT-2025-34418 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The rtw89 core mlsr switch function in the Linux kernel is susceptible to a shift wrapping issue. The link id value, obtained from user input via debugfs, can exceed the maximum...

7AI score0.00029EPSS
Exploits0References4
Positive Technologies
Positive Technologies
added 2025/08/22 12:0 a.m.2 views

PT-2025-34417

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains an issue within the iwlwifi module related to error handling in the iwl op mode dvm start function. Specifically, the code was returning an incorrect error co...

7.8CVSS7.9AI score0.0014EPSS
Exploits3References240
SUSE CVE
SUSE CVE
added 2025/08/19 11:23 p.m.1 views

SUSE CVE-2025-38581

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Fix crash when rebind ccp device for ccp.ko When CONFIGCRYPTODEVCCPDEBUGFS is enabled, rebinding the ccp device causes the following crash: $ echo '0000:0a:00.2' /sys/bus/pci/drivers/ccp/unbind $ echo '0000:0a:00.2'...

5.5CVSS6.5AI score0.00024EPSS
Exploits0References22
OSV
OSV
added 2025/08/19 5:15 p.m.1 views

DEBIAN-CVE-2025-38581

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Fix crash when rebind ccp device for ccp.ko When CONFIGCRYPTODEVCCPDEBUGFS is enabled, rebinding the ccp device causes the following crash: $ echo '0000:0a:00.2' /sys/bus/pci/drivers/ccp/unbind $ echo '0000:0a:00.2'...

5.5CVSS5.3AI score0.00024EPSS
Exploits0References1
OSV
OSV
added 2025/08/19 5:15 p.m.0 views

UBUNTU-CVE-2025-38581

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Fix crash when rebind ccp device for ccp.ko When CONFIGCRYPTODEVCCPDEBUGFS is enabled, rebinding the ccp device causes the following crash: $ echo '0000:0a:00.2' /sys/bus/pci/drivers/ccp/unbind $ echo '0000:0a:00.2'...

5.5CVSS5.8AI score0.00024EPSS
Exploits0References40
Rows per page
Query Builder