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-43993

CVE-2026-43993: JunoClaw AI Platform SSRF Vulnerability

CVE-2026-43993 is an SSRF flaw in JunoClaw AI platform affecting the WAVS bridge. Attackers can exploit unvalidated fetch() calls on agent-supplied URLs. This article covers technical details, affected versions, and mitigation.

Published: May 17, 2026

CVE-2026-43993 Overview

CVE-2026-43993 is a Server-Side Request Forgery (SSRF) vulnerability [CWE-918] in JunoClaw, an agentic AI platform built on the Juno Network. The flaw resides in the WAVS bridge component, where the computeDataVerify function invokes fetch() against agent-supplied URLs without validating the scheme, port, or resolved IP address. An attacker controlling agent input can coerce the server into issuing arbitrary outbound HTTP requests, including to internal network resources and cloud metadata endpoints. The maintainers fixed the issue in release 0.x.y-security-1.

Critical Impact

Unauthenticated attackers can pivot through the WAVS bridge to reach internal services and metadata endpoints, exposing confidential data and degrading availability.

Affected Products

  • JunoClaw agentic AI platform (WAVS bridge component)
  • All versions prior to 0.x.y-security-1
  • Deployments using wavs/bridge/src/local-compute.ts with unguarded fetch() calls

Discovery Timeline

  • 2026-05-12 - CVE-2026-43993 published to the National Vulnerability Database
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-43993

Vulnerability Analysis

The WAVS bridge in JunoClaw exposes a verification path named computeDataVerify that retrieves remote data referenced by autonomous agents. The handler accepts URLs supplied through the agent interface and passes them directly to the Node.js fetch() API. Because no allowlist, scheme check, port restriction, or DNS resolution validation is performed, the bridge will follow URLs that target loopback addresses, private RFC1918 ranges, link-local IPs such as 169.254.169.254, or non-HTTP schemes accepted by the runtime.

This behavior matches the SSRF pattern described in [CWE-918]. The attacker does not need credentials on the bridge itself; they only need to influence agent input, which is the normal mode of operation for an agentic platform. Successful exploitation can leak cloud metadata tokens, reach internal control planes, and amplify requests against backend services.

Root Cause

The root cause is missing input validation on URLs passed to outbound HTTP calls. computeDataVerify trusted agent-supplied destinations and delegated network policy to the underlying runtime, which by default permits requests to any reachable host.

Attack Vector

Exploitation is network-based and requires user interaction in the form of an agent action that triggers computeDataVerify. The attacker crafts a malicious URL, submits it through the agent workflow, and the bridge issues the request from its own network position. Responses can be reflected back to the attacker through the verification result or observed via side channels such as timing and error messages.

typescript
// Patch from wavs/bridge/src/local-compute.ts
  */
 
 import { createHash } from "crypto";
+import { safeFetch } from "./utils/ssrf-guard.js";
 
 // Must match: wavs/src/lib.rs → compute_attestation_hash()
 const COMPONENT_ID = "junoclaw-wavs-v0.1.0";

Source: GitHub Commit a168608. The fix introduces a safeFetch wrapper in ./utils/ssrf-guard.js that replaces direct fetch() calls and enforces scheme, port, and resolved-IP validation before issuing the outbound request.

Detection Methods for CVE-2026-43993

Indicators of Compromise

  • Outbound HTTP requests from the WAVS bridge host to private address ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) or loopback 127.0.0.0/8.
  • Bridge-originated requests to cloud metadata endpoints such as 169.254.169.254 or metadata.google.internal.
  • Agent inputs containing URLs with non-HTTP schemes (file://, gopher://) or unusual ports reaching computeDataVerify.

Detection Strategies

  • Instrument the JunoClaw bridge process to log every URL passed to fetch() along with the resolved IP and originating agent identifier.
  • Compare outbound destinations against an allowlist of expected JunoClaw and Juno Network endpoints, flagging deviations.
  • Hunt in proxy and VPC flow logs for connections initiated by the bridge service account that terminate on internal CIDRs.

Monitoring Recommendations

  • Forward bridge application logs and network telemetry to a centralized data lake for correlation with agent activity.
  • Alert on first-seen destinations from the bridge host and on any successful connections to metadata service IPs.
  • Track the version string junoclaw-wavs-v0.1.0 across the fleet to identify hosts still running pre-patch code.

How to Mitigate CVE-2026-43993

Immediate Actions Required

  • Upgrade JunoClaw to release 0.x.y-security-1 or later, which includes the safeFetch SSRF guard.
  • Audit recent agent activity for URLs targeting internal hosts, metadata services, or unusual ports.
  • Rotate any credentials, tokens, or instance metadata that may have been exposed through bridge-issued requests.

Patch Information

The fix is published in the v0.x.y-security-1 release and described in GHSA-q545-mvjf-q9pg. The code change in commit a168608 replaces direct fetch() usage in computeDataVerify with the new safeFetch helper that validates scheme, port, and resolved IP.

Workarounds

  • Restrict egress from the bridge host with a firewall policy that denies traffic to RFC1918 ranges, loopback, and link-local addresses.
  • Route bridge outbound traffic through an HTTP proxy that enforces a destination allowlist.
  • Disable or gate the computeDataVerify code path until the patched release can be deployed.
bash
# Example egress restriction using iptables on the WAVS bridge host
iptables -A OUTPUT -m owner --uid-owner junoclaw -d 127.0.0.0/8 -j REJECT
iptables -A OUTPUT -m owner --uid-owner junoclaw -d 10.0.0.0/8 -j REJECT
iptables -A OUTPUT -m owner --uid-owner junoclaw -d 172.16.0.0/12 -j REJECT
iptables -A OUTPUT -m owner --uid-owner junoclaw -d 192.168.0.0/16 -j REJECT
iptables -A OUTPUT -m owner --uid-owner junoclaw -d 169.254.0.0/16 -j REJECT

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechJunoclaws

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Commit Changes

  • GitHub Release Security Update

  • GitHub Security Advisory GHSA-q545-mvjf-q9pg
  • Latest CVEs
  • CVE-2026-43328: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43329: Linux Kernel Netfilter DoS Vulnerability

  • CVE-2026-43330: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-43331: Linux Kernel DOS 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