CVE-2026-44777: Jq Missing Cycle Detection Module Recursioncve-2026-44777-jq-missing-cycle-detection-module-recursion
Module dependencies are evaluated before registering the current module in the state tracking. This allows cyclic imports to trigger uncontrolled recursion (CWE-674), leading to stack exhaustion and Denial of Service. Ensure the module load state is updated to reflect that it is 'loading' before calling `process_dependencies`.