The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-45179

CVE-2026-45179: Plack Middleware Statsd IP Disclosure Flaw

CVE-2026-45179 is an information disclosure vulnerability in Plack::Middleware::Statsd for Perl that may leak user IP addresses through unsecured statsd daemon channels. This article covers technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2026-45179 Overview

CVE-2026-45179 is an information disclosure vulnerability in Plack::Middleware::Statsd, a Perl middleware module that sends application metrics to a statsd daemon. Versions before 0.9.0 log user IP addresses to the statsd daemon in cleartext. When the communication channel between the Perl application and the statsd daemon is unsecured, such as UDP packets traversing untrusted networks, user IP addresses can be exposed to network observers. The flaw is classified as [CWE-319] Cleartext Transmission of Sensitive Information.

Critical Impact

Unauthenticated network-adjacent attackers can passively observe user IP addresses transmitted between Perl web applications and statsd collection daemons.

Affected Products

  • Plack::Middleware::Statsd for Perl, all versions prior to 0.9.0
  • Perl applications using Plack middleware with statsd telemetry integration
  • Deployments routing statsd UDP traffic across untrusted network segments

Discovery Timeline

  • 2026-05-10 - CVE-2026-45179 published to NVD
  • 2026-05-10 - OpenWall oss-security advisory issued
  • 2026-05-12 - Last updated in NVD database

Technical Details for CVE-2026-45179

Vulnerability Analysis

The Plack::Middleware::Statsd module instruments Perl web applications by emitting request metrics to a statsd daemon. In versions before 0.9.0, the middleware includes the client IP address as part of the metric payload sent to the daemon. Statsd traffic is commonly transmitted over UDP without authentication or encryption. When the daemon resides on a separate host, the cleartext IP data traverses the network in plain view of any party able to observe the packets.

Attackers positioned on the path between the application server and the statsd daemon can capture user IP addresses without authentication or user interaction. The exposure is limited to confidentiality of IP data and does not grant access to credentials, session tokens, or application state.

Root Cause

The root cause is the implicit logging of personally identifiable network metadata to a telemetry channel that lacks transport security. The middleware passes the IP address as a tag or metric dimension without giving operators a documented mechanism to redact or hash the value. Statsd's UDP transport offers no encryption, so any cleartext value sent to it is subject to network-level disclosure.

Attack Vector

Exploitation requires network observation between the Plack application and the statsd collector. A passive attacker with access to a shared network segment, a compromised intermediate host, or a misconfigured cloud network can capture UDP packets containing the IP fields. No privileges, user interaction, or active interaction with the target application are required. The attack does not modify data or affect availability.

No public exploit code is required. Standard packet capture tooling such as tcpdump or tshark filtered on the statsd port is sufficient to observe the disclosed values.

Detection Methods for CVE-2026-45179

Indicators of Compromise

  • Outbound UDP traffic to statsd daemons (default port 8125) originating from Perl/Plack application servers and crossing network boundaries.
  • Statsd metric payloads containing IPv4 or IPv6 address strings in metric names, tags, or dimensions.
  • Installed Perl module Plack::Middleware::Statsd at a version below 0.9.0 reported via cpan -l or package inventory.

Detection Strategies

  • Inventory Perl dependencies across application servers and flag any Plack::Middleware::Statsd release earlier than 0.9.0.
  • Inspect statsd packet captures in non-production environments for embedded IP address patterns to confirm exposure scope.
  • Review application configuration for statsd endpoints that resolve to hosts outside the application's trust boundary.

Monitoring Recommendations

  • Alert on cleartext UDP statsd flows that egress the local subnet or VPC where the application runs.
  • Track Perl module version drift in CI/CD pipelines and block builds that pin vulnerable releases.
  • Audit statsd collector ingest logs for metric keys containing address-like tokens to identify residual data exposure.

How to Mitigate CVE-2026-45179

Immediate Actions Required

  • Upgrade Plack::Middleware::Statsd to version 0.9.0 or later on all Perl application servers.
  • Confirm that the upgraded configuration does not explicitly opt back into IP address logging unless required.
  • If IP logging is required, configure the middleware to emit an HMAC signature of the IP rather than the raw value.
  • Restrict statsd traffic to loopback or a dedicated, isolated network segment.

Patch Information

The maintainer released Plack-Middleware-Statsd v0.9.0, which removes default IP address logging. When IP logging is explicitly enabled, the module now records an HMAC signature of the address rather than the cleartext value. Refer to the MetaCPAN Release Changes and the GitHub Security Advisory GHSA-9gwm-665p-w2xx for upgrade details. Additional context is available in the OpenWall oss-security notice.

Workarounds

  • Co-locate the statsd daemon on the same host as the application and bind it to 127.0.0.1 to eliminate network exposure.
  • Tunnel statsd UDP traffic through an encrypted overlay such as IPsec or WireGuard between the application and collector.
  • Disable IP-related metric tags in the application's middleware configuration until the upgrade is deployed.
bash
# Upgrade Plack::Middleware::Statsd to a fixed release
cpanm Plack::Middleware::Statsd@0.9.0

# Verify the installed version
perl -MPlack::Middleware::Statsd -E 'say $Plack::Middleware::Statsd::VERSION'

# Restrict statsd to loopback at the daemon (example: /etc/statsd/config.js)
# address: "127.0.0.1"
# port: 8125

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechPerl

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.01%

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

  • MetaCPAN Release Changes

  • OpenWall OSS-Security Update
  • Related CVEs
  • CVE-2026-47373: Perl Crypt::SaltedHash Timing Attack Flaw

  • CVE-2026-46474: Trog::TOTP Perl Weak Secret Vulnerability

  • CVE-2026-8700: Crypt::DSA Perl Information Disclosure Flaw

  • CVE-2026-8368: Perl LWP::UserAgent Header Leak 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