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
cisco-rv-rce-poc — PoC and exploit scripts for CVE-2023-20048 - Remote Code Execution vulnerability affecting Cisco RV series routers. Includes a vulnerability checker (PoC) and a working exploit for gaining remote shell access. For educational and research purposes only. | Kitploit
Tools/GitHubGitHub/oguzhanozuzun301/cisco-rv-rce-poc
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationRemote Access Tool
GitHuboguzhanozuzun301/cisco-rv-rce-poc

cisco-rv-rce-poc

PoC and exploit scripts for CVE-2023-20048 - Remote Code Execution vulnerability affecting Cisco RV series routers. Includes a vulnerability checker (PoC) and a working exploit for gaining remote shell access. For educational and research purposes only.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
1111 months agoNot yet reviewed

CVE-2023-20048 — Cisco RV Series PoC & Exploit

⚠ WARNING: For authorized testing only. Do not use against systems you do not own or have written permission to test. This is a Proof of Concept for authorized testing only.

What this is

Small repository with:

  • CiscoPoc.py — harmless PoC to check for CVE-2023-20048.
  • CiscoRCE.py — exploit that attempts a reverse shell via the vulnerable form2ping.cgi.

Description

This script checks if a Cisco RV Series router is vulnerable to CVE-2023-20048, a command injection flaw leading to RCE as root.

Requirements

  • Python 3.8+
  • requests (pip install requests)

References

  • CVE record: CVE-2023-20048 — NVD.
  • Cisco advisory: Cisco Security Advisory — CVE-2023-20048.

⚠ Note: According to the official NVD and Cisco advisory, CVE-2023-20048 is associated with Cisco Firepower Management Center (FMC). Make sure this CVE actually applies to the Cisco RV Series devices you are testing — if not, correct the CVE/advisory links to the appropriate CVE.

Check (PoC)

root@kitploit:~
python3 CiscoPoc.py -t <TARGET_IP> -u <USER> -p <PASS>
Download Tool