Intel

AIKIDO-2026-92960

micrometer-core is vulnerable to Improper Neutralization of Special Elements

Improper Neutralization of Special ElementsCVE-2026-59296 Published 3 days ago

59

Medium Risk

This Affects:

JAVAmicrometer-core
0.0.1 - 1.16.6
Fixed in 1.16.7
1.17.0 - 1.17.0
Fixed in 1.17.1
Are you affected? Scan for Free

TL;DR

micrometer-core and micrometer-registry-statsd do not sanitize newline characters in metric names and tags. Untrusted metric input can inject extra StatsD lines or log lines, spoofing metrics and polluting logs. This is exploitable when applications put untrusted data into meters, which instrumentation should not do. The patch strips CR and LF from metric names and tags.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and untrusted input is used as metric names, tag keys, or tag values for StatsD or LoggingMeterRegistry.

Background info

micrometer-core is vulnerable to Improper Neutralization of Special Elements in versions 0.0.1 - 1.16.6 and 1.17.0 - 1.17.0.

How to fix this

Upgrade the io.micrometer:micrometer-core and/or the io.micrometer:micrometer-registry-statsd library to the patch version.