Commit 8889c2f
committed
wifi: iwlwifi: mvm: don't read past the mfuart notifcation
jira LE-1907
cve CVE-2024-40941
Rebuild_History Non-Buildable kernel-5.14.0-427.33.1.el9_4
commit-author Emmanuel Grumbach <emmanuel.grumbach@intel.com>
commit 4bb95f4
In case the firmware sends a notification that claims it has more data
than it has, we will read past that was allocated for the notification.
Remove the print of the buffer, we won't see it by default. If needed,
we can see the content with tracing.
This was reported by KFENCE.
Fixes: bdccdb8 ("iwlwifi: mvm: support MFUART dump in case of MFUART assert")
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Reviewed-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://msgid.link/20240513132416.ba82a01a559e.Ia91dd20f5e1ca1ad380b95e68aebf2794f553d9b@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
(cherry picked from commit 4bb95f4)
Signed-off-by: Jonathan Maple <jmaple@ciq.com>1 parent 4abca5b commit 8889c2f
1 file changed
+0
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | 99 | | |
103 | 100 | | |
104 | 101 | | |
105 | 102 | | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | 103 | | |
114 | 104 | | |
115 | 105 | | |
| |||
0 commit comments