In the Linux kernel, the following vulnerability has been resolved:
wifi: iwlwifi: Fix error code in iwl_op_mode_dvm_start()
Preserve the error code if iwl_setup_deferred_work() fails. The current
code returns ERR_PTR(0) (which is NULL) on this path. I believe the
missing error code potentially leads to a use after free involving
debugfs.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2025-08-22 16:15
Updated : 2025-11-26 16:32
NVD link : CVE-2025-38656
Mitre link : CVE-2025-38656
CVE.ORG link : CVE-2025-38656
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free
