CVE-2026-33013: CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop') in micronaut-projects micronaut-core
Micronaut Framework is a JVM-based full stack Java framework designed for building modular, easily testable JVM applications. Versions prior to both 4.10.16 and 3.10.5 do not correctly handle descending array index order during form-urlencoded body binding in theJsonBeanPropertyBinder::expandArrayToThreshold, which allows remote attackers to cause a DoS (non-terminating loop, CPU exhaustion, and OutOfMemoryError) via crafted indexed form parameters (e.g., authors[1].name followed by authors[0].name). This issue has been fixed in versions 4.10.16 and 3.10.5.
AI Analysis
Technical Summary
CVE-2026-33013 is a vulnerability classified under CWE-835 (Loop with Unreachable Exit Condition) found in the Micronaut Framework's core component, micronaut-core. This Java-based framework is widely used for building modular and testable JVM applications. The flaw exists in theJsonBeanPropertyBinder::expandArrayToThreshold method, which is responsible for binding form-urlencoded request bodies to Java objects. The vulnerability occurs because the method does not correctly handle descending array index orders when processing indexed form parameters, such as 'authors[1].name' followed by 'authors[0].name'. This improper handling leads to an infinite loop scenario where the exit condition is never met. As a result, the server's CPU resources are exhausted, and memory consumption grows uncontrollably, eventually causing an OutOfMemoryError and crashing the application or severely degrading its performance. The vulnerability affects all versions from 4.0.0-M1 up to but not including 4.10.16, and all versions below 3.10.5. Exploitation requires no privileges or user interaction and can be triggered remotely by sending crafted HTTP form data. Although no known exploits are reported in the wild yet, the high CVSS 8.2 score reflects the significant risk posed by this vulnerability. The issue has been addressed in Micronaut versions 4.10.16 and 3.10.5 by correcting the array index handling logic to prevent infinite looping.
Potential Impact
The primary impact of CVE-2026-33013 is a denial-of-service condition caused by resource exhaustion. Attackers can remotely send specially crafted HTTP form-urlencoded requests that trigger an infinite loop in the vulnerable Micronaut core component. This leads to excessive CPU usage and memory consumption, potentially causing application crashes or severe performance degradation. For organizations relying on Micronaut-based JVM applications, this can result in service outages, degraded user experience, and potential cascading failures if critical services become unavailable. The vulnerability does not directly compromise confidentiality or integrity but can disrupt availability, which is critical for business continuity. Given the widespread use of Micronaut in microservices and cloud-native applications, the risk extends to many sectors including finance, healthcare, e-commerce, and government services. The ease of remote exploitation without authentication increases the threat level, making it attractive for attackers aiming to disrupt services or conduct denial-of-service attacks at scale.
Mitigation Recommendations
To mitigate CVE-2026-33013, organizations should immediately upgrade all affected Micronaut Framework instances to version 4.10.16 or 3.10.5 or later, where the vulnerability is fixed. If immediate upgrading is not feasible, implement network-level protections such as web application firewalls (WAFs) to detect and block suspicious form-urlencoded requests with descending or out-of-order indexed parameters. Application-layer input validation can be enhanced to reject malformed or unexpected parameter sequences before they reach the vulnerable binding logic. Monitoring application performance metrics and logs for unusual CPU spikes or memory usage patterns can provide early detection of exploitation attempts. Additionally, rate limiting and request throttling on endpoints accepting form-urlencoded data can reduce the risk of resource exhaustion. Security teams should also review their incident response plans to handle potential DoS events and ensure rapid patch deployment processes are in place for JVM-based applications using Micronaut.
Affected Countries
United States, Germany, United Kingdom, India, China, Japan, South Korea, France, Canada, Australia
CVE-2026-33013: CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop') in micronaut-projects micronaut-core
Description
Micronaut Framework is a JVM-based full stack Java framework designed for building modular, easily testable JVM applications. Versions prior to both 4.10.16 and 3.10.5 do not correctly handle descending array index order during form-urlencoded body binding in theJsonBeanPropertyBinder::expandArrayToThreshold, which allows remote attackers to cause a DoS (non-terminating loop, CPU exhaustion, and OutOfMemoryError) via crafted indexed form parameters (e.g., authors[1].name followed by authors[0].name). This issue has been fixed in versions 4.10.16 and 3.10.5.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
CVE-2026-33013 is a vulnerability classified under CWE-835 (Loop with Unreachable Exit Condition) found in the Micronaut Framework's core component, micronaut-core. This Java-based framework is widely used for building modular and testable JVM applications. The flaw exists in theJsonBeanPropertyBinder::expandArrayToThreshold method, which is responsible for binding form-urlencoded request bodies to Java objects. The vulnerability occurs because the method does not correctly handle descending array index orders when processing indexed form parameters, such as 'authors[1].name' followed by 'authors[0].name'. This improper handling leads to an infinite loop scenario where the exit condition is never met. As a result, the server's CPU resources are exhausted, and memory consumption grows uncontrollably, eventually causing an OutOfMemoryError and crashing the application or severely degrading its performance. The vulnerability affects all versions from 4.0.0-M1 up to but not including 4.10.16, and all versions below 3.10.5. Exploitation requires no privileges or user interaction and can be triggered remotely by sending crafted HTTP form data. Although no known exploits are reported in the wild yet, the high CVSS 8.2 score reflects the significant risk posed by this vulnerability. The issue has been addressed in Micronaut versions 4.10.16 and 3.10.5 by correcting the array index handling logic to prevent infinite looping.
Potential Impact
The primary impact of CVE-2026-33013 is a denial-of-service condition caused by resource exhaustion. Attackers can remotely send specially crafted HTTP form-urlencoded requests that trigger an infinite loop in the vulnerable Micronaut core component. This leads to excessive CPU usage and memory consumption, potentially causing application crashes or severe performance degradation. For organizations relying on Micronaut-based JVM applications, this can result in service outages, degraded user experience, and potential cascading failures if critical services become unavailable. The vulnerability does not directly compromise confidentiality or integrity but can disrupt availability, which is critical for business continuity. Given the widespread use of Micronaut in microservices and cloud-native applications, the risk extends to many sectors including finance, healthcare, e-commerce, and government services. The ease of remote exploitation without authentication increases the threat level, making it attractive for attackers aiming to disrupt services or conduct denial-of-service attacks at scale.
Mitigation Recommendations
To mitigate CVE-2026-33013, organizations should immediately upgrade all affected Micronaut Framework instances to version 4.10.16 or 3.10.5 or later, where the vulnerability is fixed. If immediate upgrading is not feasible, implement network-level protections such as web application firewalls (WAFs) to detect and block suspicious form-urlencoded requests with descending or out-of-order indexed parameters. Application-layer input validation can be enhanced to reject malformed or unexpected parameter sequences before they reach the vulnerable binding logic. Monitoring application performance metrics and logs for unusual CPU spikes or memory usage patterns can provide early detection of exploitation attempts. Additionally, rate limiting and request throttling on endpoints accepting form-urlencoded data can reduce the risk of resource exhaustion. Security teams should also review their incident response plans to handle potential DoS events and ensure rapid patch deployment processes are in place for JVM-based applications using Micronaut.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-03-17T17:22:14.665Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 69bcda04e32a4fbe5f30467a
Added to database: 3/20/2026, 5:24:20 AM
Last enriched: 3/20/2026, 5:39:27 AM
Last updated: 3/21/2026, 2:51:22 AM
Views: 6
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.