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-2025-61984-poc — Proof-of-concept demonstrating a newline injection vulnerability in OpenSSH ProxyCommand (CVE-2025-61984), allowing command injection via crafted SSH configuration. | Kitploit
Tools/GitHubGitHub/dgl/cve-2025-61984-poc
Vulnerability AnalysisExploitationWeb SecurityPenetration TestingRed Teaming
GitHubdgl/cve-2025-61984-poc

cve-2025-61984-poc

Proof-of-concept demonstrating a newline injection vulnerability in OpenSSH ProxyCommand (CVE-2025-61984), allowing command injection via crafted SSH configuration.

View Repository
71310 months agoNot yet reviewed
Website

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-2025-61984 PoC

This is a proof of concept using a newline to confuse OpenSSH's <10.1 ProxyCommand. Full write up.

How to run

Set up an .ssh/config containing:

root@kitploit:~
Host *.example.com
  ProxyCommand some-command %r@%h:%p

(The command doesn't matter, it just needs an unquoted %r in the arguments somewhere.)

Then run (for bash):

root@kitploit:~
$ git clone --recursive https://github.com/dgl/cve-2025-61984-poc

Or if using fish as $SHELL:

root@kitploit:~
git clone --recursive -b fish https://github.com/dgl/cve-2025-61984-poc

If you're not using the shell but want to test this, you can do:

root@kitploit:~
$ SHELL=/bin/bash git clone --recursive https://github.com/dgl/cve-2025-61984-poc
Download Tool