CVE-2024-22099: NULL pointer deference in rfcomm_check_security in Linux kernel
NULL Pointer Dereference vulnerability in Linux Linux kernel kernel on Linux, x86, ARM (net, bluetooth modules) allows Overflow Buffers. This vulnerability is associated with program files /net/bluetooth/rfcomm/core.C.
This issue affects Linux kernel: v2.6.12-rc2.
Security readout for executives and security teams
Plain-English summary
CVE-2024-22099 is a Linux kernel Bluetooth RFCOMM flaw that can crash affected systems by triggering a null pointer dereference. The business impact is availability, not data theft, based on the supplied CVSS vector. Treat it as a patch-management issue for Linux and embedded products using affected kernel builds.
Executive priority
Schedule remediation in the normal security patch cycle, with faster handling for critical appliances or services where a crash would disrupt operations. Current evidence supports moderate availability risk, not confirmed active exploitation or data compromise.
Technical view
The issue is reported in net/bluetooth/rfcomm/core.c, specifically rfcomm_check_security, and is classified as CWE-476. The supplied record lists Linux kernel v2.6.12-rc2 as affected, with default status otherwise unaffected. CVSS 3.1 is 6.3: network vector, high attack complexity, low privileges required, no user interaction, high availability impact.
Likely exposure
Exposure is most likely on Linux systems or embedded products that include the affected Bluetooth RFCOMM kernel code and have the relevant Bluetooth modules enabled. The provided affected-version data is narrow and incomplete, so confirm exposure through vendor kernel advisories, distribution security notices, and asset inventory.
Exploitation context
The source bundle does not show CISA KEV listing or other evidence of active exploitation. The CVSS vector indicates exploitation requires low privileges and high attack complexity, with impact limited to availability. Do not assume remote unauthenticated compromise from the supplied evidence.
Researcher notes
The record contains inconsistent wording, including “allows Overflow Buffers” for a CWE-476 null pointer dereference. The affected-version data is unusually narrow, while distribution and Siemens advisories suggest downstream relevance. Validate against original vendor advisories before broad vulnerability assertions.
Mitigation direction
Apply relevant kernel updates from Linux distribution or device vendor advisories.
Review Debian, Fedora, Siemens, and platform vendor guidance for affected package versions.
Where patching is delayed, assess whether Bluetooth/RFCOMM can be disabled or restricted.
Prioritize externally reachable, operationally critical, and embedded Linux assets first.
Validation and detection
Inventory Linux kernel versions and vendor package advisories across servers and devices.
Check whether Bluetooth and RFCOMM kernel modules are present and enabled.
Confirm Debian, Fedora, or vendor fixes are installed where applicable.
Monitor system logs for kernel crashes involving Bluetooth RFCOMM paths.
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-476: 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-476 · source CWE mapping
NULL Pointer Dereference
NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.