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-2023-52169

CVE-2023-52169: 7-Zip Information Disclosure Vulnerability

CVE-2023-52169 is an information disclosure vulnerability in 7-Zip's NTFS handler that exposes out-of-bounds data through filename listings. This article covers technical details, affected versions, and mitigation.

Published: February 11, 2026

CVE-2023-52169 Overview

CVE-2023-52169 is an out-of-bounds read vulnerability in the NtfsHandler.cpp NTFS handler component of 7-Zip versions prior to 24.01. This memory safety flaw allows an attacker to read beyond the intended buffer boundaries, potentially exposing sensitive data from adjacent memory regions. The bytes read beyond the buffer are presented as part of a filename listed in the file system image, creating an information disclosure vector.

Critical Impact

Attackers can exploit this vulnerability in web-service environments where untrusted users upload files for server-side extraction, potentially leaking sensitive memory contents through malformed NTFS images.

Affected Products

  • 7-Zip versions before 24.01
  • 7zz (7-Zip for Linux/macOS) versions before 24.01
  • Systems using 7-Zip for server-side archive extraction

Discovery Timeline

  • 2024-07-03 - CVE-2023-52169 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2023-52169

Vulnerability Analysis

This vulnerability falls under CWE-125 (Out-of-Bounds Read), a memory corruption issue that occurs when the application reads data from a location outside the bounds of the intended buffer. In the context of 7-Zip's NTFS handler, the vulnerability manifests during the parsing of NTFS filesystem images contained within archives.

The flaw is particularly dangerous in server-side deployment scenarios where 7-Zip is used to automatically extract user-uploaded archives. An attacker can craft a malicious NTFS image that triggers the out-of-bounds read condition, causing the application to read memory beyond the allocated buffer. This leaked memory content is then erroneously interpreted as part of a filename and exposed through the extraction process.

The network-accessible nature of this vulnerability means remote attackers can exploit it without authentication by simply uploading a specially crafted archive to a vulnerable web service. The attack requires no user interaction beyond the automated extraction process.

Root Cause

The root cause lies in improper bounds checking within the NtfsHandler.cpp file when processing NTFS filesystem metadata. The NTFS handler fails to properly validate the length of filename entries before reading them from the buffer, allowing reads to extend past the allocated memory region. This insufficient input validation enables an attacker to craft NTFS images with malformed filename length fields that cause the parser to read arbitrary amounts of memory beyond the intended boundary.

Attack Vector

The attack vector leverages the network-accessible file upload functionality present in many web applications that use 7-Zip for server-side archive extraction. An attacker uploads a malicious archive containing a specially crafted NTFS filesystem image with manipulated filename length fields. When 7-Zip processes the archive, the NTFS handler reads beyond the intended buffer, incorporating leaked memory contents into the displayed or extracted filename. This enables the attacker to exfiltrate sensitive data that may reside in adjacent memory locations, including configuration data, cryptographic material, or other user information.

The vulnerability mechanism involves crafting a malicious NTFS image with manipulated metadata fields that cause the parser to read beyond allocated memory boundaries. Technical details are available in the DFIR Analysis on 7-Zip Vulnerabilities and the SourceForge 7-Zip Bug Report.

Detection Methods for CVE-2023-52169

Indicators of Compromise

  • Unusually long or malformed filenames appearing in extracted archive contents
  • Archive files with suspicious NTFS filesystem images embedded within them
  • Extraction operations producing filenames containing non-printable or unexpected binary characters
  • Abnormal memory access patterns in 7-Zip processes during archive extraction

Detection Strategies

  • Monitor file extraction operations for anomalous filename lengths or content patterns
  • Implement file type validation on uploaded archives before server-side extraction
  • Deploy memory protection mechanisms (ASLR, DEP) to limit information disclosure impact
  • Use application-level monitoring to detect 7-Zip processes accessing memory regions outside normal boundaries

Monitoring Recommendations

  • Log all archive extraction operations with detailed filename output analysis
  • Implement alerting for extracted filenames exceeding reasonable length thresholds
  • Monitor for repeated extraction attempts from the same source that may indicate exploitation probing
  • Track 7-Zip version deployments across infrastructure to identify vulnerable instances

How to Mitigate CVE-2023-52169

Immediate Actions Required

  • Upgrade 7-Zip to version 24.01 or later immediately on all affected systems
  • Audit web applications and services that use 7-Zip for server-side archive extraction
  • Implement input validation to restrict archive types processed by vulnerable 7-Zip versions
  • Consider temporarily disabling NTFS image extraction if upgrading is not immediately possible

Patch Information

The vulnerability has been addressed in 7-Zip version 24.01 and later. Organizations should prioritize upgrading all 7-Zip installations, particularly those used in server-side automated extraction scenarios. Additional security advisories have been published by NetApp and discussed in the Openwall OSS Security mailing list.

Workarounds

  • Disable server-side extraction of archives containing NTFS filesystem images until patching is complete
  • Implement strict file type allowlisting for uploaded archives, rejecting unknown or suspicious formats
  • Run 7-Zip extraction processes in sandboxed or containerized environments to limit information disclosure impact
  • Deploy web application firewalls (WAF) with rules to inspect and filter potentially malicious archive uploads
bash
# Verify 7-Zip version and upgrade if necessary
7z --version
# Expected output should show version 24.01 or higher

# For package manager installations (example for Debian/Ubuntu)
sudo apt update && sudo apt install 7zip

# Restrict NTFS handling via extraction options when processing untrusted files
7z x -tzip archive.zip  # Force specific archive type to avoid NTFS parsing

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/Tech7 Zip

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.27%

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

  • DFIR Analysis on 7-Zip Vulnerabilities

  • SourceForge 7-Zip Bug Report

  • Openwall OSS Security Repeat

  • NetApp Security Advisory NTAP-20241122-0011
  • Related CVEs
  • CVE-2025-11002: 7-Zip Directory Traversal RCE Vulnerability

  • CVE-2025-11001: 7-Zip Directory Traversal RCE Vulnerability

  • CVE-2025-53817: 7-Zip Compound Handler DoS Vulnerability

  • CVE-2025-53816: 7-Zip RAR5 Handler DOS 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