Bug 2390384 (CVE-2025-38656) - CVE-2025-38656 kernel: wifi: iwlwifi: Fix error code in iwl_op_mode_dvm_start()
Summary: CVE-2025-38656 kernel: wifi: iwlwifi: Fix error code in iwl_op_mode_dvm_start()
Keywords:
Status: NEW
Alias: CVE-2025-38656
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-08-22 17:04 UTC by OSIDB Bzimport
Modified: 2025-08-25 06:24 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-08-22 17:04:09 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.