Stack-based buffer overflow in envoy - CVE-2026-48042
Published: June 24, 2026
envoy
Detailed vulnerability description
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to stack-based buffer overflow in the JSON Object destructor when processing deeply nested JSON input. A remote attacker can send a specially crafted JSON string to cause a denial of service.
The issue is triggered after successful parsing when the resulting object graph is destroyed, and affects uses of the loadFromString method.