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-2021-28169

CVE-2021-28169: Eclipse Jetty Information Disclosure Flaw

CVE-2021-28169 is an information disclosure vulnerability in Eclipse Jetty that allows attackers to access protected WEB-INF resources via doubly encoded paths. This article covers technical details, affected versions, and mitigation.

Published: February 25, 2026

CVE-2021-28169 Overview

CVE-2021-28169 is a path traversal vulnerability affecting Eclipse Jetty web server versions 9.4.40 and earlier, 10.0.2 and earlier, and 11.0.2 and earlier. The vulnerability exists in the ConcatServlet component, which fails to properly handle doubly encoded path sequences in HTTP requests. This flaw allows unauthenticated remote attackers to bypass access controls and retrieve sensitive files from the WEB-INF directory, including configuration files such as web.xml.

The ConcatServlet is commonly used to concatenate multiple resources into a single response for performance optimization. When processing requests, the servlet decodes the path parameter but fails to properly validate it after decoding, enabling attackers to use double URL encoding to circumvent security restrictions.

Critical Impact

Attackers can access protected resources within the WEB-INF directory, exposing sensitive application configuration, database credentials, security constraints, and implementation details that could facilitate further attacks.

Affected Products

  • Eclipse Jetty versions <= 9.4.40
  • Eclipse Jetty versions <= 10.0.2
  • Eclipse Jetty versions <= 11.0.2
  • Debian Linux 9.0 and 10.0
  • Oracle Communications Cloud Native Core Policy 1.14.0
  • Oracle REST Data Services
  • NetApp Active IQ Unified Manager (Linux and Windows)
  • NetApp HCI
  • NetApp Management Services for Element Software
  • NetApp Snap Creator Framework

Discovery Timeline

  • June 9, 2021 - CVE-2021-28169 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2021-28169

Vulnerability Analysis

This vulnerability arises from improper input validation in the ConcatServlet component of Eclipse Jetty. The servlet is designed to concatenate multiple static resources into a single HTTP response, improving page load performance by reducing the number of HTTP requests. However, the path validation logic fails to account for doubly encoded characters.

When a request is received, the servlet performs URL decoding on path parameters. An attacker can craft a request using double URL encoding (e.g., %2557 which decodes to %57, then to W) to represent characters that would normally be blocked. This allows traversal into the protected WEB-INF directory, which typically contains sensitive application configuration including web.xml, servlet mappings, security constraints, and potentially database connection strings.

The information exposure can reveal critical implementation details about the web application, including authentication mechanisms, session configurations, error handling procedures, and third-party library dependencies. This intelligence can be leveraged to craft more sophisticated attacks against the application.

Root Cause

The root cause is insufficient input validation and improper handling of URL-encoded characters in the ConcatServlet. The servlet decodes the path parameter only once before performing security checks, but the decoded value still contains encoded characters that are decoded again during file access. This double-decoding behavior creates a security bypass where blocked path patterns like /WEB-INF/ can be represented as /%2557EB-INF/ to evade detection.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by sending specially crafted HTTP GET requests to the ConcatServlet endpoint with doubly encoded path sequences. The attack is straightforward to execute and can be performed using simple tools like curl or a web browser.

For example, a malicious request to /concat?/%2557EB-INF/web.xml would bypass the path validation and allow the attacker to retrieve the contents of the web.xml configuration file. The %2557 sequence decodes first to %57, which then decodes to the character W, effectively constructing the restricted path /WEB-INF/web.xml after both decoding operations complete.

Detection Methods for CVE-2021-28169

