CVE-2026-82448: Shinobi before commit 5a76c74f Arbitrary Database Query Execution via Hardcoded Child Node Key
Shinobi before commit 5a76c74f contains a hardcoded connection key in the child node service that allows unauthenticated attackers to execute arbitrary database queries. Attackers reaching the child node port can present the hardcoded key during WebSocket handshake, then dispatch SQL queries through the onWebSocketDataFromChildNode handler to read and modify user records and camera configuration.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
Shinobito a version that resolves this vulnerability.Fixed in commit 5a76c74fPatch Arbitrary Database Query Execution via Hardcoded Child Node Key - Compensating control
Restrict network access to the Shinobi child node port so unauthenticated attackers cannot reach it and present the hardcoded key during the WebSocket handshake.