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
    • 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-30832

CVE-2026-30832: Charm Soft Serve SSRF Vulnerability

CVE-2026-30832 is an SSRF vulnerability in Charm Soft Serve that allows authenticated SSH users to force the server to make HTTP requests to internal IP addresses. This post covers technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2026-30832 Overview

CVE-2026-30832 is a critical Server-Side Request Forgery (SSRF) vulnerability in Charm Soft Serve, a self-hostable Git server for the command line. The vulnerability allows authenticated SSH users to force the server to make HTTP requests to internal or private IP addresses by exploiting the repo import command with a crafted --lfs-endpoint URL. While the initial batch request is blind (the response from a metadata endpoint won't parse as valid LFS JSON), attackers hosting a fake LFS server can chain this vulnerability into full read access to internal services by returning download URLs that point at internal targets.

Critical Impact

Authenticated attackers can exploit this SSRF vulnerability to access internal services and sensitive data by chaining LFS endpoint manipulation with a malicious LFS server, potentially exposing private network resources.

Affected Products

  • Charm Soft Serve versions 0.6.0 to before 0.11.4
  • Charm Soft Serve Go package (cpe:2.3:a:charm:soft_serve:*:*:*:*:*:go:*:*)

Discovery Timeline

  • 2026-03-07 - CVE-2026-30832 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2026-30832

Vulnerability Analysis

This vulnerability is classified under CWE-918 (Server-Side Request Forgery). The flaw exists in how Soft Serve handles LFS endpoint URLs during repository import operations. An authenticated SSH user can supply a malicious --lfs-endpoint parameter that causes the server to initiate outbound HTTP requests to arbitrary destinations, including internal and private IP addresses.

The attack chain involves two stages: First, the attacker triggers a blind SSRF by specifying a crafted LFS endpoint URL. While the initial metadata request response won't parse correctly as valid LFS JSON, this opens the door for a more sophisticated attack. In the second stage, an attacker who controls a fake LFS server can respond with download URLs pointing to internal targets, effectively converting the blind SSRF into a full read primitive against internal services.

Root Cause

The root cause stems from insufficient validation and SSRF protection in the DNS resolution handling within the pkg/ssrf/ssrf.go module. The original implementation failed to properly resolve and validate hostnames before establishing connections, allowing attackers to bypass SSRF protections by using hostnames that resolve to private IP addresses. The vulnerable code path did not perform DNS lookups to verify whether resolved IP addresses fell within private or internal ranges.

Attack Vector

The attack is network-based and requires low-privilege authenticated SSH access to the Soft Serve instance. An attacker exploits this by:

  1. Authenticating to the Soft Serve server via SSH
  2. Executing a repo import command with a malicious --lfs-endpoint URL pointing to an attacker-controlled server
  3. The attacker's fake LFS server responds with download URLs targeting internal services
  4. The Soft Serve server fetches these internal URLs, exposing sensitive data to the attacker

The following patch addresses the vulnerability by implementing proper DNS resolution with private IP validation:

go
 
 			ip := net.ParseIP(host)
 			if ip == nil {
-				return nil, fmt.Errorf("unexpected non-IP address in dial: %s", host)
+				ips, err := net.LookupIP(host) //nolint
+				if err != nil {
+					return nil, fmt.Errorf("DNS resolution failed for host %s: %v", host, err)
+				}
+				if len(ips) == 0 {
+					return nil, fmt.Errorf("no IP addresses found for host: %s", host)
+				}
+				ip = ips[0] // Use the first resolved IP address
 			}
 			if isPrivateOrInternal(ip) {
 				return nil, fmt.Errorf("%w", ErrPrivateIP)

Source: GitHub Commit 3ef6600

Detection Methods for CVE-2026-30832

Indicators of Compromise

  • Unusual outbound HTTP requests from the Soft Serve server process to internal IP ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, 127.0.0.0/8)
  • SSH sessions executing repo import commands with suspicious --lfs-endpoint parameters
  • Network connections from the Git server to unexpected internal services (metadata endpoints, cloud provider APIs, internal APIs)
  • Log entries showing LFS endpoint URLs pointing to non-standard or attacker-controlled domains

Detection Strategies

  • Monitor SSH command logs for repo import operations with --lfs-endpoint flags containing unusual URLs or internal IP addresses
  • Implement network-level monitoring to detect outbound connections from the Soft Serve server to private IP ranges
  • Set up alerts for HTTP requests originating from the server to cloud metadata endpoints (e.g., 169.254.169.254)
  • Review access logs for authenticated users executing repository import commands targeting suspicious endpoints

Monitoring Recommendations

  • Deploy egress filtering and logging to track all outbound HTTP/HTTPS requests from the Soft Serve server
  • Enable verbose logging for SSH sessions and Git operations to capture command parameters
  • Implement network segmentation alerts to detect when the Git server attempts to communicate with isolated internal services
  • Configure SIEM rules to correlate SSH authentication events with subsequent internal network traffic anomalies

How to Mitigate CVE-2026-30832

Immediate Actions Required

  • Upgrade Charm Soft Serve to version 0.11.4 or later immediately
  • Audit SSH access logs for any suspicious repo import commands with custom LFS endpoints
  • Review network logs for potential exploitation attempts targeting internal services
  • Temporarily restrict the repo import functionality if immediate patching is not possible

Patch Information

The vulnerability has been patched in Soft Serve version 0.11.4. The fix implements proper DNS resolution within the SSRF protection module, ensuring that hostnames are resolved and validated against private IP ranges before connections are established. Organizations should upgrade to this version as soon as possible.

For detailed patch information, refer to:

  • GitHub Security Advisory GHSA-3fvx-xrxq-8jvv
  • GitHub Release v0.11.4
  • Security Patch Commit

Workarounds

  • Implement network-level egress filtering to block outbound connections from the Soft Serve server to private IP ranges
  • Restrict SSH access to the Soft Serve instance to trusted users only
  • Deploy a reverse proxy or web application firewall to inspect and block suspicious LFS endpoint URLs
  • Use network segmentation to isolate the Git server from sensitive internal services
bash
# Example iptables rules to block outbound connections to private IP ranges
# Apply to the Soft Serve server to mitigate SSRF attempts

# Block connections to RFC1918 private networks
iptables -A OUTPUT -d 10.0.0.0/8 -m owner --uid-owner softserve -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -m owner --uid-owner softserve -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -m owner --uid-owner softserve -j DROP

# Block connections to localhost ranges
iptables -A OUTPUT -d 127.0.0.0/8 -m owner --uid-owner softserve -j DROP

# Block connections to link-local and cloud metadata endpoints
iptables -A OUTPUT -d 169.254.0.0/16 -m owner --uid-owner softserve -j DROP

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechCharm Soft Serve

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Release v0.11.4
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-3fvx-xrxq-8jvv
  • Related CVEs
  • CVE-2026-33353: Charm Soft Serve Auth Bypass Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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