
💥 STACK BUFFER OVERFLOW EXPLOIT RESULTING IN REMOTE CODE EXECUTION
Proof of Concept exploit for CVE-2023-50965, demonstrating a stack-based buffer overflow leading to Remote Code Execution (RCE) on vulnerable systems without exploit mitigations enabled.
This project was developed for security research and exploit development practice, focusing on understanding memory corruption vulnerabilities and classic exploitation techniques in Linux environments.
CVE-2023-50965 is a stack buffer overflow vulnerability that allows an attacker to overwrite the saved return pointer on the stack by sending a crafted request containing an oversized input buffer.
When properly exploited, this vulnerability allows arbitrary code execution by redirecting program control flow to attacker-controlled shellcode.
The exploit works by: