Net::Statsd::Tiny versions before 0.3.8 for Perl allowed metric injections
Net::Statsd::Tiny versions before 0.3.8 for Perl allowed metric injections.
The metric names and set values were not checked for newlines, colons or pipes. Metrics generated from untrusted sources could inject additional statsd metrics.
Description: CWE-93 Improper Neutralization of CRLF Sequences
Metrics
Version
Base score
Base severity
Vector
Metrics Other Info
Impacts
CAPEC ID
Description
Solutions
Upgrade to Net::Statsd::Tiny version 0.3.8 or later.
Configurations
Workarounds
Apply the patch.
Alternatively, validate that all metrics and setr values sent to the client based on untrusted data do not contain metric injections
This is the same issue CVE-2026-46719 that affected Net::Statsd::Lite.