LiveActive security incident?Get immediate response
CVE Record

CVE-2022-29225: Zip bomb vulnerability in Envoy

Envoy is a cloud-native high-performance proxy. In versions prior to 1.22.1 secompressors accumulate decompressed data into an intermediate buffer before overwriting the body in the decode/encodeBody. This may allow an attacker to zip bomb the decompressor by sending a small highly compressed payload. Maliciously constructed zip files may exhaust system memory and cause a denial of service. Users are advised to upgrade. Users unable to upgrade may consider disabling decompression.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Envoy versions before 1.22.1 can be forced to use excessive memory when handling specially compressed data. A small compressed payload may expand into a large intermediate buffer and crash or degrade the proxy, causing service disruption. The published remedy is to upgrade, or disable decompression if upgrading is not immediately possible.

Executive priority

Treat as a high-priority availability issue for Envoy-backed services. It is not described as data compromise, but affected internet-facing proxies could be disrupted cheaply. Patch or disable decompression where exposed.

Technical view

The flaw is a zip-bomb style denial-of-service in Envoy decompression. Before 1.22.1, decompressors accumulated decompressed content in an intermediate buffer before replacing the body in encodeBody/decodeBody. This can exhaust memory from network-reachable traffic without authentication, matching CVSS 7.5 and CWE-400/CWE-409.

Likely exposure

Exposure is most likely where Envoy before 1.22.1 is deployed as an edge, service-mesh, or internal proxy with decompression enabled and accepts compressed traffic from untrusted clients or upstreams.

Exploitation context

The provided sources do not show CISA KEV listing or confirmed active exploitation. The vulnerability is network reachable, low complexity, unauthenticated, and affects availability only. Evidence supports denial-of-service risk, not data theft or code execution.

Researcher notes

Focus validation on version, decompression configuration, and traffic trust boundaries. The root issue is unbounded resource consumption during decompressed body buffering, categorized as CWE-400 and CWE-409. Do not infer affected downstream products without confirming their bundled Envoy version and configuration.

Mitigation direction

  • Upgrade Envoy to version 1.22.1 or later.
  • If upgrade is delayed, consider disabling decompression as vendor guidance states.
  • Prioritize externally reachable and high-traffic Envoy deployments first.
  • Review Envoy security advisory and release guidance before operational changes.

Validation and detection

  • Inventory all Envoy deployments and confirm running versions.
  • Identify listeners, filters, or routes where decompression is enabled.
  • Check whether compressed traffic can arrive from untrusted sources.
  • Review memory exhaustion, OOM, crash, and restart telemetry around Envoy.
  • Confirm upgraded instances report Envoy 1.22.1 or later.
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-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
cwe · low confidence lookup

CWE-409: 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-29225 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
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
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-29225Attack 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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
envoyproxyenvoy< 1.22.1Listed
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.

CWE-409 · source CWE mapping

Improper Handling of Highly Compressed Data (Data Amplification)

Improper Handling of Highly Compressed Data (Data Amplification) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.