CVE-2026-59724: Engine Unsafe Prototype Lookup Doscve-2026-59724-engine-unsafe-prototype-lookup-dos
Object property lookup using an unvalidated key allows built-in prototype properties (e.g., `__proto__`) to bypass simple truthiness checks. If the resolved inherited object is used improperly, this can lead to unhandled exceptions and Denial of Service (DoS). Validate that the property exists directly on the object using `Object.hasOwn()`, `.hasOwnProperty.