Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2023-50965 — 💥 STACK BUFFER OVERFLOW EXPLOIT RESULTING IN REMOTE CODE EXECUTION | Kitploit
Tools/GitHubGitHub/davigsantana/cve-2023-50965
Vulnerability AnalysisExploitationShellcodeLearning & EducationPayload DevelopmentBinary Exploitation
GitHubdavigsantana/cve-2023-50965

CVE-2023-50965

💥 STACK BUFFER OVERFLOW EXPLOIT RESULTING IN REMOTE CODE EXECUTION

View Repository
5 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

💥 CVE-2023-50965 — Stack Buffer Overflow Exploit (Linux)

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.


Vulnerability Overview

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:

  1. Sending an oversized payload to the vulnerable service
  2. Overwriting the saved return address (RIP/EIP)
  3. Redirecting execution into a NOP sled
  4. Executing attacker-supplied shellcode

Download Tool