CVE Catalog

CVE-2026-90345

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel's brcmfmac driver there is an issue with handling P2P action frames when no P2P device vif exists. Some paths assume the vif is always available, which is not true for public action frames sent through the primary interface or when action-frame abort runs before P2P vif creation.

Risk Assessment

This can lead to driver errors or improper frame handling, affecting P2P functionality and wireless network stability.

Recommendation

Install a kernel patch that adds a fallback to the primary vif and guards P2P device saved IE access.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: fix P2P action frame handling without device vif Some P2P action frame paths assume the P2P device vif is always available. That is not true when userspace sends non-P2P public action frames through the primary interface, or when action-frame abort runs after the P2P device vif has not been created. Fall back to the primary vif when aborting an action frame without a P2P device vif, and guard P2P device saved IE access before using it for peer channel search.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS