Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-67208 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

Juggle through 1.6.0 contains a remote code execution vulnerability that allows unauthenticated remote attackers to execute arbitrary OS commands by connecting to the exposed H2 database web console using default shipped credentials. Attackers can access the unprotected /h2-console endpoint, authenticate with default credentials, and leverage the H2 CREATE ALIAS Runtime.exec() technique to execute arbitrary commands, resulting in root-level code execution when running the stock Docker image.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

URLSource(s)Tag(s)
https://github.com/somta/Juggle/issues/86 CISA-ADPExploitIssue TrackingRemedyTechnical DescriptionVendor
https://github.com/somta/Juggle/issues/86 [email protected]ExploitIssue TrackingRemedyTechnical DescriptionVendor
https://www.vulncheck.com/advisories/juggle-unauthenticated-rce-via-exposed-h2-console [email protected]Advisory

Weakness Enumeration

CWE-IDCWE NameSource
CWE-1188Initialization of a Resource with an Insecure Default[email protected]
CWE-306Missing Authentication for Critical Function[email protected]

Affected Products

ProductVersions
somta Juggle
<= 1.6.0 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Workaround:low effort

    Disable the H2 console in production by setting `spring.h2.console.enabled=false` or restrict access to localhost by setting `spring.h2.console.settings.web-allow-others=false`.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-67208
NVD Published Date:
Jul 30, 2026
NVD Last Modified:
Jul 30, 2026
Source:
[email protected]