A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-46719

CVE-2026-46719: Net::Statsd::Lite Metric Injection Flaw

CVE-2026-46719 is a metric injection vulnerability in Net::Statsd::Lite for Perl allowing attackers to inject malicious metrics through unchecked newlines, colons, or pipes. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: May 21, 2026

CVE-2026-46719 Overview

CVE-2026-46719 is a metric injection vulnerability in the Net::Statsd::Lite Perl module before version 0.9.0. The module failed to validate metric names for newline, colon (:), or pipe (|) characters before transmitting them over the statsd protocol. Applications that constructed metric names from untrusted input could be coerced into emitting attacker-controlled statsd metrics. The flaw is categorized as [CWE-93] (Improper Neutralization of CRLF Sequences) and affects any Perl application using the vulnerable module to publish telemetry derived from user-supplied data.

Critical Impact

Attackers supplying crafted metric names can inject arbitrary statsd metrics, corrupting monitoring data, triggering false alerts, or masking malicious activity from observability pipelines.

Affected Products

  • Net::Statsd::Lite Perl module versions prior to 0.9.0
  • Perl applications consuming untrusted input as statsd metric names
  • Observability pipelines ingesting metrics from vulnerable producers

Discovery Timeline

  • 2026-05-16 - CVE-2026-46719 published to NVD
  • 2026-05-16 - OSS-Security mailing list advisory published
  • 2026-05-19 - Last updated in NVD database

Technical Details for CVE-2026-46719

Vulnerability Analysis

The statsd line protocol delimits metric fields with the colon and pipe characters and separates distinct metrics with newlines. Net::Statsd::Lite constructed outbound UDP packets by concatenating caller-supplied metric names directly into the protocol payload without sanitization. An attacker who controlled any portion of a metric name could embed protocol delimiters to terminate the legitimate metric and append additional metric records within the same datagram.

The consequence depends on downstream consumers. A statsd daemon parses each injected line as an independent metric, which means the attacker can write arbitrary counters, gauges, or timers into the monitoring backend. This enables manipulation of dashboards, suppression of alerting thresholds, or pollution of long-term metric storage.

Root Cause

The Net::Statsd::Lite send routines treated metric names as opaque strings and performed no neutralization of the protocol's reserved characters: \n, :, and |. The fix in version 0.9.0 introduces explicit validation that rejects metric names containing these characters before serialization.

Attack Vector

Exploitation requires that an application pass attacker-influenced data into a Net::Statsd::Lite client call as part of the metric name. Common patterns include incrementing counters keyed by HTTP route, username, tenant identifier, or other request-derived values. No authentication to the statsd server is needed because the injection occurs at the producer.

text
# Security patch in Changes - Validate metrics against protocol injection

 Revision history for Net-Statsd-Lite
 
 {{$NEXT}}
+  [Security]
+  - Metrics names are now validated to ensure they do not contain newlines, ":" or "|" characters that
+    might allow metric injection. CVE-2026-46719
+
   [Documentation]
   - Added a security policy.

Source: GitHub Patch Commit

Detection Methods for CVE-2026-46719

Indicators of Compromise

  • Unexpected statsd metric names appearing in monitoring backends, particularly those containing fragments of HTTP parameters or user input
  • Bursts of unfamiliar counters or gauges originating from application hosts running Perl services
  • UDP packets to statsd collectors containing multiple newline-separated metrics where the application normally emits one per call

Detection Strategies

  • Audit application source code for calls into Net::Statsd::Lite that pass request-derived values as metric names
  • Inspect statsd collector logs for metric names containing unusual byte sequences, encoded delimiters, or anomalously high cardinality
  • Compare deployed Net::Statsd::Lite module versions against 0.9.0 across Perl hosts using CPAN inventory tooling

Monitoring Recommendations

  • Alert on sudden growth in unique metric name cardinality from a single producer host
  • Capture and review UDP egress to statsd ports (default 8125) for malformed protocol lines
  • Track application logs that record metric emission to correlate suspicious names with the originating HTTP request

How to Mitigate CVE-2026-46719

Immediate Actions Required

  • Upgrade Net::Statsd::Lite to version 0.9.0 or later on all Perl application hosts
  • Inventory applications that build metric names from untrusted input and review for prior exposure
  • Rotate or invalidate any monitoring-driven automated actions that may have been triggered by injected metrics

Patch Information

The maintainer released Net::Statsd::Lite v0.9.0, which validates metric names and rejects those containing newlines, colons, or pipes. See the MetaCPAN Release Changes and the GitHub Patch Commit for full details. The OpenWall OSS-Security Update provides the original disclosure.

Workarounds

  • Sanitize all caller-supplied strings to remove \n, :, and | before passing them as metric names
  • Wrap Net::Statsd::Lite calls in an application-level helper that allowlists metric name characters (for example, [A-Za-z0-9_.-])
  • Avoid using untrusted identifiers such as usernames or URL paths directly as metric name components
bash
# Configuration example - upgrade via cpanm
cpanm Net::Statsd::Lite@0.9.0

# Verify installed version
perl -MNet::Statsd::Lite -e 'print $Net::Statsd::Lite::VERSION, "\n"'

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeOther

  • Vendor/TechPerl

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-93
  • Technical References
  • GitHub Patch Commit

  • MetaCPAN Release Changes

  • OpenWall OSS-Security Update
  • Related CVEs
  • CVE-2026-8788: Net::Statsd::Lite Metric Injection Flaw

  • CVE-2026-46720: Net::Statsd::Tiny Metric Injection Flaw

  • CVE-2026-4176: Perl Compress::Raw::Zlib Vulnerability

  • CVE-2024-57854: Net::NSCA::Client Weak RNG Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English