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

CVE-2026-27695: Zeroae Zae-limiter DoS Vulnerability

CVE-2026-27695 is a denial of service vulnerability in Zeroae Zae-limiter that causes DynamoDB throttling under high traffic. This article covers the technical details, affected versions, impact, and mitigation.

Published: February 27, 2026

CVE-2026-27695 Overview

CVE-2026-27695 is a Resource Exhaustion vulnerability affecting zae-limiter, a rate limiting library that implements the token bucket algorithm. Prior to version 0.10.1, all rate limit buckets for a single entity share the same DynamoDB partition key (namespace/ENTITY#{id}). This design flaw allows a high-traffic entity to exceed DynamoDB's per-partition throughput limits (~1,000 WCU/sec), causing throttling that degrades service for that entity and potentially co-located entities in the same partition.

Critical Impact

Service degradation and denial of service conditions can occur when high-traffic entities exceed DynamoDB partition throughput limits, affecting both the targeted entity and co-located entities sharing the same partition.

Affected Products

  • zeroae zae-limiter versions prior to 0.10.1

Discovery Timeline

  • 2026-02-25 - CVE CVE-2026-27695 published to NVD
  • 2026-02-26 - Last updated in NVD database

Technical Details for CVE-2026-27695

Vulnerability Analysis

This vulnerability stems from an improper resource allocation design (CWE-770: Allocation of Resources Without Limits or Throttling) in the zae-limiter library. The library uses DynamoDB as its backend storage for maintaining rate limit state across distributed systems using the token bucket algorithm.

The core issue lies in how the library structures its DynamoDB partition keys. All rate limit buckets associated with a single entity are stored under the same partition key following the pattern namespace/ENTITY#{id}. DynamoDB has inherent per-partition throughput limitations of approximately 1,000 write capacity units (WCU) per second.

When an entity generates high volumes of rate-limiting requests, all associated write operations target the same partition. This creates a "hot partition" scenario where the throughput ceiling is quickly reached, triggering DynamoDB's built-in throttling mechanisms.

The attack can be exploited remotely over the network and requires no authentication or user interaction. While the vulnerability does not impact confidentiality or integrity, it can cause availability degradation for affected services.

Root Cause

The root cause is an architectural limitation in the partition key design. By consolidating all rate limit buckets for an entity under a single partition key, the library creates a bottleneck that cannot scale horizontally. DynamoDB automatically partitions data across multiple physical storage units, but all items sharing the same partition key must reside on the same partition, limiting throughput regardless of provisioned capacity.

Attack Vector

An attacker can exploit this vulnerability by generating sustained high-frequency requests against a single entity's rate-limited endpoints. The attack requires only network access to the application using the vulnerable zae-limiter library. The exploitation mechanism works as follows:

  1. The attacker identifies or creates a target entity in the rate-limited system
  2. The attacker generates high-volume requests against endpoints associated with that entity
  3. Each request triggers a write operation to DynamoDB using the shared partition key
  4. Once throughput exceeds ~1,000 WCU/sec, DynamoDB begins throttling requests
  5. Legitimate requests for the targeted entity and co-located entities experience degraded service

No proof-of-concept code is publicly available for this vulnerability. The attack is conceptually straightforward, requiring only the ability to generate sustained request volumes against rate-limited endpoints. For additional technical details, see the GitHub Security Advisory.

Detection Methods for CVE-2026-27695

Indicators of Compromise

  • Elevated DynamoDB ThrottlingException errors in application logs targeting rate limiter tables
  • Unusual spikes in write operations to rate limiter DynamoDB partitions
  • Service degradation reports from multiple entities that appear to be correlated
  • CloudWatch metrics showing hot partition warnings for rate limiter tables

Detection Strategies

  • Monitor DynamoDB CloudWatch metrics for WriteThrottledRequests and ProvisionedWriteCapacityUnits consumption patterns
  • Implement alerting on DynamoDB throttling events specifically for tables used by zae-limiter
  • Deploy distributed tracing to correlate service degradation with rate limiter operations
  • Audit application dependencies to identify usage of zae-limiter versions prior to 0.10.1

Monitoring Recommendations

  • Enable DynamoDB Contributor Insights to identify hot partition keys in rate limiter tables
  • Configure CloudWatch alarms for throttling metrics with appropriate thresholds
  • Implement application-level logging for rate limiter operations to track entity-specific patterns
  • Use AWS X-Ray or similar APM tools to trace latency spikes back to DynamoDB operations

How to Mitigate CVE-2026-27695

Immediate Actions Required

  • Upgrade zae-limiter to version 0.10.1 or later immediately
  • Review application logs for signs of existing exploitation or service degradation
  • Consider implementing temporary application-level rate limiting as a defensive layer
  • Audit all deployments using zae-limiter to ensure comprehensive patching

Patch Information

The vulnerability has been fixed in zae-limiter version 0.10.1. The patch addresses the partition key design to prevent throughput bottlenecks from affecting service availability. Organizations should upgrade by updating their dependency to the latest version.

For detailed patch information, refer to the GitHub Release v0.10.1 and the GitHub Security Advisory GHSA-76rv-2r9v-c5m6.

Workarounds

  • Implement DynamoDB on-demand capacity mode to better handle burst traffic patterns
  • Deploy write sharding by adding random suffixes to partition keys at the application level (temporary measure)
  • Configure DynamoDB auto-scaling with aggressive scale-up policies to mitigate throttling impact
  • Consider implementing a secondary rate limiting layer using in-memory solutions like Redis as a buffer
bash
# Update zae-limiter to patched version
pip install --upgrade zae-limiter>=0.10.1

# Verify installed version
pip show zae-limiter | grep Version

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechZeroae Zae Limiter

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-770
  • Technical References
  • GitHub Release v0.10.1
  • Vendor Resources
  • GitHub Security Advisory GHSA-76rv-2r9v-c5m6
  • Latest CVEs
  • CVE-2025-11419: Keycloak TLS DoS Vulnerability

  • CVE-2025-13947: WebKitGTK Information Disclosure Flaw

  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal 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