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

CVE-2025-0182: Danswer AI Memory Exhaustion DoS Vulnerability

CVE-2025-0182 is a memory exhaustion denial of service vulnerability in Danswer AI version 0.9.0. Attackers can exploit the /auth/saml/callback endpoint to cause uncontrolled memory consumption. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: May 11, 2026

CVE-2025-0182 Overview

CVE-2025-0182 is a denial of service vulnerability affecting danswer-ai/danswer version 0.9.0. The flaw originates from a vulnerable version of the starlette package (<=0.49) pulled in through fastapi. Attackers can exhaust server memory by sending repeated requests to the /auth/saml/callback endpoint, leading to uncontrolled resource consumption and service unavailability. The issue is classified under [CWE-770: Allocation of Resources Without Limits or Throttling]. No authentication or user interaction is required for exploitation.

Critical Impact

Unauthenticated remote attackers can trigger memory exhaustion against the SAML authentication callback endpoint, rendering the danswer service unavailable.

Affected Products

  • danswer-ai/danswer version 0.9.0
  • fastapi versions prior to 0.115.3
  • starlette versions less than or equal to 0.49

Discovery Timeline

  • 2025-03-20 - CVE-2025-0182 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-0182

Vulnerability Analysis

The vulnerability resides in how danswer-ai/danswer 0.9.0 handles SAML authentication callbacks through its fastapi dependency. The underlying starlette package processes multipart form data without enforcing strict bounds on memory allocation. Repeated requests to the /auth/saml/callback endpoint allocate memory that is not released or capped, allowing an attacker to drive the process toward memory exhaustion. The vulnerability impacts availability only, with no direct effect on confidentiality or integrity. Successful exploitation requires only network reachability to the SAML callback endpoint.

Root Cause

The root cause is the use of a vulnerable starlette version (<=0.49) included transitively via fastapi. The starlette maintainers addressed the unbounded allocation in the multipart parser. The fix was incorporated upstream in fastapi version 0.115.3. Applications such as danswer-ai/danswer 0.9.0 that pin or transitively resolve older fastapi releases remain exposed.

Attack Vector

An unauthenticated attacker sends a sequence of crafted HTTP requests to the /auth/saml/callback endpoint. Each request triggers allocations inside the vulnerable multipart parser. Because the parser does not bound input size or release memory promptly, sustained request volume drives the Python process resident memory until the operating system terminates it or the host becomes unresponsive. The attack does not require valid SAML assertions, since memory consumption occurs during request parsing prior to assertion validation.

See the Huntr Bounty Report for additional technical details.

Detection Methods for CVE-2025-0182

Indicators of Compromise

  • Repeated POST requests from a single source IP to /auth/saml/callback within a short interval
  • Sustained growth in resident memory of the danswer or uvicorn worker processes
  • Out-of-memory (OOM) kill events in system logs referencing the application process
  • HTTP 5xx error rates spiking on authentication endpoints

Detection Strategies

  • Inspect web access logs for high-frequency requests to /auth/saml/callback lacking valid session context
  • Correlate process memory metrics with inbound request rates to the SAML endpoint
  • Alert on Python process restarts or container OOMKilled events in orchestration platforms
  • Use software composition analysis to flag deployments running fastapi < 0.115.3 or starlette <= 0.49

Monitoring Recommendations

  • Enable rate-limiting metrics on the reverse proxy or API gateway fronting danswer
  • Track per-endpoint request volume and 95th percentile response time for /auth/saml/*
  • Forward application and container logs to a centralized analytics platform for anomaly detection
  • Monitor dependency manifests in CI to detect reintroduction of vulnerable starlette versions

How to Mitigate CVE-2025-0182

Immediate Actions Required

  • Upgrade fastapi to version 0.115.3 or later, which bundles the patched starlette release
  • Pin starlette to a version greater than 0.49 in the project requirements file
  • Apply rate limiting on the /auth/saml/callback endpoint at the reverse proxy or WAF layer
  • Restrict network access to SAML endpoints to trusted identity provider IP ranges where feasible

Patch Information

The vulnerability is resolved by upgrading fastapi to version 0.115.3 or later, which pulls in a fixed starlette release. Operators of danswer-ai/danswer 0.9.0 should update the dependency manifest and redeploy. Refer to the Huntr Bounty Report for upstream remediation references.

Workarounds

  • Place danswer behind a reverse proxy enforcing request size limits and per-IP rate limits
  • Configure container memory limits and automatic restart policies to contain the impact of memory exhaustion
  • Temporarily disable SAML authentication if not in active use until patching completes
bash
# Configuration example: upgrade vulnerable dependencies
pip install --upgrade 'fastapi>=0.115.3' 'starlette>0.49'

# Example nginx rate limit for the SAML callback endpoint
# limit_req_zone $binary_remote_addr zone=saml:10m rate=5r/m;
# location /auth/saml/callback { limit_req zone=saml burst=5 nodelay; }

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechFastapi

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.22%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-770
  • Technical References
  • Huntr Bounty Report
  • Related CVEs
  • CVE-2025-49126: Visionatrix XSS Vulnerability

  • CVE-2026-2975: FastAPI Admin Information Disclosure Flaw

  • CVE-2026-23996: FastAPI Api Key Timing Attack Vulnerability

  • CVE-2021-32677: Tiangolo FastAPI CSRF 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