CVE-2026-22660: Json Set Intersection Type Mismatchcve-2026-22660-json-set-intersection-type-mismatch
Comparing JSON input arrays against a collection of string literals using set intersection causes a type mismatch bypass if the JSON contains numbers. JSON preserves integer types, resulting in empty intersections when integers are checked against string literals, potentially bypassing authorization checks. Cast the JSON elements to the appropriate type befo