LiveActive security incident?Get immediate response
CVE Record

CVE-2023-52169: The NtfsHandler.cpp NTFS handler in 7-Zip before 24.01 (for 7zz) contains an out-of-bounds read that allows...

The NtfsHandler.cpp NTFS handler in 7-Zip before 24.01 (for 7zz) contains an out-of-bounds read that allows an attacker to read beyond the intended buffer. The bytes read beyond the intended buffer are presented as a part of a filename listed in the file system image. This has security relevance in some known web-service use cases where untrusted users can upload files and have them extracted by a server-side 7-Zip process.

HighCVSS 8.2Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

7-Zip before 24.01, specifically 7zz handling NTFS filesystem images, can read past a buffer and expose adjacent bytes as part of a listed filename. The clearest business risk is in services that accept untrusted uploads and extract or inspect them server-side, where this can cause information exposure and service disruption.

Executive priority

Treat as high priority for internet-facing upload or extraction services, because exploitation requires no authentication or user interaction in the CVSS model. For endpoints that do not process untrusted NTFS images, urgency is lower but still warrants normal patch management.

Technical view

CVE-2023-52169 is a CWE-125 out-of-bounds read in NtfsHandler.cpp in 7-Zip before 24.01 for 7zz. The over-read bytes are returned in filename output while listing a filesystem image. CVSS 3.1 is 8.2: network reachable, low complexity, no privileges or user interaction, low confidentiality impact, high availability impact.

Likely exposure

Exposure is most likely where 7zz or 7-Zip before 24.01 processes attacker-supplied NTFS filesystem images, especially web services that accept uploads and extract or list archive/image contents server-side. The provided affected-product metadata is incomplete, so confirm actual packaged versions in your environment.

Exploitation context

The source bundle does not cite active exploitation, and KEV is false. The vulnerability matters when an attacker can cause a vulnerable server-side 7-Zip process to inspect a crafted NTFS image. Public sources describe the issue class and use case risk, but the bundle does not provide exploit telemetry.

Researcher notes

The precise affected downstream products are not identified in the CVE affected block. Focus validation on the 7zz NTFS handler path and file-listing behavior, not generic archive handling. Do not assume exploitation in the wild without separate telemetry or KEV listing.

Mitigation direction

  • Upgrade 7-Zip or 7zz to version 24.01 or later.
  • Identify services that process untrusted uploads with 7-Zip.
  • Avoid server-side extraction of untrusted filesystem images where unnecessary.
  • Run extraction in isolated, least-privilege workers with resource limits.
  • Check vendor advisories for downstream product-specific fixes.

Validation and detection

  • Inventory installed 7-Zip and 7zz versions across servers and containers.
  • Review upload pipelines for NTFS filesystem image processing.
  • Confirm vulnerable versions are not reachable from public upload paths.
  • Check logs for crashes or abnormal filename output during extraction.
  • Track vendor advisories for appliances or products bundling 7-Zip.
Prepared
Confidence
high
Sources
6

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-125: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-52169 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.2 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
5Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
8.2CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H3.94.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.2High
CVSS 3.1 vector shape for CVE-2023-52169Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-125 · source CWE mapping

Out-of-bounds Read

Out-of-bounds Read represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.