Buffer Overflow Vulnerability (CVE-2025-60674) 1. Vulnerability Overview 2. Exploitation Path 3. Vulnerable Binary: 4. 0-Day Buffer Overflow Exploitation Path In the binary, line 14: reads input from buffer , which is filled via line 11: , allowing a maximum of 127 bytes. The target buffer is declared as , with a capacity of 64 bytes, leading to a stack buffer overflow vulnerability. 5. Proof of Concept (PoC) for Reproducing the Vulnerability: