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-2025-6772

CVE-2025-6772: Dbgpt Db-gpt Path Traversal Vulnerability

CVE-2025-6772 is a critical path traversal vulnerability in eosphoros-ai db-gpt up to version 0.7.2 affecting the import_flow function. This article covers technical details, affected versions, impact, and mitigation.

Published: April 29, 2026

CVE-2025-6772 Overview

A critical path traversal vulnerability has been identified in eosphoros-ai DB-GPT, an open-source AI native data application development framework. The vulnerability exists in the import_flow function located at /api/v2/serve/awel/flow/import, where improper handling of the File argument allows attackers to traverse directory paths and potentially access or manipulate files outside the intended directory structure.

Critical Impact

Remote attackers can exploit this path traversal vulnerability to access sensitive files, potentially leading to information disclosure, configuration tampering, or further system compromise without requiring authentication.

Affected Products

  • DB-GPT versions up to and including 0.7.2
  • eosphoros-ai DB-GPT AWEL flow import functionality
  • Systems exposing the /api/v2/serve/awel/flow/import endpoint

Discovery Timeline

  • 2025-06-27 - CVE-2025-6772 published to NVD
  • 2026-04-29 - Last updated in NVD database

Technical Details for CVE-2025-6772

Vulnerability Analysis

This path traversal vulnerability (CWE-22) affects the flow import functionality within DB-GPT's AWEL (Agentic Workflow Expression Language) service layer. The import_flow function fails to properly sanitize or validate file path inputs provided through the File argument parameter. This insufficient input validation allows attackers to craft malicious file path strings containing directory traversal sequences (such as ../) to escape the intended file upload directory.

The vulnerability is remotely exploitable over the network and requires no authentication or user interaction, making it particularly concerning for internet-facing DB-GPT deployments. While the immediate impact includes potential read and write access to system files, the broader implications could include exposure of database credentials, API keys, or other sensitive configuration data stored on the server.

Root Cause

The root cause of this vulnerability is improper input validation in the import_flow function. When processing file upload requests, the function does not adequately sanitize the File parameter to prevent path traversal sequences. This allows malicious input to bypass intended directory restrictions, granting attackers access to files outside the designated upload directory. The lack of proper canonicalization and path validation enables attackers to reference arbitrary file system locations.

Attack Vector

The attack is conducted remotely over the network by sending specially crafted HTTP requests to the /api/v2/serve/awel/flow/import endpoint. An attacker manipulates the File argument to include path traversal sequences that navigate outside the intended directory structure. Since the vulnerability requires no authentication, any attacker with network access to the DB-GPT instance can potentially exploit this flaw. The exploit has been publicly disclosed, increasing the risk of active exploitation in the wild.

The vulnerability mechanism involves crafting malicious file path values containing sequences like ../ to traverse directories. When the server processes the import request, the unsanitized path is used to access or write files at attacker-controlled locations. For detailed technical analysis, refer to the GitHub Issue Discussion and VulDB CVE Entry Summary.

Detection Methods for CVE-2025-6772

Indicators of Compromise

  • HTTP requests to /api/v2/serve/awel/flow/import containing path traversal sequences such as ../, ..%2f, or ..%5c in file parameters
  • Unexpected file access patterns in application logs referencing directories outside the flow import directory
  • Anomalous read or write operations to sensitive configuration files like /etc/passwd, environment files, or database credentials
  • Web server logs showing repeated requests to the flow import endpoint with varying file path manipulations

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests containing path traversal patterns targeting the /api/v2/serve/awel/flow/import endpoint
  • Configure intrusion detection systems (IDS) to alert on HTTP requests with directory traversal sequences in file upload parameters
  • Enable detailed application logging for all flow import operations and monitor for suspicious file path references
  • Deploy file integrity monitoring on sensitive system and configuration files to detect unauthorized access or modifications

Monitoring Recommendations

  • Monitor all incoming requests to DB-GPT API endpoints for suspicious path patterns, particularly requests containing encoded traversal sequences
  • Implement real-time alerting for any file operations that reference paths outside expected application directories
  • Review access logs regularly for patterns indicating reconnaissance or exploitation attempts against the flow import functionality
  • Establish baseline behavior for the flow import endpoint and alert on deviations such as unusual request volumes or parameter lengths

How to Mitigate CVE-2025-6772

Immediate Actions Required

  • Restrict network access to the DB-GPT instance to trusted networks only until a patch is available
  • Implement WAF rules to block requests containing path traversal sequences to the affected endpoint
  • Audit existing DB-GPT deployments for signs of exploitation by reviewing application and access logs
  • Consider temporarily disabling the flow import functionality if it is not business-critical

Patch Information

At the time of this advisory, users should monitor the DB-GPT GitHub repository for security updates and patch releases. Upgrade to a version newer than 0.7.2 when a fix becomes available from the vendor.

Workarounds

  • Deploy a reverse proxy or WAF in front of DB-GPT to filter and sanitize incoming requests, blocking any containing path traversal patterns
  • Implement network-level access controls to limit which IP addresses can reach the DB-GPT API endpoints
  • Use application-level authentication middleware to require authentication before accessing the flow import endpoint
  • Run the DB-GPT application with minimal file system permissions to limit the impact of potential path traversal exploitation
bash
# Example nginx configuration to block path traversal attempts
location /api/v2/serve/awel/flow/import {
    # Block common path traversal patterns
    if ($request_uri ~* "\.\.") {
        return 403;
    }
    if ($request_uri ~* "%2e%2e") {
        return 403;
    }
    # Proxy to backend with restricted access
    allow 10.0.0.0/8;
    deny all;
    proxy_pass http://dbgpt_backend;
}

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechDbgpt

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability1.47%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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
  • AvailabilityLow
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Issue Discussion

  • VulDB CVE Entry Summary

  • VulDB #314088

  • VulDB Submission Entry
  • Related CVEs
  • CVE-2024-10833: DB-GPT Path Traversal Vulnerability

  • CVE-2025-0452: DB-GPT Path Traversal Vulnerability

  • CVE-2024-10834: DB-GPT Path Traversal Vulnerability

  • CVE-2024-10831: Dbgpt Db-gpt 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