NONE · 0

CVE-2023-53715

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: cfg80211: Pass the PMK in binary instead of hex Apparently the hex passphrase mechanism does not work on newer chi...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: cfg80211: Pass the PMK in binary instead of hex Apparently the hex passphrase mechanism does not work on newer chips/firmware (e.g. BCM4387). It seems there was a simple way of passing it in binary all along, so use that and avoid the hexification. OpenBSD has been doing it like this from the beginning, so this should work on all chips. Also clear the structure before setting the PMK. This was leaking uninitialized stack contents to the device.

References

FAQ

What is CVE-2023-53715?

CVE-2023-53715 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: cfg80211: Pass the PMK in binary instead of hex Apparently the hex passphrase mechanism does not work on newer chi...

How severe is CVE-2023-53715?

CVSS scoring is not yet available for CVE-2023-53715. Check NVD for updates.

Is there a patch for CVE-2023-53715?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.