cosimo/perl5-net-statsd

cosimo/perl5-net-statsd

Releases15
Frequency1 year 2 weeks
Last Release
Stars16
Net::Statsd is a Perl client for Etsy's statsd metric collection daemon

CVE History

CVEPublishedCVSS v3CVSS v2
5.3 MEDIUM

Net::Statsd versions before 0.13 for Perl allow metric injections. The metric names are not checked for newlines, colons or pipes. Metrics generated from untrusted sources could inject additional statsd metrics. The update_stats (used for updating counters) and gauge methods do not check that values are numeric (which would block metric injection).