Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2025-22137

CVE-2025-22137: Pingvin Share Path Traversal Vulnerability

CVE-2025-22137 is a path traversal flaw in Pingvin Share that lets attackers overwrite arbitrary server files, including critical system files. This article covers technical details, affected versions, and mitigation.

Published: March 24, 2026

CVE-2025-22137 Overview

CVE-2025-22137 is a critical arbitrary file overwrite vulnerability affecting Pingvin Share, a self-hosted file sharing platform designed as an alternative to WeTransfer. This vulnerability allows an authenticated or unauthenticated user (when anonymous shares are enabled) to overwrite arbitrary files on the server, including sensitive system files, via crafted HTTP POST requests. The flaw stems from improper input validation in the file upload endpoint.

Critical Impact

Attackers can overwrite arbitrary files on the server including sensitive system configurations, application code, and critical operating system files, potentially leading to complete system compromise, denial of service, or remote code execution.

Affected Products

  • Pingvin Share versions prior to 1.4.0

Discovery Timeline

  • January 8, 2025 - CVE-2025-22137 published to NVD
  • January 8, 2025 - Last updated in NVD database

Technical Details for CVE-2025-22137

Vulnerability Analysis

This vulnerability is classified under CWE-20 (Improper Input Validation). The file upload functionality in Pingvin Share fails to properly validate user-supplied input, allowing attackers to manipulate file paths and overwrite files outside the intended upload directory. The vulnerability is particularly dangerous because it can be exploited without authentication when anonymous shares are enabled, a common configuration for public file sharing instances.

The attack requires no special privileges and can be executed remotely over the network without any user interaction. Successful exploitation could result in unauthorized access to sensitive data, modification of application behavior through configuration file tampering, or complete denial of service by overwriting critical system files.

Root Cause

The root cause of this vulnerability lies in insufficient validation of file identifiers during the upload process. The application failed to verify that uploaded file identifiers were valid UUIDs before processing them, allowing attackers to inject path traversal sequences or arbitrary values that could redirect file writes to unintended locations on the filesystem.

Attack Vector

The attack is executed via HTTP POST requests to the file upload endpoint. An attacker crafts malicious requests containing specially crafted file identifiers that bypass the intended directory restrictions. When the server processes these requests, it writes the uploaded content to attacker-controlled paths, potentially overwriting system configurations, application files, or other sensitive data.

The vulnerability can be exploited in two scenarios:

  1. Authenticated exploitation: Any registered user can leverage this flaw
  2. Unauthenticated exploitation: When anonymous shares are enabled, no authentication is required
typescript
// Security patch adding UUID validation (Source: GitHub Commit)
 import * as mime from "mime-types";
 import { ConfigService } from "src/config/config.service";
 import { PrismaService } from "src/prisma/prisma.service";
+import { validate as isValidUUID } from "uuid";
 import { SHARE_DIRECTORY } from "../constants";
 
 @Injectable()

Source: GitHub Commit

The patch introduces UUID validation using the uuid library's validate function to ensure that file identifiers conform to the expected UUID format before processing, effectively preventing path manipulation attacks.

typescript
// Refactored file service to use fs promises (Source: GitHub Commit)
 } from "@nestjs/common";
 import { JwtService } from "@nestjs/jwt";
 import * as crypto from "crypto";
-import * as fs from "fs";
+import { createReadStream } from "fs";
+import * as fs from "fs/promises";
 import * as mime from "mime-types";
 import { ConfigService } from "src/config/config.service";
 import { PrismaService } from "src/prisma/prisma.service";

Source: GitHub Commit

Detection Methods for CVE-2025-22137

Indicators of Compromise

  • Unusual file modifications in system directories or outside the designated share directory
  • HTTP POST requests to file upload endpoints containing path traversal sequences (e.g., ../, ..%2f)
  • Unexpected changes to application configuration files or critical system files
  • Web server logs showing upload requests with non-UUID file identifiers

Detection Strategies

  • Monitor file system integrity for unauthorized modifications outside the Pingvin Share data directory
  • Implement web application firewall (WAF) rules to detect and block path traversal attempts in HTTP requests
  • Review web server access logs for suspicious upload patterns or unusual request parameters
  • Deploy file integrity monitoring (FIM) on critical system directories and application files

Monitoring Recommendations

  • Enable detailed logging for the Pingvin Share application to capture all file upload activities
  • Set up alerts for file creation or modification events in sensitive system directories
  • Monitor for anomalous HTTP POST traffic patterns targeting file upload endpoints
  • Implement real-time alerting for any changes to configuration files

How to Mitigate CVE-2025-22137

Immediate Actions Required

  • Upgrade Pingvin Share to version 1.4.0 or later immediately
  • Review file system integrity to identify any files that may have been modified by exploitation
  • Temporarily disable anonymous shares if upgrading is not immediately possible
  • Restrict network access to Pingvin Share instances until patching is complete

Patch Information

The vulnerability has been patched in Pingvin Share version 1.4.0. The fix implements proper UUID validation for file identifiers, ensuring that only valid UUIDs are accepted during the upload process. This prevents attackers from manipulating file paths to write outside the intended directory structure.

Security patches are available in the following commits:

  • Commit 6cf5c66 - Adds UUID validation
  • Commit c52ec71 - Refactors file service

For complete details, see the GitHub Security Advisory.

Workarounds

  • Disable anonymous share functionality to require authentication for all uploads
  • Implement network-level access controls to limit who can reach the Pingvin Share instance
  • Deploy a reverse proxy with path traversal filtering capabilities
  • Run Pingvin Share in a containerized environment with restricted filesystem access
bash
# Configuration example - Disable anonymous shares in environment
ALLOW_ANONYMOUS_SHARES=false

# Restrict file permissions on share directory
chmod -R 750 /app/data/uploads
chown -R pingvin:pingvin /app/data/uploads

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechPingvin Share

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.18%

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

  • GitHub Commit Update

  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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