Input validation error in devalue - CVE-2026-81176
Published: September 3, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to improper input validation in devalue.parse when parsing untrusted input. A remote attacker can send a specially crafted payload to cause a denial of service.
The issue occurs because out-of-bounds indices are not properly rejected, which can trigger quadratic work with respect to payload size.