CVE-2026-43896: Unbounded Recursive Mergecve-2026-43896-unbounded-recursive-merge
Unbounded recursion detected in a generic merge or recursive function. This can lead to stack exhaustion (CWE-674) if processing attacker-controlled nested structures. Pass a depth/level parameter and abort if it exceeds a maximal threshold.