LiveActive security incident?Get immediate response
CVE Record

CVE-2022-31079: KubeEdge Cloud Stream and Edge Stream DoS from large stream message

KubeEdge is an open source system for extending native containerized application orchestration capabilities to hosts at Edge. Prior to versions 1.11.1, 1.10.2, and 1.9.4, the Cloud Stream server and the Edge Stream server reads the entire message into memory without imposing a limit on the size of this message. An attacker can exploit this by sending a large message to exhaust memory and cause a DoS. The Cloud Stream server and the Edge Stream server are under DoS attack in this case. The consequence of the exhaustion is that the CloudCore and EdgeCore will be in a denial of service. Only an authenticated user can cause this issue. It will be affected only when users enable `cloudStream` module in the config file `cloudcore.yaml` and enable `edgeStream` module in the config file `edgecore.yaml`. This bug has been fixed in Kubeedge 1.11.1, 1.10.2, and 1.9.4. As a workaround, disable cloudStream module in the config file `cloudcore.yaml` and disable edgeStream module in the config file `edgecore.yaml`.

MediumCVSS 4.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2022-31079 can let an authenticated KubeEdge user crash CloudCore or EdgeCore by causing stream components to consume excessive memory. Business impact is availability, not data theft. Exposure is limited to vulnerable KubeEdge versions with both cloudStream and edgeStream enabled, but affected edge orchestration services may be disrupted.

Executive priority

Prioritize remediation for production KubeEdge environments that rely on CloudCore and EdgeCore availability, especially edge sites with limited operational redundancy. This is not currently evidenced as actively exploited, but a successful attack can interrupt orchestration services.

Technical view

KubeEdge Cloud Stream and Edge Stream read an entire stream message into memory without a size limit, causing CWE-400 uncontrolled resource consumption. A network attacker with high privileges can trigger memory exhaustion and denial of service against CloudCore and EdgeCore when the relevant stream modules are enabled.

Likely exposure

Likely exposure is KubeEdge 1.11.0, 1.10.0 through before 1.10.2, and versions before 1.9.4 where cloudStream and edgeStream are enabled. Systems without those modules enabled are not described as affected.

Exploitation context

The source bundle does not cite active exploitation, and KEV is false. The advisory states only an authenticated user can cause the issue by sending a large stream message, with high attack complexity and high privileges required.

Researcher notes

The affected condition is configuration-dependent and privilege-gated. Validate version and module state before rating internal exposure. The source bundle names fixed versions and the disable-module workaround, but does not provide independent exploit telemetry or additional mitigations.

Mitigation direction

  • Upgrade KubeEdge to 1.11.1, 1.10.2, 1.9.4, or later supported releases.
  • If upgrade is delayed, disable cloudStream in cloudcore.yaml.
  • If upgrade is delayed, disable edgeStream in edgecore.yaml.
  • Review vendor guidance before changing production edge orchestration behavior.
  • Restrict authenticated access to KubeEdge stream capabilities where operationally possible.

Validation and detection

  • Inventory KubeEdge versions across CloudCore and EdgeCore deployments.
  • Check cloudcore.yaml for whether cloudStream is enabled.
  • Check edgecore.yaml for whether edgeStream is enabled.
  • Confirm upgraded components report fixed KubeEdge versions.
  • Review monitoring for CloudCore or EdgeCore memory exhaustion and restarts.
Prepared
Confidence
high
Sources
3

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-31079 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.4 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/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
2Source 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.4CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H0.73.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
kubeedgekubeedge= 1.11.0, >= 1.10.0, < 1.10.2, < 1.9.4Listed
Weakness

CWE details

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.