CVE-2026-100076
Last modified
CVE-2026-100076 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix xmit_frame/xmit_buf leaks on mgnt-frame error paths issue_beacon(), issue_probersp() and issue_asocrsp() obtain a management xmit_frame together with its xmit_buf from the driver's fixed-size management-TX pools via alloc_mgtxmitframe(). On the normal path the frame is handed to dump_mgntframe(), which transfers ownership and eventually returns both objects to their pools (the frame and, for beacons, the buf in rtl8723bs_mgnt_xmit(); other bufs via the pending-xmitbuf/TX-completion path). Several error/edge paths return early after a successful alloc_mgtxmitframe() but before dump_mgntframe(), so ownership is never transferred and neither object is freed: - issue_beacon(): beacon larger than 512 bytes - issue_probersp(): cur_network->ie_length > MAX_IE_SZ - issue_probersp(): kzalloc() of the SSID scratch buffer fails - issue_asocrsp(): pkt_type is neither ASSOCRSP nor REASSOCRSP Because alloc_mgtxmitframe() removes the frame and buf from their free lists (list_del_init) without placing them on any pending list, an orphaned pair is on no list and referenced by nobody, so it is only reclaimed at driver teardown.
Description
In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix xmit_frame/xmit_buf leaks on mgnt-frame error paths issue_beacon(), issue_probersp() and issue_asocrsp() obtain a management xmit_frame together with its xmit_buf from the driver's fixed-size management-TX pools via alloc_mgtxmitframe(). On the normal path the frame is handed to dump_mgntframe(), which transfers ownership and eventually returns both objects to their pools (the frame and, for beacons, the buf in rtl8723bs_mgnt_xmit(); other bufs via the pending-xmitbuf/TX-completion path). Several error/edge paths return early after a successful alloc_mgtxmitframe() but before dump_mgntframe(), so ownership is never transferred and neither object is freed: - issue_beacon(): beacon larger than 512 bytes - issue_probersp(): cur_network->ie_length > MAX_IE_SZ - issue_probersp(): kzalloc() of the SSID scratch buffer fails - issue_asocrsp(): pkt_type is neither ASSOCRSP nor REASSOCRSP Because alloc_mgtxmitframe() removes the frame and buf from their free lists (list_del_init) without placing them on any pending list, an orphaned pair is on no list and referenced by nobody, so it is only reclaimed at driver teardown. Repeated hits progressively exhaust the management-TX pools until alloc_mgtxmitframe() returns NULL and the interface can no longer send beacons or probe/assoc responses. Free the frame and buffer on these paths, matching the existing correct error handling in issue_assocreq().
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 554c0a3abf216c991c5ebddcdb2c08689ecd290b, < 6c9f6a3b9fdd31a0836b681053155b5997c0156e; >= 554c0a3abf216c991c5ebddcdb2c08689ecd290b, < c48e5aa01525577d6b6e782962a5bfb0e1535cb5; >= 554c0a3abf216c991c5ebddcdb2c08689ecd290b, < 41b8209376dffbd7b0b85c8bc4697d9166ac62ef |
| Linux | Linux | 4.12 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-100076?
How severe is CVE-2026-100076?
How do I fix CVE-2026-100076?
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-100070In the Linux kernel, the following vulnerability has been re…
- CVE-2026-100071In the Linux kernel, the following vulnerability has been re…
- CVE-2026-100072In the Linux kernel, the following vulnerability has been re…
- CVE-2026-100073In the Linux kernel, the following vulnerability has been re…
- CVE-2026-100074In the Linux kernel, the following vulnerability has been re…
- CVE-2026-100075In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-100077In the Linux kernel, the following vulnerability has been re…
- CVE-2026-100078In the Linux kernel, the following vulnerability has been re…
- CVE-2026-100079In the Linux kernel, the following vulnerability has been re…
- CVE-2026-10008Uninitialized Use in GPU in Google Chrome on Android prior t…6.5
- CVE-2026-10009Integer overflow in Skia in Google Chrome prior to 148.0.777…7.5
- CVE-2026-1001Domoticz versions prior to 2026.1 contain a stored cross-sit…4.8
Are you affected by CVE-2026-100076?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
