Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1310 CNY

100%

CVE-2022-32073 PoC — wolfSSH 输入验证错误漏洞

Source
Associated Vulnerability
Title:wolfSSH 输入验证错误漏洞 (CVE-2022-32073)
Description:WolfSSH v1.4.7 was discovered to contain an integer overflow via the function wolfSSH_SFTP_RecvRMDIR.
Description
Nmap .nse script to scan for CVE-2022-32073 in wolfssh
Readme
# Python program to detect vulnerability with CVE-2022-32073 in large networks

This python program runs nmap on an address passed as an argument, by default it runs on all ports but port number can also be given as an argument. It runs nmap with custom created **wolf_ssh_version.nse** scripts which uses fingerprinting to identify **wolfSSH v1.4.7** which contains an integer overflow vulnerability with assigned **CVE-2022-32073.** Program can be run on any machine which has following prerequisites installed: **nmap** and also **python3** along with necessary libraries. 

### Run the program with following commands
To see options and description run the program with the following command. 

    python3 scanner_for_CVE-2022-32073.py --help
    
To run the program on a given address or address range and scan all ports on each host use the following command

    python3 scanner_for_CVE-2022-32073.py -a IP
    
To run the program on a given address or address range and scan given port or port range on each host use the following command
    
    python3 scanner_for_CVE-2022-32073.py -a IP -p PORTS 

### Sample usage and output
The screenshot shows sample use of the programs fingerprinting ability and output formatting on a different version of SSH.

![sample progr. usage](/sample_usage.png "Sample use of the programm on a different version of SSH.")

### Resources

For more info refer to the Documentation.pdf or refer to the https://nmap.org/. 






File Snapshot

Log in to view the POC file snapshot cached by Shenlong Bot

Log in to view
Remarks
    1. It is advised to access via the original source first.
    2. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →