A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-57816

CVE-2025-57816: Ethyca Fides Rate Limiting DoS Vulnerability

CVE-2025-57816 is a denial of service flaw in Ethyca Fides that allows attackers to bypass IP-based rate limiting in CDN/proxy environments. This article covers technical details, affected versions, and mitigation.

Published: May 4, 2026

CVE-2025-57816 Overview

CVE-2025-57816 affects Ethyca Fides, an open-source privacy engineering platform. Versions prior to 2.69.1 implement ineffective IP-based rate limiting in the Fides Webserver API. The system applies rate limits using the directly connected infrastructure IP rather than the originating client IP, and stores counters in process memory instead of a shared store. Attackers can bypass intended rate limits when Fides runs behind a CDN, proxy, or load balancer, leading to potential denial of service. The flaw is tracked under CWE-799: Improper Control of Interaction Frequency.

Critical Impact

Attackers can circumvent built-in API rate limits in multi-instance or proxied deployments and exhaust resources, causing denial of service.

Affected Products

  • Ethyca Fides versions prior to 2.69.1
  • Deployments using Fides built-in rate limiting behind CDNs, reverse proxies, or load balancers
  • Multi-replica Fides Webserver deployments without a shared counter store

Discovery Timeline

  • 2025-09-08 - CVE-2025-57816 published to NVD
  • 2025-09-10 - Last updated in NVD database

Technical Details for CVE-2025-57816

Vulnerability Analysis

The Fides Webserver API enforces request rate limiting by counting requests per source IP address. Two design defects break this control in production deployments. First, the application reads the IP from the directly connected peer rather than parsing forwarded headers such as X-Forwarded-For. When Fides sits behind a CDN, ingress controller, or load balancer, every request appears to come from a small set of infrastructure IPs. Second, the limiter stores counters in process-local memory. In horizontally scaled deployments with multiple Fides replicas, each worker maintains an independent counter. Requests distributed across replicas reset effectively, so the aggregate request rate exceeds the per-instance threshold without triggering enforcement.

Root Cause

The root cause is improper control of interaction frequency [CWE-799]. The rate limiter trusts the transport-layer source address and lacks a shared backend such as Redis to coordinate counters across processes. Deployments relying on external rate limiting through a Web Application Firewall (WAF) or API gateway are not affected.

Attack Vector

An unauthenticated attacker sends high-volume requests to public Fides API endpoints. Because counters reset per replica and infrastructure IPs are shared across all clients, the attacker bypasses the intended throttle and consumes CPU, memory, and downstream database resources, producing a denial-of-service condition against the privacy management plane.

The maintainers' fix introduces an Nginx load balancer configuration in front of multiple Fides webserver instances and adjusts development tooling to support that topology:

text
events {}

http {

  log_format upstream_log '$remote_addr - $remote_user [$time_local] '
                        '"$request" $status $body_bytes_sent '
                        '"$http_referer" "$http_user_agent" '
                        'upstream_addr="$upstream_addr" '
                        'upstream_status="$upstream_status"';

  upstream fides {
    server fides-1:8080;
    server fides-2:8080;
  }

  server {
    listen 8080;
    access_log /dev/stdout upstream_log;

    location / {
      proxy_pass http://fides;
    }
  }
}

Source: ethyca/fides commit 59903c1

Detection Methods for CVE-2025-57816

Indicators of Compromise

  • Sustained spikes in request volume to Fides API endpoints originating from a narrow set of upstream proxy or CDN IPs
  • Elevated 4xx/5xx response rates and increased response latency on the Fides Webserver
  • CPU or memory saturation on Fides webserver replicas without proportional rate-limit rejections in logs

Detection Strategies

  • Compare request rates recorded at the WAF or load balancer with rate-limit rejections logged by Fides; large discrepancies indicate bypass.
  • Aggregate X-Forwarded-For client IPs at the proxy tier and alert on per-client request rates exceeding policy thresholds.
  • Track Fides version inventory and flag any instance running a release earlier than 2.69.1.

Monitoring Recommendations

  • Enable upstream access logging on the reverse proxy, including $remote_addr and $upstream_addr, to attribute traffic to true client IPs.
  • Forward Fides and proxy logs into a SIEM or data lake to correlate API abuse patterns across replicas.
  • Monitor pod or container resource metrics for the Fides Webserver and alert on sustained saturation.

How to Mitigate CVE-2025-57816

Immediate Actions Required

  • Upgrade Fides to version 2.69.1 or later, which addresses the rate limiting deficiency.
  • Deploy an external rate-limiting layer such as a WAF, API gateway, or Nginx in front of Fides if upgrading is delayed.
  • Audit deployments for direct exposure of Fides webserver replicas and place all instances behind a controlled ingress.

Patch Information

The fix is delivered in Fides 2.69.1. See the GitHub Security Advisory GHSA-fq34-xw6c-fphf, the GitHub Release 2.69.1, and the remediation commit 59903c1.

Workarounds

  • Implement rate limiting externally at the infrastructure tier using a WAF or API gateway keyed on the true client IP.
  • Configure reverse proxies to enforce per-client request quotas based on X-Forwarded-For rather than relying on the application limiter.
  • Restrict access to the Fides API to known networks where feasible to reduce the attack surface.
bash
# Example Nginx rate limit keyed on real client IP via X-Forwarded-For
http {
  map $http_x_forwarded_for $client_ip {
    "~^(?P<first>[^,]+)" $first;
    default              $remote_addr;
  }

  limit_req_zone $client_ip zone=fides_api:10m rate=10r/s;

  upstream fides {
    server fides-1:8080;
    server fides-2:8080;
  }

  server {
    listen 8080;
    location / {
      limit_req zone=fides_api burst=20 nodelay;
      proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
      proxy_pass http://fides;
    }
  }
}

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechEthyca Fides

  • SeverityMEDIUM

  • CVSS Score6.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/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
  • AvailabilityLow
  • CWE References
  • CWE-799
  • Technical References
  • GitHub Release 2.69.1
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-fq34-xw6c-fphf
  • Related CVEs
  • CVE-2024-38537: Ethyca Fides XSS 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