CVE-2023-53802

Summary

In the Linux kernel, the following vulnerability has been resolved:

wifi: ath9k: htc_hst: free skb in ath9k_htc_rx_msg() if there is no callback function

It is stated that ath9k_htc_rx_msg() either frees the provided skb or passes its management to another callback function. However, the skb is not freed in case there is no another callback function, and Syzkaller was able to cause a memory leak. Also minor comment fix.

Found by Linux Verification Center (linuxtesting.org) with Syzkaller.

Affected Software

VendorProductVersion RangeStatus
LinuxLinuxfb9987d0f748c983bb795a86f47522313f701a08 < b11f95f65cc52ee3a756e6f6a88df37a203e25bdaffected
LinuxLinuxfb9987d0f748c983bb795a86f47522313f701a08 < 68171c006c8645a3e0293a6c3e6037c6538ac1c5affected
LinuxLinuxfb9987d0f748c983bb795a86f47522313f701a08 < 564bc2222bf50eb6cdee715a5431bf4dc9f923c1affected
LinuxLinuxfb9987d0f748c983bb795a86f47522313f701a08 < ec246dfe006b2a8f36353f7489e4f525114db9a5affected
LinuxLinuxfb9987d0f748c983bb795a86f47522313f701a08 < c0c0614f143b568cd0e9525d53cf12e5dcd11987affected
LinuxLinuxfb9987d0f748c983bb795a86f47522313f701a08 < 5a84e51f72580fc70066b03f3dac38421e702a0baffected
LinuxLinuxfb9987d0f748c983bb795a86f47522313f701a08 < bbfababb4f899fe1556eac195f9774b6fe675fb6affected
LinuxLinuxfb9987d0f748c983bb795a86f47522313f701a08 < 9b25e3985477ac3f02eca5fc1e0cc6850a3f7e69affected
LinuxLinux2.6.35affected
LinuxLinux0 < 2.6.35unaffected
LinuxLinux4.14.308 <= 4.14.*unaffected
LinuxLinux4.19.276 <= 4.19.*unaffected
LinuxLinux5.4.235 <= 5.4.*unaffected
LinuxLinux5.10.173 <= 5.10.*unaffected
LinuxLinux5.15.99 <= 5.15.*unaffected
LinuxLinux6.1.16 <= 6.1.*unaffected
LinuxLinux6.2.3 <= 6.2.*unaffected
LinuxLinux6.3 <= *unaffected

Weaknesses

References