Security Advisories (1)
CVE-2026-46741 (2026-06-04)

Etsy::StatsD versions through 1.002002 for Perl allow metric injections. The metric names and values are not checked for newlines, colons or pipes. Metrics generated from untrusted sources could inject additional statsd metrics. Note that the git repository contains an unreleased version with the gauge and set methods that also do not check for potential metric injections.

NAME

Etsy::StatsD

DESCRIPTION

new (HOST, PORT, SAMPLE_RATE)

Create a new instance.

timing(STAT, TIME, SAMPLE_RATE)

Log timing information

increment(STATS, SAMPLE_RATE)

Increment one of more stats counters.

increment(STATS, SAMPLE_RATE)

Decrement one of more stats counters.

increment(STATS, DELTA, SAMPLE_RATE)

Update one of more stats counters by arbitrary amounts.

send(DATA, SAMPLE_RATE)

Sending logging data; implicitly called by most of the other methods.

AUTHOR

Steve Sanbeg http://www.buzzfeed.com/stv