CVE-2026-11373 PUBLISHED

Net::Statsite::Client versions through 1.1.0 for Perl allow metric injections

Assigner: CPANSec
Reserved: 05.06.2026 Published: 22.06.2026 Updated: 22.06.2026

Net::Statsite::Client versions through 1.1.0 for Perl allow metric injections.

Net::Statsite::Client is a client for the statsite protocol, which is a variant of statsd.

Newlines are not removed from metric names, allowing metric injections.

Values are not sanitised for newlines or other protocol control characters such as colons or pipes, allowing metric injections.

Product Status

Vendor JASEI
Product Net::Statsite::Client
Versions Default: unaffected
  • affected from 0 to 1.1.0 (incl.)

Workarounds

Apply the patch.

Otherwise ensure that metric names and values come from trusted sources or are properly sanitised.

References

Problem Types

  • CWE-93 Improper Neutralization of CRLF Sequences CWE
  • CWE-150 Improper Neutralization of Escape, Meta, or Control Sequences CWE