CVE-2026-27024: Unchecked Indirect Object Cycle

Missing cycle detection during iterative object traversal can lead to infinite loops (DoS). Ensure that visited nodes are tracked.

Provally CuratedPublic repositoryMediumMedium confidenceVerifiedApache-2.0Python
greprules fetch cve-2026-27024-unchecked-indirect-object-cycle --engine opengrep

Description

Missing cycle detection during iterative object traversal can lead to infinite loops (DoS). Ensure that visited nodes are tracked.