Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-65604 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

Skipper contains an incomplete fix for CVE-2026-50197 in which oversized request bodies bypass Open Policy Agent (OPA) deny-on-presence Rego policies. When a request body exceeds the configured maxBodyBytes limit, Skipper forwards the full payload to the upstream service while OPA evaluates against an empty parsed_body, so policies that deny requests based on body content are not enforced and forbidden actions proceed. No fixed version is available; v0.27.26 adds documentation guidance only.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-20Improper Input Validation[email protected]

Affected Products

ProductVersions
Zalando Skipper
< 0.27.26 (semver)

CPE

  • cpe:2.3:a:zalando:skipper:*:*:*:*:*:*:*:*

Remediation

  • Workaround:low effort

    Configure Open Policy Agent (OPA) to deny requests with oversized bodies. Example policy: default allow := false allow if { input.attributes.request.http.truncated_body == false # ... body-based conditions } Example policy to allow by default and deny oversized bodies: default deny := false deny if { input.attributes.request.http.truncated_body == true # ... body-based conditions }

  • Workaround:low efforthttps://github.com/zalando/skipper/releases/tag/v0.27.26

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-65604
NVD Published Date:
Jul 23, 2026
NVD Last Modified:
Jul 30, 2026
Source:
[email protected]
CVE-2026-65604 Details - Not Deferred