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-8788

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

CVE-2026-8788 is a metric injection vulnerability in Net::Statsd::Lite for Perl allowing attackers to inject additional statsd metrics through unchecked values. This article covers technical details, affected versions, and fixes.

Published: May 21, 2026

CVE-2026-8788 Overview

CVE-2026-8788 affects Net::Statsd::Lite versions through 0.10.0 for Perl. The library fails to validate input passed to the set_add method, allowing metric injection attacks. Untrusted input containing newlines, colons, or pipe characters can inject arbitrary statsd metrics into the data stream. This issue is classified under [CWE-93] (Improper Neutralization of CRLF Sequences). The flaw mirrors an earlier issue, CVE-2026-46719, which addressed the same class of injection in metric names in version 0.9.0. Applications forwarding user-controlled values to set_add are exposed to metric corruption and downstream monitoring integrity issues.

Critical Impact

Attackers can inject arbitrary statsd metrics through unvalidated input to set_add, corrupting telemetry pipelines and undermining monitoring data integrity.

Affected Products

  • Net::Statsd::Lite Perl module versions through 0.10.0
  • Applications using set_add with untrusted input
  • Monitoring pipelines ingesting metrics from affected library versions

Discovery Timeline

  • 2026-05-18 - CVE-2026-8788 published to NVD
  • 2026-05-19 - Last updated in NVD database

Technical Details for CVE-2026-8788

Vulnerability Analysis

The vulnerability resides in the set_add method of Net::Statsd::Lite. Statsd uses a line-oriented text protocol where metrics are delimited by newlines and field components are separated by colons and pipes. The library passes values from set_add directly into the protocol buffer without neutralizing these delimiter characters. An attacker who controls a value supplied to set_add can terminate the current metric line and append additional metric definitions of their choosing. This affects all releases up to and including version 0.10.0. Version 0.9.0 previously addressed an analogous flaw in metric names tracked as CVE-2026-46719, but the fix did not extend to set values.

Root Cause

The root cause is missing input sanitization for control characters within the set_add code path. The library trusted set values implicitly while applying validation only to metric names. Newline (\n), colon (:), and pipe (|) characters retain their protocol semantics when forwarded to the statsd server, enabling injection.

Attack Vector

Exploitation requires the target application to pass attacker-influenced data, such as HTTP headers, usernames, or query parameters, into set_add. No authentication is required when the upstream application accepts unauthenticated input. The attacker crafts a payload containing newline characters followed by a forged statsd metric line. The library transmits the combined payload over UDP or TCP to the statsd collector, which parses each line as a discrete metric. See the MetaCPAN release notes for the upstream fix details.

Detection Methods for CVE-2026-8788

Indicators of Compromise

  • Unexpected metric names appearing in statsd collectors that do not match any application-defined counters, gauges, or sets
  • Spikes in metric cardinality originating from hosts running affected Perl applications
  • Statsd log entries containing embedded newline-separated metric definitions traceable to user input fields

Detection Strategies

  • Audit application source code for calls to Net::Statsd::Lite::set_add that pass user-controlled values without sanitization
  • Inspect statsd server logs for malformed metric lines or metrics with names containing characters not used by the application
  • Run dependency scanners against cpanfile, Makefile.PL, and META.json to flag Net::Statsd::Lite versions at or below 0.10.0

Monitoring Recommendations

  • Baseline expected metric names per service and alert on the introduction of unknown metric identifiers
  • Log raw statsd packets at the collector for forensic review when anomalous metrics appear
  • Track the volume of distinct set members per metric and alert on sudden growth

How to Mitigate CVE-2026-8788

Immediate Actions Required

  • Upgrade Net::Statsd::Lite to version 0.10.1 or later, which validates set values for newlines, colons, and pipes
  • Inventory all Perl applications using Net::Statsd::Lite and confirm the patched version is deployed
  • Sanitize or reject user-supplied input before passing it to any statsd client method

Patch Information

The maintainer released Net::Statsd::Lite v0.10.1 to address this issue. Refer to the MetaCPAN release notes for full change details. Update through CPAN using cpanm Net::Statsd::Lite@0.10.1 or pin the version in your dependency manifest.

Workarounds

  • Wrap calls to set_add with a custom filter that strips or rejects \n, :, and | characters from values
  • Restrict statsd ingestion to trusted network segments and authenticated sources where possible
  • Apply schema validation at the statsd collector to drop metrics with names outside an allowlist
bash
# Upgrade the affected module via cpanminus
cpanm Net::Statsd::Lite@0.10.1

# Verify the 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

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-93
  • Technical References
  • MetaCPAN Release Notes

  • CVE-2026-46719 CVE Record
  • Related CVEs
  • CVE-2026-46719: 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