CVE-2026-63955
Last modified
CVE-2026-63955 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: do not trigger BUG() on BH disabled context __get_vm_area_node() currently triggers a BUG() if in_interrupt() returns true. However, in_interrupt() also reports true when BH are disabled. The bridge code can call rhashtable_lookup_insert_fast() with bottom halves disabled: __vlan_add() -> br_fdb_add_local() spin_lock_bh(&br->hash_lock); <-- Disable BH -> fdb_add_local() -> fdb_create() -> rhashtable_lookup_insert_fast() -> kvmalloc() -> vmalloc() -> __get_vm_area_node() -> BUG_ON(in_interrupt()) spin_unlock_bh(&br->hash_lock) this triggers the BUG() despite the caller not being in NMI or hard IRQ context. Replace the in_interrupt() check with in_nmi() || in_hardirq().. EPSS estimates a 0.47% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: do not trigger BUG() on BH disabled context __get_vm_area_node() currently triggers a BUG() if in_interrupt() returns true. However, in_interrupt() also reports true when BH are disabled. The bridge code can call rhashtable_lookup_insert_fast() with bottom halves disabled: __vlan_add() -> br_fdb_add_local() spin_lock_bh(&br->hash_lock); <-- Disable BH -> fdb_add_local() -> fdb_create() -> rhashtable_lookup_insert_fast() -> kvmalloc() -> vmalloc() -> __get_vm_area_node() -> BUG_ON(in_interrupt()) spin_unlock_bh(&br->hash_lock) this triggers the BUG() despite the caller not being in NMI or hard IRQ context. Replace the in_interrupt() check with in_nmi() || in_hardirq().
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= c6307674ed82c0c57d6e1e3408e84ac449ab8e94, < ad7eff07b625f53c3fb513b30d7a8c5a79fbc7ce; >= c6307674ed82c0c57d6e1e3408e84ac449ab8e94, < 04aa71da5f35aacdc9ae9cb5150947daa624f641 |
| Linux | Linux | 6.19 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-63955?
How severe is CVE-2026-63955?
How do I fix CVE-2026-63955?
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-6395The Word 2 Cash plugin for WordPress is vulnerable to Cross-…6.1
- CVE-2026-63950In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-63951In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-63952In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-63953In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63954In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-63956In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63957In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63958In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63959In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6396The Fast & Fancy Filter – 3F plugin for WordPress is vulnera…4.3
- CVE-2026-63960In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-63955?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
