NONE · 0

CVE-2026-90361

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix leak in ath11k_service_ready_ext_event() Currently, during ath11k_service_ready_ext_event() processing, svc_rdy_...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix leak in ath11k_service_ready_ext_event() Currently, during ath11k_service_ready_ext_event() processing, svc_rdy_ext.mac_phy_caps can be allocated during TLV parsing. This is a temporary allocation that is freed on the success path, but not on the error path. If parsing succeeds far enough to allocate mac_phy_caps and then fails on a later TLV, the allocation leaks. So free the allocation on the error path. Compile tested only.

References

FAQ

What is CVE-2026-90361?

CVE-2026-90361 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix leak in ath11k_service_ready_ext_event() Currently, during ath11k_service_ready_ext_event() processing, svc_rdy_...

How severe is CVE-2026-90361?

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

Is there a patch for CVE-2026-90361?

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