LiveActive security incident?Get immediate response
CVE Record

CVE-2023-52168: The NtfsHandler.cpp NTFS handler in 7-Zip before 24.01 (for 7zz) contains a heap-based buffer overflow that...

The NtfsHandler.cpp NTFS handler in 7-Zip before 24.01 (for 7zz) contains a heap-based buffer overflow that allows an attacker to overwrite two bytes at multiple offsets beyond the allocated buffer size: buffer+512*i-2, for i=9, i=10, i=11, etc.

HighCVSS 8.4Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2023-52168 is a high-severity memory corruption flaw in 7-Zip’s NTFS handling code before version 24.01 for 7zz. If a vulnerable component processes crafted NTFS content, memory may be overwritten, creating confidentiality, integrity, and availability risk.

Executive priority

Treat as a high-priority patching and exposure discovery item, especially for file-processing systems. Urgency is elevated by memory corruption impact, but current sources do not support an active-exploitation claim.

Technical view

The issue is a heap-based buffer overflow in NtfsHandler.cpp. The CVE describes two-byte overwrites beyond the allocated buffer at repeated offsets. It is classified as CWE-122 with CVSS 8.4, local attack vector, low complexity, no privileges, and high CIA impact.

Likely exposure

Exposure is most likely where 7zz or 7-Zip before 24.01 processes NTFS-formatted archive or filesystem content. The bundle does not provide complete CPEs or a definitive downstream product list.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. Public references describe the vulnerability, but available evidence here is insufficient to claim exploitation in the wild.

Researcher notes

Key constraints: affected CPEs are absent in the bundle, and the CVSS vector is local despite no user interaction. Validate actual reachability through file-processing workflows before escalating to internet-exposed risk.

Mitigation direction

  • Upgrade 7zz or 7-Zip to 24.01 or later where applicable.
  • Check vendor advisories for bundled or downstream 7-Zip usage.
  • Limit processing of untrusted NTFS archive or image content.
  • Prioritize systems that automate archive inspection or extraction.
  • Monitor vendor guidance for product-specific fixes.

Validation and detection

  • Inventory installed 7zz and 7-Zip versions.
  • Identify services that process NTFS archives or filesystem images.
  • Check SBOMs and appliances for bundled 7-Zip components.
  • Review vendor advisories, including NetApp, for affected products.
  • Confirm upgraded systems report version 24.01 or later.
Prepared
Confidence
medium
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-122: 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-52168 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.4 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/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.4CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H2.55.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/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-122 · source CWE mapping

Heap-based Buffer Overflow

Heap-based Buffer Overflow represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.