CVE-2026-98160
Last modified
CVE-2026-98160 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix mismatched free of HalData in rtw_sdio_if1_init() padapter->HalData is allocated via vzalloc(), but incorrectly freed using kfree() in the rtw_sdio_if1_init() error path. Using kfree() to release this vmalloc-backed buffer can lead to memory corruption. Use rtw_hal_data_deinit() to pair the free correctly and free HalData with vfree(). The bug was first flagged by an experimental static analysis tool we are developing for kernel memory-management bugs.
Description
In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix mismatched free of HalData in rtw_sdio_if1_init() padapter->HalData is allocated via vzalloc(), but incorrectly freed using kfree() in the rtw_sdio_if1_init() error path. Using kfree() to release this vmalloc-backed buffer can lead to memory corruption. Use rtw_hal_data_deinit() to pair the free correctly and free HalData with vfree(). The bug was first flagged by an experimental static analysis tool we are developing for kernel memory-management bugs. Manual inspection confirms that the issue is still present in current mainline. An x86_64 allyesconfig build showed no new warnings. As we do not have suitable RTL8723BS SDIO hardware to test with, no runtime testing was able to be performed.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 554c0a3abf216c991c5ebddcdb2c08689ecd290b, < ff6d1ba247b5c62bdb678f1069abc86ad88a1402; >= 554c0a3abf216c991c5ebddcdb2c08689ecd290b, < d6158333d630a1b21d8914feaf77a6f5deb185d9; >= 554c0a3abf216c991c5ebddcdb2c08689ecd290b, < 6c017ab2b0e1b60b5be94636c94720347213d78b; >= 554c0a3abf216c991c5ebddcdb2c08689ecd290b, < 4520d673d49dabfd42c008a33889251025f7d6d5; >= 554c0a3abf216c991c5ebddcdb2c08689ecd290b, < 423574feaed192063ef0cd0813fb85425f39e539; >= 554c0a3abf216c991c5ebddcdb2c08689ecd290b, < 737c928ff5092d7e55128a232c231248fc993777; >= 554c0a3abf216c991c5ebddcdb2c08689ecd290b, < 911190f0b9511c3c81f2f2484414c1ae26f636b3; >= 554c0a3abf216c991c5ebddcdb2c08689ecd290b, < 264676418b726baca7be49171e306b6aa05cceb0 |
| Linux | Linux | 4.12 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-98160?
How severe is CVE-2026-98160?
How do I fix CVE-2026-98160?
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-98155In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98156In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-98157In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98158In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98159In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9816Mattermost versions 11.7.x <= 11.7.6, 10.11.x <= 10.11.21, 1…8.3
- CVE-2026-98161In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98162In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98163In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9818Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-9820Mattermost versions 11.7.x <= 11.7.2, 10.11.x <= 10.11.19 fa…3.8
- CVE-2026-9822The WP Hotel Booking WordPress plugin before 2.3.1 does not …6.5
Are you affected by CVE-2026-98160?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
