Vulnerability Description
Micronaut Framework is a JVM-based full stack Java framework designed for building modular, easily testable JVM applications. Prior to 4.10.22, the bundleCache is keyed by (Locale, baseName) where the locale originates from the HTTP Accept-Language header. In applications that explicitly register a ResourceBundleMessageSource bean and serve HTML error responses, an unauthenticated attacker can exhaust heap memory by sending requests with large numbers of unique Accept-Language values, each causing a new entry in the unbounded bundleCache. This vulnerability is fixed in 4.10.22.
CVSS Score
LOW
Related Weaknesses (CWE)
References
- https://github.com/micronaut-projects/micronaut-core/security/advisories/GHSA-3r
- https://github.com/micronaut-projects/micronaut-core/security/advisories/GHSA-3r
FAQ
What is CVE-2026-44242?
CVE-2026-44242 is a vulnerability with a CVSS score of 3.7 (LOW). Micronaut Framework is a JVM-based full stack Java framework designed for building modular, easily testable JVM applications. Prior to 4.10.22, the bundleCache is keyed by (Locale, baseName) where the...
How severe is CVE-2026-44242?
CVE-2026-44242 has been rated LOW with a CVSS base score of 3.7/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-44242?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.