Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-30232

CVE-2026-30232: Depomo Chartbrew SSRF Vulnerability

CVE-2026-30232 is a server-side request forgery flaw in Depomo Chartbrew that lets authenticated users target internal networks and cloud metadata. This post covers technical details, affected versions, and mitigation.

Published: April 17, 2026

CVE-2026-30232 Overview

CVE-2026-30232 is a Server-Side Request Forgery (SSRF) vulnerability in Chartbrew, an open-source web application designed to connect directly to databases and APIs for chart creation. Prior to version 4.8.5, the application allows authenticated users to create API data connections with arbitrary URLs. The server fetches these URLs using request-promise without any IP address validation, enabling attackers to target internal networks and cloud metadata endpoints.

Critical Impact

Authenticated attackers can leverage this SSRF vulnerability to access internal services, cloud provider metadata endpoints (such as AWS IMDSv1), and sensitive internal network resources that are otherwise inaccessible from external networks.

Affected Products

  • Depomo Chartbrew versions prior to 4.8.5
  • All installations allowing authenticated user creation of API data connections
  • Self-hosted deployments without network segmentation controls

Discovery Timeline

  • April 10, 2026 - CVE-2026-30232 published to NVD
  • April 14, 2026 - Last updated in NVD database

Technical Details for CVE-2026-30232

Vulnerability Analysis

This Server-Side Request Forgery (SSRF) vulnerability stems from insufficient validation of user-supplied URLs in the API data connection functionality. When authenticated users create API connections within Chartbrew, the application accepts arbitrary URLs and performs server-side HTTP requests without validating whether the target is a private network address, localhost, or cloud metadata endpoint.

The vulnerability is classified under CWE-918 (Server-Side Request Forgery), which occurs when a web application fetches a remote resource based on user-supplied input without properly validating the destination. In this case, the request-promise library is used to fetch URLs without any filtering mechanism to block requests to internal IP ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16), localhost (127.0.0.1), or cloud metadata services (169.254.169.254).

Root Cause

The root cause lies in the absence of an outbound request policy that validates target URLs before the server initiates HTTP requests. The application trusted user-supplied URLs implicitly and passed them directly to the HTTP client library without implementing a deny list for private network ranges or a robust allow list approach.

Attack Vector

The attack requires authentication to the Chartbrew application. Once authenticated, an attacker can create an API data connection pointing to internal network resources. The server will then make the request on behalf of the attacker, effectively bypassing network-level access controls. Common attack scenarios include:

  1. Accessing cloud metadata endpoints (e.g., http://169.254.169.254/latest/meta-data/) to steal IAM credentials
  2. Scanning internal network services to map infrastructure
  3. Accessing internal APIs and services not exposed to the internet
  4. Retrieving sensitive configuration data from internal endpoints

The security patch introduces an outbound target policy module and a configuration flag to control private network access:

text
 CB_SLACK_CLIENT_SECRET=
 CB_SLACK_SIGNING_SECRET=
 
+# Private network flag
+CB_ALLOW_PRIVATE_NETWORK_CALLS=false
+
 ########################################
 
 #### DEVELOPMENT VARS ####

Source: GitHub Commit Change

The patch also integrates an outbound policy validation module into the API routes:

javascript
 const alertController = require("../controllers/AlertController");
 const getEmbeddedChartData = require("../modules/getEmbeddedChartData");
 const db = require("../models/models");
+const {
+  isOutboundPolicyError,
+  serializeOutboundPolicyError,
+} = require("../modules/outboundTargetPolicy");
 const settings = process.env.NODE_ENV === "production" ? require("../settings") : require("../settings-dev");
 
 const apiLimiter = (max = 10) => {

Source: GitHub Commit Change

Detection Methods for CVE-2026-30232

Indicators of Compromise

  • Outbound HTTP requests from the Chartbrew server to internal IP ranges (10.x.x.x, 172.16.x.x-172.31.x.x, 192.168.x.x)
  • Requests to cloud metadata endpoints (169.254.169.254) originating from the application server
  • Unusual API data connection configurations pointing to localhost or internal hostnames
  • Unexpected network connections from the Chartbrew container or process to infrastructure management endpoints

Detection Strategies

  • Monitor application logs for API connection creation events with suspicious target URLs containing private IP addresses or metadata endpoints
  • Implement network-level monitoring for outbound connections from the Chartbrew server to RFC 1918 address space
  • Review audit logs for authenticated users creating multiple API connections in rapid succession, which may indicate reconnaissance activity
  • Deploy web application firewall (WAF) rules to detect SSRF patterns in request parameters

Monitoring Recommendations

  • Enable detailed logging for all API data connection creation and modification events
  • Configure alerting for any outbound requests from the application tier to cloud metadata services
  • Implement network segmentation monitoring to detect lateral movement attempts from the Chartbrew server
  • Establish baseline patterns for legitimate API connections and alert on deviations

How to Mitigate CVE-2026-30232

Immediate Actions Required

  • Upgrade Chartbrew to version 4.8.5 or later immediately
  • Review existing API data connections for any suspicious configurations targeting internal resources
  • Audit authentication logs to identify potentially compromised accounts that may have been used to exploit this vulnerability
  • Implement network-level controls to restrict the Chartbrew server's ability to reach internal services

Patch Information

The vulnerability has been fixed in Chartbrew version 4.8.5. The patch introduces an outbound target policy module (outboundTargetPolicy) that validates destination URLs before making HTTP requests. Additionally, a new environment variable CB_ALLOW_PRIVATE_NETWORK_CALLS has been added, which defaults to false to block requests to private network ranges.

For detailed patch information, refer to the GitHub Security Advisory GHSA-p4rg-967r-w4cv and the security commit.

Workarounds

  • If immediate upgrade is not possible, implement network-level controls using firewall rules to prevent the Chartbrew server from accessing internal networks and cloud metadata endpoints
  • Deploy a reverse proxy with URL filtering capabilities to inspect and block outbound requests to private IP ranges
  • Restrict user permissions to limit who can create API data connections until the patch can be applied
  • Consider placing the Chartbrew application in an isolated network segment with no access to sensitive internal resources
bash
# Example iptables rules to block SSRF to internal networks (apply on Chartbrew server)
# Block access to common internal ranges
iptables -A OUTPUT -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -j DROP
# Block cloud metadata endpoint
iptables -A OUTPUT -d 169.254.169.254 -j DROP
# Block localhost access for SSRF
iptables -A OUTPUT -d 127.0.0.0/8 -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/TechChartbrew

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Vendor Resources
  • GitHub Commit Change

  • GitHub Security Advisory GHSA-p4rg-967r-w4cv
  • Related CVEs
  • CVE-2026-32252: Depomo Chartbrew Auth Bypass Vulnerability

  • CVE-2026-25877: Chartbrew Authorization Bypass Vulnerability

  • CVE-2026-25887: Depomo Chartbrew RCE Vulnerability

  • CVE-2026-25888: Depomo Chartbrew RCE Vulnerability
Default Legacy - Prefooter | 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