You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A NULL pointer dereference occurs when the application dereferences a pointer that it expects to be valid, but is NULL, typically causing a crash or exit.
Learn more on MITRE.
Summary
When PPv2 is enabled both on a listener and subsequent cluster, the Envoy instance will segfault when attempting to craft the upstream PPv2 header.
Details
This occurs when the downstream request has a command type of LOCAL and does not have the protocol block.
Impact
Denial of Service
Credits
Jacob Taylor [email protected]