๐Ÿ” CVE Alert

CVE-2026-65838

HIGH 8.2

Skipper: an oversized declared-`Content-Length` body still hands OPA an empty `parsed_body`, so deny-on-presence Rego policies fail OPEN while the full payload reaches upstream

CVSS Score
8.2
EPSS Score
0.0%
EPSS Percentile
0th

Skipper is an HTTP router and reverse proxy for service composition. Prior to 0.27.35, the opaAuthorizeRequestWithBody filter in filters/openpolicyagent/openpolicyagent.go can allow an oversized declared Content-Length request to bypass a deny-on-presence Rego policy because ExtractHttpBodyOptionally leaves OPA with an empty parsed_body while forwarding the complete request body upstream. This incomplete remediation of CVE-2026-50197 affects deployments that authorize request-body content and exceed -open-policy-agent-max-request-body-size, which defaults to 1 MB. Policy logic that does not reject input.attributes.request.http.truncated_body can therefore fail open and permit a forbidden payload to reach the protected service, while small bodies and the previously fixed chunked-body case are evaluated normally. This issue is fixed in version 0.27.35.

CWE CWE-754
Vendor zalando
Product skipper
Published Sep 14, 2026
Last Updated Sep 15, 2026
Stay Ahead of the Next One

Get instant alerts for zalando skipper

Be the first to know when new high vulnerabilities affecting zalando skipper are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
Low
Availability
None

Affected Versions

zalando / skipper
< 0.27.35

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/zalando/skipper/security/advisories/GHSA-8qqm-fp2q-v734 github.com: https://github.com/zalando/skipper/commit/2cfceabaa6ff0af65b312dcb9bcbe84691b9d507 github.com: https://github.com/zalando/skipper/releases/tag/v0.27.35