CVE-2026-46719

Summary

Net::Statsd::Lite versions before 0.9.0 for Perl allowed metric injections.

The metric names were not checked for newlines, colons or pipes. Metrics generated from untrusted sources could inject additional statsd metrics.

Affected Software

VendorProductVersion RangeStatus
RRWONet::Statsd::Lite0 < 0.9.0affected

Weaknesses

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

Workarounds

Apply the patch.

Alternatively, validate that all metrics sent to the client based on untrusted data do not contain metric injections.

ADP Enrichment

CVE Program Container

Additional References

CISA ADP Vulnrichment

  • SSVC:
  • Exploitation: none
    • Automatable: yes
    • Technical Impact: partial

References