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-2025-0332

CVE-2025-0332: Telerik UI WinForms Path Traversal Flaw

CVE-2025-0332 is a path traversal vulnerability in Progress Telerik UI for WinForms that allows archive decompression into restricted directories. This article covers technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-0332 Overview

A critical path traversal vulnerability exists in Progress® Telerik® UI for WinForms that allows attackers to exploit improper limitation of a target path during archive extraction. This vulnerability enables the decompression of an archive's content into a restricted directory, potentially allowing unauthorized file writes to sensitive locations on the system.

Critical Impact

Attackers can exploit this path traversal flaw to write arbitrary files outside intended directories, potentially leading to remote code execution, system compromise, or data tampering.

Affected Products

  • Progress Telerik UI for WinForms versions prior to 2025 Q1 (2025.1.211)

Discovery Timeline

  • 2025-02-12 - CVE-2025-0332 published to NVD
  • 2025-07-03 - Last updated in NVD database

Technical Details for CVE-2025-0332

Vulnerability Analysis

This vulnerability is classified as CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), commonly known as a path traversal or directory traversal vulnerability. The flaw exists in how Telerik UI for WinForms handles archive extraction operations, specifically in the validation of file paths contained within archive files.

When an application using the vulnerable Telerik UI components processes a maliciously crafted archive (such as a ZIP file), the extraction routine fails to properly sanitize file path entries. An attacker can craft an archive containing files with directory traversal sequences (e.g., ../) in their path names. When extracted, these files can be written to locations outside the intended extraction directory.

The vulnerability is exploitable over a network without requiring authentication or user interaction, making it particularly dangerous in environments where Telerik-based applications process user-supplied or externally-sourced archive files.

Root Cause

The root cause is insufficient validation of file paths during archive decompression operations. The affected code does not properly validate or sanitize the destination path for each file entry within an archive before extraction. This allows relative path components like .. to escape the intended extraction directory and write files to arbitrary locations on the filesystem where the application has write permissions.

Attack Vector

The attack vector is network-based. An attacker can exploit this vulnerability by providing a specially crafted archive file to an application built with vulnerable versions of Telerik UI for WinForms. The attack requires no privileges and no user interaction beyond normal application usage. When the target application extracts the malicious archive, files are written to attacker-controlled locations outside the designated extraction directory.

The exploitation typically involves creating a ZIP or similar archive containing entries with path traversal sequences such as ../../malicious.dll or absolute paths. Upon extraction, these entries are written to sensitive system directories, potentially overwriting critical files or placing executable payloads in strategic locations.

Detection Methods for CVE-2025-0332

Indicators of Compromise

  • Unexpected file creation or modification in directories outside of application-designated extraction paths
  • Presence of files with suspicious names in system directories such as C:\Windows\System32 or application startup folders
  • Archive processing operations that result in writes to parent directories or absolute paths
  • Log entries indicating file operations with .. path components during archive extraction

Detection Strategies

  • Monitor for file write operations that traverse outside designated application directories during archive processing
  • Implement file integrity monitoring on critical system directories and application folders
  • Audit application logs for archive extraction events that result in unexpected file paths
  • Deploy endpoint detection rules to identify Zip Slip-style exploitation patterns

Monitoring Recommendations

  • Configure SentinelOne endpoint protection to monitor for suspicious file write patterns associated with path traversal attacks
  • Enable detailed logging for applications using Telerik UI for WinForms components
  • Implement network monitoring to detect potentially malicious archive files being transmitted to vulnerable applications
  • Set up alerts for file creation events in protected directories that correlate with archive extraction operations

How to Mitigate CVE-2025-0332

Immediate Actions Required

  • Upgrade Progress Telerik UI for WinForms to version 2025 Q1 (2025.1.211) or later immediately
  • Identify all applications in your environment that utilize Telerik UI for WinForms and prioritize patching
  • Implement input validation on any user-supplied archive files as a defense-in-depth measure
  • Review and restrict file system permissions for applications processing archive files

Patch Information

Progress has released Telerik UI for WinForms version 2025 Q1 (2025.1.211) which addresses this vulnerability. Organizations should upgrade to this version or later to remediate the path traversal flaw. Detailed patch information and upgrade instructions are available in the Telerik Security Advisory CVE-2025-0332.

Workarounds

  • Implement application-level path validation to reject archive entries containing .. sequences or absolute paths before extraction
  • Restrict archive processing to trusted sources only until patching can be completed
  • Use application sandboxing or containerization to limit the impact of potential exploitation
  • Disable archive extraction functionality in affected applications if not critical to business operations
bash
# Example: Validate extracted paths before writing (pseudocode approach)
# Ensure all extracted file paths resolve within the intended target directory
# Reject any paths containing ".." or absolute path references
# Apply strict file permission controls on extraction directories

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechProgress Telerik Ui For Winforms

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.14%

  • 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-22
  • Vendor Resources
  • Telerik Security Advisory CVE-2025-0332
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE 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