In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: do not trigger BUG() on BH disabled context __get_vm_area_node()… (CVE-2026-63955)
A vulnerability in the Linux kernel's memory management subsystem was resolved to prevent an incorrect BUG() trigger in contexts where bottom halves (BH) are disabled. The function __get_vm_area_node() previously called BUG() when in_interrupt() returned true, but in_interrupt() also returns true when BH are disabled, causing unintended kernel crashes. The fix replaces the in_interrupt() check with a more precise check for in_nmi() or in_hardirq() contexts, avoiding false positives.
AI Analysis
Technical Summary
The Linux kernel vulnerability (CVE-2026-63955) involves the function __get_vm_area_node() in the mm/vmalloc area, which incorrectly triggers a BUG() when called in a bottom halves disabled context. This is because the in_interrupt() function returns true not only for hard IRQ or NMI contexts but also when bottom halves are disabled, leading to unintended kernel BUG() calls. The vulnerability is triggered in bridge code paths involving rhashtable_lookup_insert_fast() with BH disabled. The patch replaces the in_interrupt() check with a more accurate condition checking specifically for in_nmi() or in_hardirq(), preventing erroneous BUG() triggers.
Potential Impact
This vulnerability causes the Linux kernel to trigger a BUG() and potentially crash or halt when executing certain code paths with bottom halves disabled, even though the context is not a hard IRQ or NMI. This can lead to system instability or denial of service due to unexpected kernel panics.
Mitigation Recommendations
A fix has been implemented that replaces the in_interrupt() check with a check for in_nmi() or in_hardirq() in the __get_vm_area_node() function. Users should apply the official Linux kernel updates that include this patch to prevent unintended kernel BUG() triggers. Patch status is not explicitly stated in the provided data; check the official Linux kernel advisories for the relevant fixed versions and apply updates accordingly.
In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: do not trigger BUG() on BH disabled context __get_vm_area_node()… (CVE-2026-63955)
Description
A vulnerability in the Linux kernel's memory management subsystem was resolved to prevent an incorrect BUG() trigger in contexts where bottom halves (BH) are disabled. The function __get_vm_area_node() previously called BUG() when in_interrupt() returned true, but in_interrupt() also returns true when BH are disabled, causing unintended kernel crashes. The fix replaces the in_interrupt() check with a more precise check for in_nmi() or in_hardirq() contexts, avoiding false positives.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The Linux kernel vulnerability (CVE-2026-63955) involves the function __get_vm_area_node() in the mm/vmalloc area, which incorrectly triggers a BUG() when called in a bottom halves disabled context. This is because the in_interrupt() function returns true not only for hard IRQ or NMI contexts but also when bottom halves are disabled, leading to unintended kernel BUG() calls. The vulnerability is triggered in bridge code paths involving rhashtable_lookup_insert_fast() with BH disabled. The patch replaces the in_interrupt() check with a more accurate condition checking specifically for in_nmi() or in_hardirq(), preventing erroneous BUG() triggers.
Potential Impact
This vulnerability causes the Linux kernel to trigger a BUG() and potentially crash or halt when executing certain code paths with bottom halves disabled, even though the context is not a hard IRQ or NMI. This can lead to system instability or denial of service due to unexpected kernel panics.
Mitigation Recommendations
A fix has been implemented that replaces the in_interrupt() check with a check for in_nmi() or in_hardirq() in the __get_vm_area_node() function. Users should apply the official Linux kernel updates that include this patch to prevent unintended kernel BUG() triggers. Patch status is not explicitly stated in the provided data; check the official Linux kernel advisories for the relevant fixed versions and apply updates accordingly.
Technical Details
- Gcve Source
- db.gcve.eu
- Osv Id
- GHSA-jvrv-jph4-c9c9
- Osv Schema Version
- 1.4.0
- Aliases
- ["CVE-2026-63955"]
- Ecosystems
- []
- Database Specific Severity
- null
- Cvss Version
- null
Threat ID: 6a5d27aa2a4a8d598912e892
Added to database: 07/19/2026, 19:38:18 UTC
Last enriched: 07/19/2026, 20:04:33 UTC
Last updated: 07/20/2026, 17:26:47 UTC
Views: 11
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.