CVE-2026-33818
High
Medium ImpactThis CVE can affect KrakenD under specific conditions. Review the affected versions below and upgrade if your deployment is exposed.
Component
Go standard library (encoding/asn1)
Disclosed
Aug 14, 2026
encoding/asn1 package, used to decode ASN.1 DER structures such as X.509
certificates, did not enforce a recursion limit in Unmarshal. A deeply-nested,
recursive ASN.1 structure, such as a maliciously crafted certificate, could drive the
decoder into unbounded recursion and exhaust the goroutine’s stack, crashing the
process. The fix adds a recursion depth guard.Community Edition
2.13.9
addresses this CVE
Affected CE versions
>= 2.0, < 2.13.9
Enterprise Edition
2.13.7
addresses this CVE
Affected EE versions
>= 2.0, < 2.13.7
Upgrade to the addressed version or later to remediate this vulnerability.
Stay up to date with KrakenD releases and important updates