cvedb.io
CVE-2022-21700
MEDIUM · CVSS 5.3
EPSS exploitation probability: 0%
Published 2022-01-18T23:15:08.840 · Last modified 2026-06-17T04:26:47.553

Summary

Micronaut is a JVM-based, full stack Java framework designed for building JVM web applications with support for Java, Kotlin and the Groovy language. In affected versions sending an invalid Content Type header leads to memory leak in DefaultArgumentConversionContext as this type is erroneously used in static state. ### Impact Sending an invalid Content Type header leads to memory leak in `DefaultArgumentConversionContext` as this type is erroneously used in static state. ### Patches The problem is patched in Micronaut 3.2.7 and above. ### Workarounds The default content type binder can be replaced in an existing Micronaut application to mitigate the issue: ```java package example; import java.util.List; import io.micronaut.context.annotation.Replaces; import io.micronaut.core.convert.Conve

Affected products

objectcomputing — micronaut

Does this affect you?

Add your gear to cvedb and we'll alert you only when objectcomputing ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.