LiveActive security incident?Get immediate response
CVE Record

CVE-2022-31076: Malicious Message can crash CloudCore in KubeEdge

KubeEdge is built upon Kubernetes and extends native containerized application orchestration and device management to hosts at the Edge. In affected versions a malicious message can crash CloudCore by triggering a nil-pointer dereference in the UDS Server. Since the UDS Server only communicates with the CSI Driver on the cloud side, the attack is limited to the local host network. As such, an attacker would already need to be an authenticated user of the Cloud. Additionally it will be affected only when users turn on the unixsocket switch in the config file cloudcore.yaml. This bug has been fixed in Kubeedge 1.11.0, 1.10.1, and 1.9.3. Users should update to these versions to resolve the issue. Users unable to upgrade should sisable the unixsocket switch of CloudHub in the config file cloudcore.yaml.

MediumCVSS 4.2Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2022-31076 can let a highly privileged, authenticated cloud-side user crash KubeEdge CloudCore when the unixsocket feature is enabled. The reported impact is service availability, not data theft or tampering. Exposure is narrow, but edge orchestration outages can still disrupt operations.

Executive priority

Treat as a targeted availability risk, not a broad internet-facing compromise. Patch during the next controlled maintenance window, faster for production edge control planes where CloudCore outages would disrupt service.

Technical view

Affected KubeEdge versions contain a nil-pointer dereference in the CloudCore UDS Server. A malicious message can crash CloudCore when the CloudHub unixsocket switch is enabled in cloudcore.yaml. The advisory limits reachability to the local host network and notes UDS Server communication is cloud-side with the CSI Driver.

Likely exposure

Most relevant to KubeEdge deployments running affected versions with CloudCore configured with the unixsocket switch enabled. The source states an attacker must already be an authenticated cloud user and have local host network reachability.

Exploitation context

The source bundle does not report active exploitation, and KEV is false. The CVSS vector indicates adjacent attack vector, high attack complexity, high privileges required, no user interaction, and high availability impact only.

Researcher notes

This is CWE-476 nil-pointer dereference with CVSS 3.1 score 4.2. Validate exposure through version and configuration, not exploit testing. Evidence is specific about prerequisites and impact, but the bundle does not provide broader exploitation telemetry.

Mitigation direction

  • Upgrade KubeEdge to 1.11.0, 1.10.1, or 1.9.3 as applicable.
  • If upgrade is not possible, disable the CloudHub unixsocket switch in cloudcore.yaml.
  • Prioritize environments where CloudCore availability affects production edge workloads.
  • Check vendor guidance before applying alternative workarounds.

Validation and detection

  • Inventory KubeEdge versions and identify deployments below fixed releases.
  • Review cloudcore.yaml for the CloudHub unixsocket switch setting.
  • Confirm CloudCore is deployed where authenticated cloud users could reach local host services.
  • Review operational logs for unexplained CloudCore crashes or restarts.
Prepared
Confidence
high
Sources
4

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

Container behavior lookup

The affected technology mentions containers, so container-specific ATT&CK technique 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-2022-31076 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
4.2 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:A/AC:H/PR:H/UI:N/S:U/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
0Timeline events
0ADP providers
3Source 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
4.2CVSS 3.1MediumCVSS:3.1/AV:A/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H0.53.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.2Medium
CVSS 3.1 vector shape for CVE-2022-31076Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:A/AC:H/PR:H/UI:N/S:U/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
kubeedgekubeedge< 1.9.3, >= 1.10.0, < 1.10.1Listed
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.