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

CVE-2026-45180: Catalyst Plugin Statsd Session Leak Flaw

CVE-2026-45180 is an information disclosure vulnerability in Catalyst::Plugin::Statsd for Perl that may leak session IDs through unsecured statsd communication channels, enabling unauthorized access to user sessions.

Published: May 18, 2026

CVE-2026-45180 Overview

CVE-2026-45180 affects Catalyst::Plugin::Statsd versions through 0.10.0 for Perl. The plugin transmits metric data to a StatsD daemon and may include user session identifiers in those metrics. When the communication channel to the StatsD daemon is not secured, for example when UDP packets traverse another network, session identifiers are exposed in cleartext. An attacker who observes that traffic can capture the session identifiers and reuse them as authentication tokens. The issue is classified under CWE-319: Cleartext Transmission of Sensitive Information.

Critical Impact

Network-positioned attackers can capture leaked session IDs from unencrypted StatsD traffic and reuse them to impersonate authenticated users of Catalyst-based Perl web applications.

Affected Products

  • Catalyst::Plugin::Statsd Perl module, versions through 0.10.0
  • Related Perl observability components referenced in vendor advisories, including CatalystX::Statsd and Plack::Middleware::Statsd
  • Catalyst web applications that emit session-scoped metrics to an external StatsD daemon

Discovery Timeline

  • 2026-05-10 - CVE-2026-45180 published to NVD
  • 2026-05-12 - Last updated in NVD database

Technical Details for CVE-2026-45180

Vulnerability Analysis

The vulnerability stems from how Catalyst::Plugin::Statsd builds and emits metric names. Metrics generated by the plugin can incorporate session identifiers as part of their keys or tags. These metrics are then sent to a StatsD daemon, typically over UDP, which provides no transport-layer confidentiality. Any network device or host on the path between the application and the daemon can observe the payload.

Session identifiers in Catalyst applications act as bearer tokens. Once captured, an attacker can replay them in cookies or headers to access an authenticated user's session without credentials. This breaks the trust boundary that the session identifier is intended to protect. The advisory addresses the issue in release v0.10.0, where the plugin no longer emits session-scoped data through this channel. See the GitHub Security Advisory and the MetaCPAN release notes for technical details.

Root Cause

The plugin includes sensitive session state in metric identifiers and ships them over an unauthenticated, unencrypted channel. StatsD over UDP was designed for low-overhead telemetry, not for carrying secrets. The combination violates least-privilege handling of authentication material.

Attack Vector

An attacker must observe the network path between the Catalyst application and the StatsD daemon. This is feasible when the daemon resides on another subnet, in a different cloud VPC, or behind shared infrastructure. Captured session identifiers can then be replayed against the public application endpoint.

No verified public exploit code is available for this advisory. The vulnerability mechanism is described in the linked Plack::Middleware::Statsd advisory and the related CVE-2026-45179 record.

Detection Methods for CVE-2026-45180

Indicators of Compromise

  • Outbound UDP traffic to StatsD destination ports (commonly 8125) crossing trust boundaries such as subnet, VLAN, or VPC edges.
  • StatsD metric names or tags that contain long, opaque, high-entropy strings consistent with session identifier formats.
  • Successful application logins from new IP addresses reusing existing session cookies without a preceding authentication event.

Detection Strategies

  • Inspect StatsD payloads in lab environments to confirm whether session identifiers appear in metric keys emitted by Catalyst::Plugin::Statsd.
  • Correlate web access logs with session-cookie reuse anomalies to surface replay attempts following metric exposure.
  • Run a software bill of materials query across Perl deployments to locate hosts running Catalyst::Plugin::Statsd at versions earlier than 0.10.0.

Monitoring Recommendations

  • Alert on unencrypted UDP egress from application servers to StatsD endpoints outside a defined allowlist of internal hosts.
  • Monitor session-token lifetime and concurrent-use patterns to identify the same identifier used from multiple geographies.
  • Capture and retain StatsD traffic samples for periodic review against data-classification policy.

How to Mitigate CVE-2026-45180

Immediate Actions Required

  • Upgrade Catalyst::Plugin::Statsd to version v0.10.0 or later across all Catalyst deployments.
  • Audit StatsD metric streams for embedded session identifiers and rotate any sessions that may have been exposed.
  • Restrict StatsD daemons to loopback or to a dedicated management network reachable only from the application hosts.

Patch Information

The fix is shipped in Catalyst-Plugin-Statsd v0.10.0, available on CPAN. Review the MetaCPAN release changes and apply the upgrade through your standard Perl dependency manager such as cpanm or cpm. Coordinated changes for CatalystX::Statsd and Plack::Middleware::Statsd are described in their respective GitHub Security Advisory entries.

Workarounds

  • Disable session-scoped metrics in the plugin configuration until the upgrade is deployed.
  • Co-locate the StatsD daemon on the same host as the Catalyst application and bind it to 127.0.0.1 to keep metrics off the wire.
  • Tunnel StatsD traffic through an encrypted transport such as a site-to-site VPN or stunnel when cross-host telemetry is required.
bash
# Configuration example: restrict StatsD to loopback and upgrade the plugin
cpanm Catalyst::Plugin::Statsd@0.10.0

# /etc/statsd/config.js (excerpt)
# 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/TechCatalyst Plugin Statsd

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.03%

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

  • GitHub Security Advisory

  • MetaCPAN Release Changes

  • CVE-2026-45179 Record
  • Latest CVEs
  • CVE-2026-9446: Simple POS Inventory System SQLi Flaw

  • CVE-2026-9531: Totolink CA750-PoE RCE Vulnerability

  • CVE-2026-9482: Edimax EW-7438RPn Buffer Overflow Flaw

  • CVE-2026-9562: Student Management System Auth Bypass Flaw
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