Security readout for executives and security teams
Plain-English summary
This is a Linux kernel availability bug in the mISDN NetJet ISDN driver. Under a specific local failure path, the kernel can try to free an IRQ it never requested, causing a warning and possible panic. Business impact is service disruption, not data theft or code execution based on the provided sources.
Executive priority
Treat as a moderate availability risk. Prioritize normal kernel patching for systems with relevant ISDN driver exposure, and escalate only if affected kernels are used on high-availability systems where local users can trigger driver initialization.
Technical view
The flaw is in netjet.c nj_probe cleanup. If nj_setup fails with -EIO after card->irq is set, nj_release may call free_irq for an IRQ not successfully requested. The fix moves irq assignment to the request_irq path. CVSS is 4.7: local, high complexity, low privileges, availability impact only.
Likely exposure
Exposure is likely limited to Linux systems running affected kernels with the mISDN NetJet driver present and reachable through local device or driver initialization paths. Systems without this driver, hardware, or module path are less likely to be affected.
Exploitation context
The source bundle does not show active exploitation, and KEV is false. The CVSS vector indicates local access, high attack complexity, and low privileges. Evidence supports a denial-of-service crash scenario, especially where panic_on_warn or similar operational settings convert the warning into a panic.
Researcher notes
The evidence is a resolved Linux kernel cleanup bug with KASAN output and multiple stable commit references. The bundle does not provide exploit reports, affected distribution package names, or a standalone mitigation beyond applying fixed kernels or vendor guidance.
Mitigation direction
Update to a vendor kernel that includes the referenced stable Linux fixes.
Check distribution advisories for the exact fixed package or backport status.
If unused, review vendor-supported options to disable mISDN NetJet support.
Do not test crash behavior on production systems.
Validation and detection
Inventory Linux kernel versions across systems that may include mISDN NetJet support.
Confirm whether the mISDN NetJet driver is built, installed, or loadable.
Verify the running kernel contains a vendor backport of the stable fix.
Review kernel logs for nj_probe, nj_release, free_irq, or panic_on_warn events.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-400: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-400 · source CWE mapping
Uncontrolled Resource Consumption
Uncontrolled Resource Consumption represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.