NONE · 0

CVE-2026-90378

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt792x: Fix memory leak in SDIO TX path When tx_prepare_skb() returns an error in the SDIO TX path, the skb is not fre...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt792x: Fix memory leak in SDIO TX path When tx_prepare_skb() returns an error in the SDIO TX path, the skb is not freed, leading to a memory leak. This can occur when zero-length frames (such as WNM NULL frames) are dropped to prevent potential hardware TX hangs. Fix this by properly releasing the skb with ieee80211_tx_status_ext() when tx_prepare_skb() fails.

References

FAQ

What is CVE-2026-90378?

CVE-2026-90378 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt792x: Fix memory leak in SDIO TX path When tx_prepare_skb() returns an error in the SDIO TX path, the skb is not fre...

How severe is CVE-2026-90378?

CVSS scoring is not yet available for CVE-2026-90378. Check NVD for updates.

Is there a patch for CVE-2026-90378?

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