EnvoyApplication · Envoyproxy

CVE-2026-48497

HIGH · 7.5 CVSS v3.1 Published 2026-06-26
Fix available
A fix is available. Upgrade to 1.35.13 / 1.36.9 or later.
See remediation →
84/100
Remediation priority · High
Remotely reachable No privileges Zero-click 8 weeks old

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
Envoy is an open source edge and service proxy designed for cloud-native applications. Prior to 1.35.11, 1.36.7, 1.37.3, and 1.38.1, in cases where UDP DNS filter is configured with local resolution containing a name with the length of 255 octets or remote resolution for a name of 255 octets long can complete successfully, a query with such name will result in abnormal process termination. The abnormal process termination is triggered by an invalid runtime precondition that the query name is strictly less than 255 octets, contradicting DNS specification rfc1035#section-2.3.4 that the name can be 255 or less octets. This vulnerability is fixed in 1.35.11, 1.36.7, 1.37.3, and 1.38.1.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

In Envoy's UDP DNS filter, an invalid runtime precondition incorrectly asserts that DNS query names must be strictly less than 255 octets, contradicting RFC 1035 which permits names of 255 octets or less. When a DNS query with a 255-octet name is processed, this triggers an assertion failure causing abnormal process termination, resulting in denial of service.

MitigationUpgrade Envoy to version 1.35.11, 1.36.7, 1.37.3, or 1.38.1 or later, which contain the corrected runtime precondition check. Until upgrade, consider restricting or filtering UDP DNS traffic reaching the Envoy instance.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
EnvoyApplication
Affected:< 1.35.13>= 1.36.0, < 1.36.9>= 1.37.0, < 1.37.5>= 1.38.0, < 1.38.3

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Check Envoy version
    Run `envoy --version` or query the `/server_info` admin endpoint to retrieve the installed Envoy version.
    Affected if Version is < 1.35.13, >= 1.36.0 and < 1.36.9, >= 1.37.0 and < 1.37.5, or >= 1.38.0 and < 1.38.3
  2. Identify if UDP DNS filter is configured
    Review Envoy's static configuration or dynamic listeners configuration. Look for a listener filter or network filter of type `envoy.filters.udp.dns_filter` or similar UDP DNS filter extension.
    Affected if A UDP DNS filter is present in the Envoy configuration
  3. Verify UDP DNS filter is active
    Check listener status via `/listeners` admin endpoint or configuration dump. Confirm the DNS filter is bound to a UDP listener and receiving traffic.
    Affected if The UDP DNS filter is actively bound to a UDP listener handling DNS traffic
  4. Assess exposure to external DNS queries
    Determine if the UDP listener with the DNS filter is exposed to untrusted networks or can receive DNS queries from clients. Check network access controls, firewall rules, and listener bind address.
    Affected if The UDP DNS filter listener is reachable by external or untrusted clients who could send crafted DNS queries

You are affected if your Envoy version falls within the vulnerable ranges and a UDP DNS filter is actively handling DNS queries from potential attackers.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 1.35.13 / 1.36.9 / 1.37.5 or later
Fixed in 1.35.131.36.91.37.5
Interim mitigation

Upgrade Envoy to version 1.35.11, 1.36.7, 1.37.3, or 1.38.1 or later, which contain the corrected runtime precondition check. Until upgrade, consider restricting or filtering UDP DNS traffic reaching the Envoy instance.

Recommended fix High confidence

Upgrade to Envoy 1.35.13, 1.36.9, 1.37.5, or 1.38.3 (choose the release line matching your current version)

  1. 1. Identify the current Envoy proxy version in use by checking the deployed binaries or container images
  2. 2. Based on the current version, determine the appropriate upgrade target from the fixed releases: 1.35.13, 1.36.9, 1.37.5, or 1.38.3
  3. 3. Plan the upgrade, ensuring compatibility with existing configuration and dependencies
  4. 4. For containerized deployments, update the image tag to the fixed version (e.g., envoyproxy/envoy:v1.38.3)
  5. 5. For binary deployments, download the appropriate fixed release from the Envoy GitHub releases page
  6. 6. Test the upgrade in a staging environment before deploying to production
  7. 7. Deploy the upgraded Envoy version and verify the DNS filter functions correctly with 255-octet names
  8. 8. Monitor logs for any abnormal process terminations to confirm the fix is effective
Caveat Review Envoy release notes for any breaking changes between your current version and the target fixed version before upgrading

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Envoy Scoped from the published advisory
  • Consultation2.0 h
  • Implementation4.0 h
  • Testing3.0 h
  • Review / QA2.0 h
11.0 hours of engineering $1,930
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,088.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-48497 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2026-48497 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data