3 matches found
PT-2026-30139
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: always free skb on ieee80211 tx prepare skb failure ieee80211 tx prepare skb has three error paths, but only two of them free the skb. The first error path ieee80211 tx prepare returning TX DROP does not free it,...
SUSE CVE-2022-50658
In the Linux kernel, the following vulnerability has been resolved: cpufreq: qcom: fix memory leak in error path If for some reason the speedbin length is incorrect, then there is a memory leak in the error path because we never free the speedbin buffer. This commit fixes the error path to always...
UBUNTU-CVE-2022-50172
In the Linux kernel, the following vulnerability has been resolved: mt76: mt76x02u: fix possible memory leak in mt76x02umcusendmsg Free the skb if mt76ubulkmsg fails in mt76x02umcusendmsg routine...