LiveActive security incident?Get immediate response
CVE Record

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.

MediumCVSS 6.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
medium
Sources
8

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2024-22099 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
3Timeline events
3ADP providers
7Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
6.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:N/A:H1.84Anolis

Vulnerability scoring details

Base CVSS 3.1 score

6.3Medium
CVSS 3.1 vector shape for CVE-2024-22099Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CVECVE Program Container
CISA-ADPCISA ADP Vulnrichment
other:ssvc
siemens-SADPADP container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux kernelkernel, v2.6.12-rc2unaffected
Weakness

CWE details

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.