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

CVE-2026-33012: Micronaut Framework DoS Vulnerability

CVE-2026-33012 is a denial of service vulnerability in Micronaut Framework caused by unbounded cache growth leading to memory exhaustion. This article covers the technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2026-33012 Overview

CVE-2026-33012 is a Denial of Service vulnerability affecting the Micronaut Framework, a JVM-based full stack Java framework designed for building modular, easily testable JVM applications. The vulnerability exists in the DefaultHtmlErrorResponseBodyProvider component, which uses an unbounded ConcurrentHashMap cache without any eviction policy. When an application throws exceptions containing attacker-controlled content (such as request query parameters), remote attackers can exploit this flaw to cause unbounded heap growth, resulting in an OutOfMemoryError and complete service disruption.

Critical Impact

Remote attackers can exploit this vulnerability to cause Denial of Service through memory exhaustion without requiring authentication, potentially crashing production JVM applications.

Affected Products

  • Objectcomputing Micronaut versions 4.7.0 through 4.10.16
  • Applications using the DefaultHtmlErrorResponseBodyProvider component
  • JVM applications that expose error messages containing user-controlled input

Discovery Timeline

  • 2026-03-20 - CVE-2026-33012 published to NVD
  • 2026-03-24 - Last updated in NVD database

Technical Details for CVE-2026-33012

Vulnerability Analysis

This vulnerability represents a classic Resource Exhaustion issue (CWE-770: Allocation of Resources Without Limits or Throttling). The Micronaut Framework's DefaultHtmlErrorResponseBodyProvider component maintains an internal cache using a ConcurrentHashMap to store processed error response bodies. The fundamental flaw is that this cache lacks any size limits or eviction policy, allowing it to grow indefinitely.

When an application throws an exception that includes attacker-influenced content in its message (such as query parameters, request headers, or other user input), each unique exception message creates a new entry in the cache. An attacker can exploit this by systematically sending requests with varying parameters that trigger exceptions, causing the cache to accumulate entries until the JVM exhausts available heap memory.

The attack is particularly effective because it requires no authentication and can be executed remotely over the network. The availability impact is complete service disruption, though confidentiality and integrity remain unaffected since this is purely a resource exhaustion attack.

Root Cause

The root cause lies in the design of the DefaultHtmlErrorResponseBodyProvider class, which caches HTML error response bodies keyed by exception messages. The cache was implemented using a ConcurrentHashMap for thread-safe access but without implementing any bounds checking, maximum size constraints, or time-based eviction policies. This architectural oversight allows the cache to grow unbounded when processing exceptions with unique messages.

Attack Vector

The attack vector is network-based and requires no privileges or user interaction. An attacker can exploit this vulnerability by sending crafted HTTP requests designed to trigger exceptions with unique messages. For example, if the application includes query parameter values in exception messages, an attacker could send thousands of requests with different parameter values, each creating a new cache entry.

The vulnerability exploitation flow works as follows:

  1. Attacker identifies an endpoint that can trigger exceptions containing user input
  2. Attacker sends requests with varying input values (e.g., different query parameters)
  3. Each unique exception message creates a new entry in the unbounded cache
  4. Repeated requests cause continuous heap growth
  5. Eventually, the JVM runs out of memory and throws OutOfMemoryError
  6. The application becomes unavailable, achieving Denial of Service

Detection Methods for CVE-2026-33012

Indicators of Compromise

  • Abnormal memory growth patterns in JVM heap utilization metrics
  • Increasing number of entries in application error response caches
  • Elevated request rates to endpoints that commonly generate error responses
  • OutOfMemoryError exceptions in application logs with heap space exhaustion
  • Unusual patterns of requests with varying query parameters targeting the same endpoints

Detection Strategies

  • Monitor JVM heap memory utilization for sustained growth without corresponding garbage collection relief
  • Implement alerting on OutOfMemoryError occurrences in application logs
  • Track request patterns for anomalous volumes of error-generating requests from single sources
  • Analyze application memory dumps for oversized ConcurrentHashMap cache objects
  • Review request logs for patterns of systematically varied parameters targeting error-prone endpoints

Monitoring Recommendations

  • Configure JVM monitoring to alert when heap usage exceeds 80% for extended periods
  • Implement rate limiting on endpoints known to generate error responses
  • Set up application performance monitoring (APM) to track cache sizes in Micronaut components
  • Enable garbage collection logging to identify memory pressure patterns
  • Monitor request error rates and correlate with memory utilization spikes

How to Mitigate CVE-2026-33012

Immediate Actions Required

  • Upgrade Micronaut Framework to version 4.10.17 or later immediately
  • If immediate upgrade is not possible, implement rate limiting on all public endpoints
  • Review application code for exception messages that include user-controlled input
  • Monitor memory utilization closely until patching is complete
  • Consider implementing Web Application Firewall (WAF) rules to limit request rates

Patch Information

The vulnerability has been fixed in Micronaut Framework version 4.10.17. The fix introduces proper cache eviction policies and size limits to the DefaultHtmlErrorResponseBodyProvider component. Organizations should upgrade to this version or later to fully remediate the vulnerability.

For detailed information about the fix, refer to the GitHub Commit Details and the GitHub Security Advisory GHSA-2hcp-gjrf-7fhc. The patched version is available at the GitHub Release v4.10.17.

Workarounds

  • Implement request rate limiting at the load balancer or reverse proxy level to reduce attack throughput
  • Configure JVM heap size limits with appropriate garbage collection tuning to delay exhaustion
  • Sanitize user input before including it in exception messages to reduce cache key uniqueness
  • Deploy a custom error handler that bypasses DefaultHtmlErrorResponseBodyProvider for user-facing errors
  • Implement application-level circuit breakers to prevent cascading failures during memory pressure
bash
# JVM configuration to help mitigate memory exhaustion (temporary workaround only)
# Add these JVM options to your application startup
-Xmx4g                          # Set maximum heap size
-XX:+HeapDumpOnOutOfMemoryError # Generate heap dump on OOM for analysis
-XX:HeapDumpPath=/var/log/heapdumps/
-XX:+UseG1GC                    # Use G1 garbage collector for better memory management
-XX:MaxGCPauseMillis=200        # Target GC pause time

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechMicronaut

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.16%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/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
  • GitHub Release v4.10.17
  • Vendor Resources
  • GitHub Commit Details

  • GitHub Security Advisory GHSA-2hcp-gjrf-7fhc
  • Related CVEs
  • CVE-2026-33013: Micronaut Framework DoS 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