LiveActive security incident?Get immediate response
CVE Record

CVE-2023-3106: Kernel: netlink socket crash (null pointer deref) in netlink_dump function

A NULL pointer dereference vulnerability was found in netlink_dump. This issue can occur when the Netlink socket receives the message(sendmsg) for the XFRM_MSG_GETSA, XFRM_MSG_GETPOLICY type message, and the DUMP flag is set and can cause a denial of service or possibly another unspecified impact. Due to the nature of the flaw, privilege escalation cannot be fully ruled out, although it is unlikely.

MediumCVSS 6.6Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-3106 is a Linux kernel flaw that can crash a system component through local Netlink handling. The main business risk is denial of service on affected hosts. Red Hat marks severity medium and lists several RHEL releases as unaffected, but RHEL 7 kernel and kernel-rt status is unknown in the provided data.

Executive priority

Handle as a medium-priority Linux availability issue. Focus first on shared or business-critical RHEL 7 systems, because the provided evidence does not show internet exposure or active exploitation.

Technical view

The flaw is a NULL pointer dereference in netlink_dump triggered when Netlink receives XFRM_MSG_GETSA or XFRM_MSG_GETPOLICY messages with the DUMP flag set. CVSS 3.1 is 6.6 with local access, low complexity, low privileges, and high availability impact. Privilege escalation is described as unlikely but not fully ruled out.

Likely exposure

Systems running Red Hat Enterprise Linux 7 kernel or kernel-rt require investigation because their status is unknown. The bundle lists RHEL 6, 8, and 9 kernel variants as unaffected. Exposure appears local, requiring authenticated low-privileged access to the host.

Exploitation context

No active exploitation evidence is provided; KEV is false. The relevant attack surface is local Netlink/XFRM message handling, so risk is higher on multi-user hosts, shared Linux infrastructure, or environments where untrusted users can run local code.

Researcher notes

Evidence supports local denial of service via netlink_dump NULL pointer dereference. Confidentiality and integrity impacts are rated low in CVSS, and privilege escalation is only described as unlikely but not impossible. Affected status is incomplete for RHEL 7 kernel and kernel-rt.

Mitigation direction

  • Inventory RHEL 7 hosts and kernel/kernel-rt package status against Red Hat guidance.
  • Apply vendor-provided kernel updates when Red Hat marks affected builds and fixes.
  • Prioritize multi-user or shared Linux hosts where local users are less trusted.
  • Monitor Red Hat Bugzilla and CVE page for clarified RHEL 7 status.
  • Avoid assuming unaffected status for RHEL 7 until vendor guidance confirms it.

Validation and detection

  • Confirm whether any production hosts run RHEL 7 kernel or kernel-rt.
  • Compare installed kernel packages with Red Hat’s CVE advisory status.
  • Review system crash records for kernel null pointer dereference events in Netlink/XFRM paths.
  • Check vulnerability scanner findings against the CVE’s local-access and affected-platform constraints.
Prepared
Confidence
medium
Sources
5

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
description · low confidence lookup

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-3106 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.6 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/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
0Timeline events
0ADP providers
4Source links

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.6CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H1.84.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.6Medium
CVSS 3.1 vector shape for CVE-2023-3106Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Red HatRed Hat Enterprise Linux 6kernelunaffected
Red HatRed Hat Enterprise Linux 7kernelunknown
Red HatRed Hat Enterprise Linux 7kernel-rtunknown
Red HatRed Hat Enterprise Linux 8kernelunaffected
Red HatRed Hat Enterprise Linux 8kernel-rtunaffected
Red HatRed Hat Enterprise Linux 9kernelunaffected
Red HatRed Hat Enterprise Linux 9kernel-rtunaffected
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.