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

CVE-2026-43975: Apache Wicket Path Traversal Vulnerability

CVE-2026-43975 is a path traversal vulnerability in Apache Wicket that allows attackers to write or read arbitrary files outside intended directories. This post covers technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-43975 Overview

CVE-2026-43975 is a path traversal vulnerability [CWE-22] in Apache Wicket's FolderUploadsFileManager component. The component fails to validate or sanitize the uploadFieldId parameter and the clientFileName before constructing file paths. An unauthenticated remote attacker can write arbitrary files outside the intended upload directory or read files from arbitrary locations on the server.

The issue affects Apache Wicket versions 8.0.0 through 8.17.0, 9.0.0 through 9.22.0, and 10.0.0 through 10.8.0. The Apache Wicket project recommends upgrading to version 10.9.0, which fixes the issue.

Critical Impact

Unauthenticated attackers can read sensitive files or write files outside the upload directory, which may enable configuration tampering and downstream code execution on Wicket-based web applications.

Affected Products

  • Apache Wicket 8.0.0 through 8.17.0
  • Apache Wicket 9.0.0 through 9.22.0
  • Apache Wicket 10.0.0 through 10.8.0

Discovery Timeline

  • 2026-05-06 - CVE-2026-43975 published to the National Vulnerability Database (NVD)
  • 2026-05-06 - Last updated in NVD database

Technical Details for CVE-2026-43975

Vulnerability Analysis

Apache Wicket is a component-based Java web application framework. The FolderUploadsFileManager class manages temporary storage for uploaded files on the server filesystem. It accepts client-supplied identifiers when computing the destination path for incoming uploads.

The vulnerability stems from missing validation of two attacker-controlled inputs: uploadFieldId and clientFileName. Both values are concatenated into the target file path without normalization or rejection of traversal sequences such as ../. As a result, the resolved path can escape the configured upload directory.

An attacker can supply path segments that traverse upward in the directory tree, then either write a controlled file to an arbitrary location or cause the manager to read a file from an unintended path. The vulnerability is reachable without authentication and over the network.

Root Cause

The root cause is improper limitation of a pathname to a restricted directory [CWE-22]. The FolderUploadsFileManager trusts client-supplied path components and does not enforce that the constructed File object resides within the intended upload base directory. Path canonicalization and a containment check against the allowed parent directory are missing.

Attack Vector

Exploitation occurs over the network against any Wicket application that exposes file upload functionality backed by FolderUploadsFileManager. The attacker submits a crafted upload request in which uploadFieldId or clientFileName contains directory traversal sequences. The framework then resolves the file path outside the upload directory, exposing arbitrary read or write primitives. No user interaction or prior privileges are required.

No public proof-of-concept exploit code is listed in the advisory. Refer to the Apache Wicket Pull Request #1432 for the corrective implementation and the Apache Mailing List Thread for vendor discussion.

Detection Methods for CVE-2026-43975

Indicators of Compromise

  • HTTP multipart upload requests containing ../, ..\, or URL-encoded traversal sequences (%2e%2e%2f) in the uploadFieldId parameter or clientFileName field.
  • Files appearing in unexpected directories outside the configured Wicket upload folder, particularly in writable system paths or web roots.
  • Web server access logs showing POST requests to Wicket endpoints with abnormally long or path-like field identifiers.

Detection Strategies

  • Inspect application logs for upload events whose resolved file path falls outside the configured upload base directory.
  • Deploy WAF rules that match traversal patterns in multipart form fields, including encoded variants, targeting Wicket upload handlers.
  • Audit running Wicket applications for the version string and flag any instance below 10.9.0 within the affected release branches.

Monitoring Recommendations

  • Monitor filesystem write events on Java application servers hosting Wicket, alerting on writes outside designated upload directories.
  • Track outbound and inbound traffic to Wicket endpoints and correlate with file creation events on the host.
  • Enable verbose logging in FolderUploadsFileManager after upgrading and review for anomalous filename patterns.

How to Mitigate CVE-2026-43975

Immediate Actions Required

  • Upgrade Apache Wicket to version 10.9.0 or later, which contains the fix for FolderUploadsFileManager.
  • Inventory all internal and external Java applications using Wicket and prioritize internet-facing instances for patching.
  • Restrict access to file upload endpoints with authentication or network controls until patching is complete.

Patch Information

The Apache Wicket project released version 10.9.0 to address CVE-2026-43975. The fix introduces validation and sanitization of the uploadFieldId parameter and clientFileName before path construction. Users on the 8.x and 9.x branches must migrate to 10.9.0, as patched releases for older branches are not listed in the advisory. Review the GitHub Wicket Pull Request #1432 for the implementation details.

Workarounds

  • If immediate upgrade is not possible, disable file upload features that rely on FolderUploadsFileManager in the application configuration.
  • Place a reverse proxy or WAF in front of the application that rejects multipart requests containing path traversal sequences in field identifiers or filenames.
  • Run the Java application server under a least-privileged account with restricted filesystem permissions to limit the impact of arbitrary writes.
bash
# Example Maven dependency update to remediated version
# pom.xml
<dependency>
  <groupId>org.apache.wicket</groupId>
  <artifactId>wicket-core</artifactId>
  <version>10.9.0</version>
</dependency>

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechApache Wicket

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.47%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • Openwall OSS-Security Discussion
  • Vendor Resources
  • GitHub Wicket Pull Request

  • Apache Mailing List Thread
  • Related CVEs
  • CVE-2026-42509: Apache Wicket XSS Vulnerability

  • CVE-2026-40010: Apache Wicket Auth Bypass Vulnerability

  • CVE-2026-43646: Apache Wicket Information Disclosure Flaw

  • CVE-2024-36522: Apache Wicket RCE 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