In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: fix NULL deref check in mt7925_change_vif_links In mt7925_change_vif_links() devm_kzalloc() may return NULL but this returned value is not checked.
The product dereferences a pointer that it expects to be valid but is NULL.
Link | Tags |
---|---|
https://git.kernel.org/stable/c/5872530c2862700070223a2c2ea85642bf2f8875 | patch mailing list |
https://git.kernel.org/stable/c/2f709fe755c16b811ba7339ae4c3ee2c72323d3d | patch mailing list |
https://git.kernel.org/stable/c/5cd0bd815c8a48862a296df9b30e0ea0da14acd3 | patch mailing list |