Indicators of Compromise

  • HTTP requests to /concat endpoints containing double-encoded characters such as %25 followed by hex values
  • Access log entries showing requests with patterns like /%2557EB-INF/ or similar doubly encoded WEB-INF references
  • Unusual access patterns to the ConcatServlet from external IP addresses
  • HTTP 200 responses from /concat endpoints that should return 403 or 404 for restricted paths

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests containing double URL-encoded characters targeting known protected directories
  • Configure IDS/IPS signatures to alert on patterns matching %25[0-9a-fA-F]{2} in request paths to servlet endpoints
  • Enable detailed access logging on Jetty servers and monitor for requests containing encoded WEB-INF path fragments
  • Deploy SentinelOne agents to detect anomalous file access patterns in web application directories

Monitoring Recommendations

  • Review web server access logs for requests to /concat endpoints with unusual encoded parameters
  • Monitor for information disclosure indicators such as web.xml content appearing in response bodies
  • Establish baseline traffic patterns to ConcatServlet endpoints and alert on deviations
  • Implement real-time alerting for any successful access to WEB-INF directory contents

How to Mitigate CVE-2021-28169

Immediate Actions Required

  • Upgrade Eclipse Jetty to version 9.4.41 or later, 10.0.3 or later, or 11.0.3 or later immediately
  • If upgrade is not immediately possible, disable or remove the ConcatServlet from your web application configuration
  • Implement WAF rules to block requests containing double-encoded path traversal sequences
  • Review access logs to determine if exploitation has occurred and assess potential data exposure

Patch Information

Eclipse has released patched versions that properly validate and sanitize path parameters in the ConcatServlet. Organizations should upgrade to the following fixed versions:

  • Jetty 9.4.41 or later for the 9.x branch
  • Jetty 10.0.3 or later for the 10.x branch
  • Jetty 11.0.3 or later for the 11.x branch

Additional vendor patches are available from Oracle Security Alerts for affected Oracle products. Debian users should apply updates per Debian Security Advisory DSA-4949. NetApp customers should review the NetApp Security Advisory for guidance on affected products.

Workarounds

  • Remove or disable the ConcatServlet mapping from web.xml if the functionality is not required
  • Configure a reverse proxy or WAF to normalize and decode all URL parameters before they reach Jetty, then block requests containing WEB-INF paths
  • Implement custom servlet filters that perform recursive URL decoding and validate paths before processing
  • Restrict network access to Jetty instances to trusted sources only until patching can be completed
bash
# Example: Disable ConcatServlet in web.xml
# Comment out or remove the following servlet mapping:
# <servlet-mapping>
#     <servlet-name>concat</servlet-name>
#     <url-pattern>/concat/*</url-pattern>
# </servlet-mapping>

# Verify Jetty version to confirm patch status
java -jar start.jar --version

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechEclipse Jetty

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability88.65%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200

  • NVD-CWE-Other
  • Technical References
  • GitHub Security Advisory

  • Apache Kafka Discussion Thread

  • Apache Kafka Developer Thread

  • Apache Kafka User Thread

  • Apache Kafka Jira Update

  • Apache Kafka Developer Update

  • Apache Zookeeper Issue Thread

  • Apache Zookeeper Developer Thread

  • Apache Zookeeper Issue Update

  • Apache Zookeeper Notification Thread

  • Apache Kafka Jira Notification

  • Apache Kafka Jira Update

  • Apache Zookeeper Notification Update

  • Apache Kafka Jira Notification

  • Apache Zookeeper Issue Update

  • Apache Kafka Jira Reference

  • Apache Zookeeper Issue Report

  • Apache Kafka Jira Issue

  • Apache Zookeeper Issue Feedback

  • Debian LTS Announcement

  • NetApp Security Advisory
  • Vendor Resources
  • Debian Security Announcement

  • Oracle Security Alert April 2022

  • Oracle Security Alert January 2022
  • Related CVEs
  • CVE-2023-26049: Eclipse Jetty Cookie Smuggling Vulnerability

  • CVE-2021-28164: Eclipse Jetty Information Disclosure Bug

  • CVE-2021-28163: Eclipse Jetty Information Disclosure Flaw

  • CVE-2026-1605: Eclipse Jetty GzipHandler DOS Vulnerability
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