CVE-2026-89953
Last modified
CVE-2026-89953 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: mtd: mtdoops: free page bitmap when the backing MTD is removed mtdoops_notify_add() allocates oops_page_used when the configured MTD device is registered. mtdoops_notify_remove() detaches from that device but leaves the bitmap allocated.
Description
In the Linux kernel, the following vulnerability has been resolved: mtd: mtdoops: free page bitmap when the backing MTD is removed mtdoops_notify_add() allocates oops_page_used when the configured MTD device is registered. mtdoops_notify_remove() detaches from that device but leaves the bitmap allocated. If the same MTD device is later registered again, the add path allocates a new bitmap and overwrites the old pointer, leaking one vmalloc allocation per remove/add cycle. This is only visible when the backing MTD device can disappear and be registered again while mtdoops remains loaded, so the usual static MTD case does not expose it. Free the bitmap after unregistering the dumper and flushing the pending workers, then clear the pointer and page count before a later attach can allocate fresh state. Clearing the pointer also keeps the module exit path from freeing the same bitmap a second time after a remove event.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= be95745f01677245a061a8f51473ef5ec8ad008e, < 477d61d54e097e90f748aa18d013805abd56bcbd; >= be95745f01677245a061a8f51473ef5ec8ad008e, < a91ac71e67c3e01ed9afd9841435bebb930293f8; >= be95745f01677245a061a8f51473ef5ec8ad008e, < 698944132083d143ef965c0090ee14ba1d9e1a5f; >= be95745f01677245a061a8f51473ef5ec8ad008e, < f25c804947e0a28c15e73da8e2e0db959cbed716; >= be95745f01677245a061a8f51473ef5ec8ad008e, < 8414f0e9f707226de20b48c7048179fd86d352fc; >= be95745f01677245a061a8f51473ef5ec8ad008e, < d06f91a52af11630c9f7e487f6daf242ac310cb8; >= be95745f01677245a061a8f51473ef5ec8ad008e, < 1e5cd8bc902331ff801df88cbb299029ae062753; >= be95745f01677245a061a8f51473ef5ec8ad008e, < 956e7da12c114f13c63d126ab1d79c3b6a819060 |
| Linux | Linux | 2.6.33 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89953?
How severe is CVE-2026-89953?
How do I fix CVE-2026-89953?
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-89948In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89949In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8995The Poll Maker – Versus Polls, Anonymous Polls, Image Polls …4.3
- CVE-2026-89950In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89951In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-89952In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89954In the Linux kernel, the following vulnerability has been re…8
- CVE-2026-89955In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89956In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89957In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-89958In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89959In the Linux kernel, the following vulnerability has been re…8.8
Are you affected by CVE-2026-89953?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
