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
    • 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-14914

CVE-2025-14914: IBM WebSphere Liberty RCE Vulnerability

CVE-2025-14914 is a remote code execution vulnerability in IBM WebSphere Application Server Liberty that allows privileged users to execute arbitrary code via malicious zip archives. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 6, 2026

CVE-2025-14914 Overview

IBM WebSphere Application Server Liberty versions 17.0.0.3 through 26.0.0.1 contain a path traversal vulnerability that could allow a privileged user to upload a specially crafted zip archive. The archive contains path traversal sequences (such as ../) that can escape the intended extraction directory, resulting in the overwrite of arbitrary files on the server. Successful exploitation can lead to arbitrary code execution on the affected system.

Critical Impact

A privileged attacker could leverage this path traversal vulnerability to overwrite critical system files or application binaries, ultimately achieving arbitrary code execution on the target server.

Affected Products

  • IBM WebSphere Application Server Liberty 17.0.0.3 through 26.0.0.1

Discovery Timeline

  • 2026-02-02 - CVE CVE-2025-14914 published to NVD
  • 2026-02-03 - Last updated in NVD database

Technical Details for CVE-2025-14914

Vulnerability Analysis

This vulnerability is classified as CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), commonly known as Path Traversal or Directory Traversal. The flaw exists in how IBM WebSphere Application Server Liberty handles zip archive extraction operations when performed by a privileged user.

When a user with elevated privileges uploads a zip file to the application server, the extraction routine fails to properly sanitize file paths contained within the archive. An attacker can craft a malicious zip file with entries that include directory traversal sequences like ../ in the filename. During extraction, these sequences allow files to be written outside the intended target directory, potentially overwriting critical application files, configuration files, or system binaries.

While the attack requires high privileges and user interaction to execute, a successful exploit can have severe consequences including full system compromise through arbitrary code execution.

Root Cause

The root cause lies in insufficient input validation during zip archive extraction. The application does not properly validate or sanitize the filenames within uploaded zip archives before writing extracted files to disk. Specifically, the extraction logic fails to:

  1. Strip or reject path traversal sequences (../, ..\) from archived filenames
  2. Verify that the resolved extraction path remains within the intended target directory
  3. Implement canonical path checking to prevent symbolic link or path normalization attacks

Attack Vector

The attack is network-based but requires several preconditions: the attacker must have privileged access to the application server and must be able to upload zip archives. The exploitation flow involves:

  1. The attacker creates a malicious zip archive containing files with path traversal sequences in their names (e.g., ../../webapps/ROOT/malicious.jsp)
  2. Using their privileged credentials, the attacker uploads this archive through the application's upload functionality
  3. When the archive is extracted, files are written to locations outside the intended extraction directory
  4. By overwriting application files (such as JSP files, class files, or configuration files), the attacker can inject malicious code
  5. When the overwritten files are executed by the server, the attacker achieves arbitrary code execution

The vulnerability requires user interaction (the extraction must be triggered) and the attack complexity is considered high due to the privilege requirements and the need to craft specific archive structures targeting the server's file layout.

Detection Methods for CVE-2025-14914

Indicators of Compromise

  • Suspicious zip file uploads containing entries with ../ or ..\ path sequences in filenames
  • Unexpected file modifications in web application directories, configuration folders, or system paths
  • New or modified JSP, class, or executable files appearing outside normal deployment workflows
  • Log entries showing file extraction operations with anomalous paths

Detection Strategies

  • Monitor file system activity for writes to sensitive directories that originate from archive extraction processes
  • Implement file integrity monitoring (FIM) on critical application directories and system paths
  • Analyze uploaded zip files for path traversal patterns before extraction
  • Review application server logs for archive upload and extraction events from privileged accounts

Monitoring Recommendations

  • Enable detailed audit logging for all file upload operations in WebSphere Application Server Liberty
  • Configure alerts for file modifications in protected directories outside of scheduled maintenance windows
  • Deploy endpoint detection and response (EDR) solutions to monitor for suspicious file write patterns
  • Implement behavioral analysis to detect privilege misuse by monitoring administrative account activities

How to Mitigate CVE-2025-14914

Immediate Actions Required

  • Review the IBM Support Advisory for official patch information and guidance
  • Audit privileged user accounts and restrict archive upload capabilities to essential personnel only
  • Implement additional input validation on any upload functionality that accepts zip archives
  • Enable enhanced logging and monitoring for archive upload and extraction operations

Patch Information

IBM has released a security advisory addressing this vulnerability. Organizations should apply the recommended updates as specified in the IBM Support Advisory. Ensure that IBM WebSphere Application Server Liberty is updated beyond version 26.0.0.1 to a patched release.

Workarounds

  • Implement custom validation to scan uploaded zip archives for path traversal sequences before extraction
  • Restrict privileged user accounts and implement additional authentication requirements for file upload operations
  • Use application-level controls to limit the directories where archive extraction can write files
  • Consider deploying a web application firewall (WAF) rule to detect and block uploads containing path traversal patterns

Organizations are strongly encouraged to apply the official patch from IBM as the primary remediation strategy, using workarounds only as temporary protective measures until patching can be completed.

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechIbm Websphere Application Server

  • SeverityHIGH

  • CVSS Score7.6

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • IBM Support Advisory
  • Related CVEs
  • CVE-2025-36038: IBM WebSphere Application Server RCE Flaw

  • CVE-2024-35154: IBM WebSphere Application Server RCE Flaw

  • CVE-2023-23477: IBM WebSphere Application Server RCE Flaw

  • CVE-2020-4589: IBM WebSphere Application Server RCE Flaw
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