LiveActive security incident?Get immediate response
CVE Record

CVE-2022-34917: Unauthenticated clients may cause OutOfMemoryError on Apache Kafka Brokers

A security vulnerability has been identified in Apache Kafka. It affects all releases since 2.8.0. The vulnerability allows malicious unauthenticated clients to allocate large amounts of memory on brokers. This can lead to brokers hitting OutOfMemoryException and causing denial of service. Example scenarios: - Kafka cluster without authentication: Any clients able to establish a network connection to a broker can trigger the issue. - Kafka cluster with SASL authentication: Any clients able to establish a network connection to a broker, without the need for valid SASL credentials, can trigger the issue. - Kafka cluster with TLS authentication: Only clients able to successfully authenticate via TLS can trigger the issue. We advise the users to upgrade the Kafka installations to one of the 3.2.3, 3.1.2, 3.0.2, 2.8.2 versions.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Apache Kafka brokers can be forced to consume large amounts of memory by clients that can connect to them. This can crash brokers with OutOfMemoryException and disrupt Kafka-dependent applications. The main business risk is service outage, especially where brokers are reachable by unauthenticated or broadly trusted clients.

Executive priority

Treat this as a high-priority availability risk for Kafka-backed services. Prioritize externally reachable, shared, or weakly segmented clusters first. Upgrade during the next urgent maintenance window, or sooner if broker access is broad.

Technical view

CVE-2022-34917 is a CWE-789 denial-of-service issue in Apache Kafka 2.8.0 through 3.2.1. Clients with broker network access may allocate excessive broker memory. SASL deployments remain exposed before valid credentials are required; TLS client authentication limits triggering to successfully authenticated TLS clients. Fixed versions are 2.8.2, 3.0.2, 3.1.2, and 3.2.3.

Likely exposure

Kafka clusters running affected 2.8.x, 3.0.x, 3.1.x, or 3.2.x releases are exposed when clients can reach broker listener ports. Exposure is highest without authentication or with SASL-only authentication. TLS client authentication narrows exposure to authenticated TLS clients.

Exploitation context

The provided sources do not claim active exploitation, and the bundle marks KEV as false. The issue is network reachable, low complexity, unauthenticated in common configurations, and impacts availability only. No exploit details are needed to assess urgency.

Researcher notes

The bundle does not include code-level root cause, indicators, or proof-of-concept details. Validate exposure through version, listener reachability, and authentication mode. Avoid reproduction against production because the failure mode is broker memory exhaustion and service disruption.

Mitigation direction

  • Upgrade Kafka to 3.2.3, 3.1.2, 3.0.2, or 2.8.2 as applicable.
  • Restrict broker listener access to trusted client networks only.
  • Review SASL deployments because valid SASL credentials are not required to trigger exposure.
  • Prefer strong client authentication where operationally feasible, following Apache Kafka guidance.
  • Monitor broker memory pressure and OutOfMemoryException events until upgraded.

Validation and detection

  • Inventory all Kafka broker versions and compare against affected releases.
  • Identify every broker listener reachable by unauthenticated or untrusted clients.
  • Confirm whether each listener uses no auth, SASL, or TLS client authentication.
  • Check broker logs and monitoring for OutOfMemoryException or unexplained restarts.
  • Verify upgraded clusters report fixed Kafka versions after deployment.
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-789: 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-34917 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
High
CVSS
7.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/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
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H3.93.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2022-34917Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/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
Apache Software FoundationApache KafkaApache Kafka 2.8.0 2.8.0, Apache Kafka 2.8.1 2.8.1, Apache Kafka 3.0.0 3.0.0, Apache Kafka 3.0.1 3.0.1, Apache Kafka 3.1.0 3.1.0, Apache Kafka 3.1.1 3.1.1, Apache Kafka 3.2.0 3.2.0, Apache Kafka 3.2.1 3.2.1Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.