CVE-2026-67208
somta · Juggle
An unauthenticated remote code execution vulnerability exists in somta Juggle through 1.6.0 due to exposed H2 database consoles with default credentials.
Executive summary
An unauthenticated remote code execution vulnerability in somta Juggle allows attackers to gain full system control via the exposed H2 database console.
Vulnerability
This vulnerability involves missing authentication for critical functions (CWE-306) and insecure default initialization (CWE-1188). Attackers can access the H2 database web console without authentication and use the runtime execution feature to run arbitrary commands as the root user.
Business impact
The CVSS 4.0 score of 9.8 highlights the critical risk of total system takeover. Successful exploitation grants attackers root-level access, enabling full data exfiltration, permanent system backdoors, and complete control over the host environment, which is especially dangerous in containerized deployments like Docker.
Remediation
Immediate Action: Restrict network access to the H2 console immediately and change all default credentials to strong, unique passwords.
Proactive Monitoring: Monitor for unexpected process execution or abnormal network connections originating from the Juggle application container.
Compensating Controls: Deploy a Web Application Firewall (WAF) to block access to the /h2-console endpoint and verify that the application is running with the principle of least privilege.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
This vulnerability is highly critical due to the combination of unauthenticated access and root-level command execution. Organizations should treat this as a top priority, ensuring the H2 console is not publicly exposed and that all default credentials are removed before any further deployment.