CVE-2026-53102
Last modified
CVE-2026-53102 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: Fix memory leak after mt76_connac_mcu_alloc_sta_req() mt76_connac_mcu_alloc_sta_req() allocates an skb which is expected to be freed eventually by mt76_mcu_skb_send_msg(). However, currently if an intermediate function fails before sending, the allocated skb is leaked. Specifically, mt76_connac_mcu_sta_wed_update() and mt76_connac_mcu_sta_key_tlv() may fail, leading to an immediate memory leak in the error path. Fix this by explicitly freeing the skb in these error paths. Commit 7c0f63fe37a5 ("wifi: mt76: mt7996: fix memory leak on mt7996_mcu_sta_key_tlv error") made a similar change. Compile tested only. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: Fix memory leak after mt76_connac_mcu_alloc_sta_req() mt76_connac_mcu_alloc_sta_req() allocates an skb which is expected to be freed eventually by mt76_mcu_skb_send_msg(). However, currently if an intermediate function fails before sending, the allocated skb is leaked. Specifically, mt76_connac_mcu_sta_wed_update() and mt76_connac_mcu_sta_key_tlv() may fail, leading to an immediate memory leak in the error path. Fix this by explicitly freeing the skb in these error paths. Commit 7c0f63fe37a5 ("wifi: mt76: mt7996: fix memory leak on mt7996_mcu_sta_key_tlv error") made a similar change. Compile tested only. Issue found using a prototype static analysis tool and code review.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.18, < 7.0.10 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-53102?
How severe is CVE-2026-53102?
How do I fix CVE-2026-53102?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-53097In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53098In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53099In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-5310A vulnerability was identified in Enter Software Iperius Bac…2.5
- CVE-2026-53100In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53101In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53103In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53104In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53105In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53106In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53107In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53108In the Linux kernel, the following vulnerability has been re…4.7
Are you affected by CVE-2026-53102?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
