CVE-2026-63955

Source
https://cve.org/CVERecord?id=CVE-2026-63955
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-63955.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-63955
Downstream
Published
2026-07-19T14:55:46.903Z
Modified
2026-07-22T03:31:49.514040880Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
mm/vmalloc: do not trigger BUG() on BH disabled context
Details

In the Linux kernel, the following vulnerability has been resolved:

mm/vmalloc: do not trigger BUG() on BH disabled context

_getvmareanode() currently triggers a BUG() if ininterrupt() returns true. However, ininterrupt() also reports true when BH are disabled.

The bridge code can call rhashtablelookupinsert_fast() with bottom halves disabled:

__vlanadd() -> brfdb_addlocal() spinlockbh(&br->hashlock); <-- Disable BH -> fdbaddlocal() -> fdbcreate() -> rhashtablelookupinsertfast() -> kvmalloc() -> vmalloc() -> __getvmareanode() -> BUGON(ininterrupt()) spinunlockbh(&br->hashlock)

this triggers the BUG() despite the caller not being in NMI or hard IRQ context.

Replace the ininterrupt() check with innmi() || in_hardirq().

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/63xxx/CVE-2026-63955.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
c6307674ed82c0c57d6e1e3408e84ac449ab8e94
Fixed
ad7eff07b625f53c3fb513b30d7a8c5a79fbc7ce
Fixed
04aa71da5f35aacdc9ae9cb5150947daa624f641

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-63955.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.0.12

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-63955.json"