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-2018-10933 — CVE-2018-10933 very simple POC | Kitploit
Tools/GitHubGitHub/soledad208/cve-2018-10933
Authentication & AuthorizationPayload GenerationVulnerability AnalysisExploitationShellcodePenetration Testing
GitHubsoledad208/cve-2018-10933

CVE-2018-10933

CVE-2018-10933 very simple POC

View Repository
126407 years agoReviewed by Kitploit

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-2018-10933

to test this code:

  • get vulnerable version of libssh at homepage: https://www.libssh.org/files/0.7/libssh-0.7.4.tar.xz
  • uncompress and build, then go to example directory, there's a simple sshd server using libssh name: samplesshd-cb

run this simple sshd by command: $ samplesshd-cb 127.0.0.1 -p 2222

  • run my code, output will be: Allocated session channel Allocated shell mean that i can bypass authentication and spawn a shell without any credential
Download Tool