Overview
About vulnerability
SVG ImageDescription
In Micrometer, it is possible for a user to provide specially crafted gRPC requests that may cause a denial-of-service (DoS) condition.
Specifically, an application is vulnerable when all of the following are true:
- the application uses a vulnerable version of
io.micrometer:micrometer-core - an
ObservationRegistryis configured in the application and it records observations DefaultMeterObservationHandleris configured to output metrics from Observations or the user has a customObservationHandlerthat outputs metrics similarly toDefaultMeterObservationHandler- the application uses
ObservationGrpcServerInterceptorto instrument its gRPC server
SVG ImageAffected Products and Versions
Micrometer:
- 1.16.0 - 1.16.5
- 1.15.0 - 1.15.11
Older versions than 1.15.0 are not affected.
SVG ImageMitigation
Users of affected versions should upgrade to the corresponding fixed version.
| Affected version(s) | Fix version | Availability |
|---|---|---|
| 1.16.x | 1.16.6 | OSS |
| 1.15.x | 1.15.12 | OSS |
No further mitigation steps are necessary.
SVG ImageCredit
The issue was identified and responsibly reported by Yu Bao (@August829) - [email protected] – who works for paypal.com.
SVG ImageReferences
SVG ImageHistory
- 2026-06-08: Initial vulnerability report published.
Details
SVG ImageDescription
In Micrometer, it is possible for a user to provide specially crafted gRPC requests that may cause a denial-of-service (DoS) condition.
Specifically, an application is vulnerable when all of the following are true:
- the application uses a vulnerable version of
io.micrometer:micrometer-core - an
ObservationRegistryis configured in the application and it records observations DefaultMeterObservationHandleris configured to output metrics from Observations or the user has a customObservationHandlerthat outputs metrics similarly toDefaultMeterObservationHandler- the application uses
ObservationGrpcServerInterceptorto instrument its gRPC server
SVG ImageAffected Products and Versions
Micrometer:
- 1.16.0 - 1.16.5
- 1.15.0 - 1.15.11
Older versions than 1.15.0 are not affected.
SVG ImageMitigation
Users of affected versions should upgrade to the corresponding fixed version.
| Affected version(s) | Fix version | Availability |
|---|---|---|
| 1.16.x | 1.16.6 | OSS |
| 1.15.x | 1.15.12 | OSS |
No further mitigation steps are necessary.
SVG ImageCredit
The issue was identified and responsibly reported by Yu Bao (@August829) - [email protected] – who works for paypal.com.
SVG ImageReferences
SVG ImageHistory
- 2026-06-08: Initial vulnerability report published.