Key Information Vulnerability Overview Vulnerability Name: Infinite loop in dns_copy_qname CVE ID: CVE-2025-2962 Severity: High (7.5/10) Affected Versions: <= 4.1 Fixed Version: None Description Issue: An infinite loop may exist in . Code Snippet: Impact Consequence: May lead to denial of service due to infinite loop. Mitigation Recommendation Action: Use a separate variable to store the target position of the last jump (initialized to ). Before each jump, ensure that the next jump target is strictly less than the previous jump target. Then assign the new position to the variable and "jump" to the new target. Weakness CWE: CWE-835