The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-43992

CVE-2026-43992: JunoClaw Information Disclosure Flaw

CVE-2026-43992 is an information disclosure vulnerability in JunoClaw that exposes BIP-39 mnemonics in LLM tool-call JSON. This article covers technical details, affected versions, security impact, and mitigation.

Published: May 17, 2026

CVE-2026-43992 Overview

CVE-2026-43992 is a sensitive information exposure vulnerability in JunoClaw, an agentic AI platform built on the Juno Network. Prior to release 0.x.y-security-1, every Model Context Protocol (MCP) write tool accepted mnemonic: string as an explicit tool-call parameter. Affected tools include send_tokens, execute_contract, instantiate_contract, upload_wasm, and ibc_transfer. The BIP-39 seed phrase was embedded directly in the LLM tool-call JSON. Any transport, log, or telemetry surface between the LLM provider and the MCP process could capture the seed. The flaw maps to CWE-200: Exposure of Sensitive Information to an Unauthorized Actor.

Critical Impact

Attackers with access to LLM transport logs, provider telemetry, or intermediate proxies can recover the BIP-39 mnemonic and gain full custody of the associated Cosmos/Juno wallet.

Affected Products

  • JunoClaw agentic AI platform versions prior to 0.x.y-security-1
  • JunoClaw MCP server write tools (send_tokens, execute_contract, instantiate_contract, upload_wasm, ibc_transfer)
  • JunoClaw deployments integrating LLM providers with MCP signing flows

Discovery Timeline

  • 2026-05-12 - CVE-2026-43992 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-43992

Vulnerability Analysis

JunoClaw exposes MCP tools that an LLM agent invokes to perform on-chain operations on the Juno Network. The pre-patch design required each write tool to receive the user's BIP-39 mnemonic as an inline JSON parameter. Because LLM tool-calls traverse provider APIs, observability pipelines, and prompt/response logs, the seed phrase became visible across the entire request path. An attacker with read access to any of these surfaces, including provider-side telemetry, can extract the mnemonic and reconstruct the wallet. Possession of the seed grants permanent, irrevocable control over all funds and contract authority bound to the wallet.

Root Cause

The root cause is an API contract that treats long-lived signing material as a per-call argument. The MCP tool schema declared mnemonic: string as a public parameter, forcing the LLM to serialize the secret into the tool-call JSON. The signing client factory in mcp/src/utils/cosmos-client.ts constructed a DirectSecp256k1HdWallet directly from this parameter, with no in-process key custody layer.

Attack Vector

Exploitation is network-based and requires no authentication or user interaction beyond normal agent use. Any party with visibility into the LLM tool-call channel can harvest the mnemonic. Viable observation points include LLM provider logs, prompt/response caches, OpenTelemetry traces, reverse proxies, and SIEM ingestion pipelines.

typescript
// Patch excerpt: mcp/src/utils/cosmos-client.ts
// Pre-patch design accepted a mnemonic argument in getSigningClient.
// Post-patch removes that surface entirely.

/**
 * CosmJS Client Factory
 *
 * Read path: `getQueryClient(chain)` — anyone can use, no wallet.
 * Write path: `WalletStore.signFor(walletId, chain)` — see
 *             `../wallet/store.ts`.
 *
 * Per Ffern C-3 (April 2026), this module no longer exposes a
 * mnemonic-taking `getSigningClient`. All signing flows go through
 * the encrypted wallet registry by `wallet_id`; the mnemonic is
 * decrypted in-process for one signing-client construction and
 * scrubbed from memory immediately afterwards.
 */

import { CosmWasmClient, SigningCosmWasmClient } from "@cosmjs/cosmwasm-stargate";
import { type ChainConfig } from "../resources/chains.js";

Source: GitHub Commit 339701e

Detection Methods for CVE-2026-43992

Indicators of Compromise

  • Tool-call JSON payloads containing a mnemonic field with 12 or 24 lowercase BIP-39 words in LLM provider logs or proxy captures.
  • Unexpected send_tokens, execute_contract, or ibc_transfer transactions broadcast from wallet addresses tied to JunoClaw deployments.
  • Outbound transfers to attacker-controlled Juno or IBC-connected addresses immediately following LLM session activity.

Detection Strategies

  • Scan historical LLM provider logs, OpenTelemetry traces, and reverse-proxy archives for JSON keys matching mnemonic or 12/24-word BIP-39 patterns.
  • Audit MCP server access logs for invocations of write tools while the vulnerable schema was deployed.
  • Cross-reference on-chain transaction history for affected wallets against authorized agent sessions.

Monitoring Recommendations

  • Forward MCP server logs and LLM gateway telemetry to a centralized data lake and alert on any mnemonic token in transit.
  • Monitor Juno Network addresses controlled by JunoClaw deployments for unauthorized signing activity.
  • Track upgrades of the JunoClaw package to confirm all instances reach 0.x.y-security-1 or later.

How to Mitigate CVE-2026-43992

Immediate Actions Required

  • Upgrade JunoClaw to 0.x.y-security-1 or later, which removes mnemonic from MCP tool schemas and routes signing through the encrypted wallet registry.
  • Treat any mnemonic previously transmitted through tool-call JSON as compromised; rotate to a new BIP-39 seed and migrate funds.
  • Purge LLM provider logs, traces, and proxy caches that may retain historical tool-call payloads containing seeds.
  • Re-enrol wallets through the new WalletStore flow using the passphrase or OS keychain backend.

Patch Information

The fix ships in the JunoClaw v0.x.y-security-1 release and is documented in GHSA-j75q-8xvm-6c48. The patch in commit 339701e introduces a wallet registry where signing is invoked by wallet_id through WalletStore.signFor(walletId, chain). The mnemonic is decrypted in-process for a single signing-client construction and scrubbed from memory immediately afterwards.

Workarounds

  • If patching is not immediately possible, disable all MCP write tools and restrict the deployment to query-only operations.
  • Terminate integrations with external LLM providers until the registry-based signing path is enabled.
  • Route MCP traffic through a local-only LLM with no external telemetry to limit seed exposure surface.
bash
# Upgrade JunoClaw and configure the wallet registry backend
npm install junoclaw@0.x.y-security-1

# Option A: passphrase-backed registry
export JUNOCLAW_WALLET_PASSPHRASE_FILE=/etc/junoclaw/passphrase

# Option B: OS keychain backend (leave passphrase unset)
npm install @napi-rs/keyring

# Enrol an existing mnemonic into the encrypted registry, then rotate funds
tsx mcp/src/signing-smoke.ts

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechJunoclaw

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-200
  • Technical References
  • GitHub Commit Update

  • GitHub Security Release v0.x.y

  • GitHub Security Advisory GHSA-j75q-8xvm-6c48
  • Related CVEs
  • CVE-2026-43990: JunoClaw Plugin-Shell RCE Vulnerability

  • CVE-2026-43989: JunoClaw Path Traversal Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English