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-2025-4638

CVE-2025-4638: Point Cloud Library Buffer Overflow Flaw

CVE-2025-4638 is a buffer overflow vulnerability in the zlib library bundled with Point Cloud Library (PCL) that enables attackers to trigger undefined behavior. This article covers technical details, affected versions, and mitigations.

Updated: January 22, 2026

CVE-2025-4638 Overview

A critical vulnerability exists in the inftrees.c component of the zlib library bundled within the PointCloudLibrary (PCL). This memory corruption issue allows context-dependent attackers to cause undefined behavior by exploiting improper pointer arithmetic. The vulnerability stems from a memory bounds restriction failure (CWE-119) in the bundled zlib implementation.

Since version 1.14.0, PCL by default uses a system-installed zlib library, unless the user explicitly sets WITH_SYSTEM_ZLIB=FALSE. This means the vulnerability is only relevant if the PCL version is older than 1.14.0 or if the user specifically requests not to use the system zlib.

Critical Impact

Network-accessible vulnerability allowing attackers to trigger undefined behavior through improper pointer arithmetic, potentially leading to integrity and availability compromise in systems processing point cloud data.

Affected Products

  • PointCloudLibrary (PCL) versions prior to 1.14.0
  • PCL installations with WITH_SYSTEM_ZLIB=FALSE configuration
  • Applications using PCL's bundled opennurbs zlib component

Discovery Timeline

  • May 14, 2025 - CVE-2025-4638 published to NVD
  • October 21, 2025 - Last updated in NVD database

Technical Details for CVE-2025-4638

Vulnerability Analysis

The vulnerability is classified under CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer), indicating a fundamental memory safety issue in the affected zlib component. The flaw exists in the inftrees.c file, which is part of the zlib decompression implementation bundled within PCL's opennurbs surface library.

The improper pointer arithmetic in the affected code can lead to undefined behavior when processing specially crafted input. This can result in memory corruption, potentially allowing attackers to compromise both data integrity and system availability. The network-accessible nature of this vulnerability increases its severity, as remote attackers could potentially trigger exploitation without requiring authentication or user interaction.

Root Cause

The root cause is the use of an outdated, vendored copy of zlib within PCL's opennurbs component. Rather than relying on system-provided zlib libraries that receive regular security updates, older PCL versions bundled their own zlib implementation. This bundled version contains improper pointer arithmetic operations in inftrees.c that fail to properly validate memory boundaries during decompression operations.

Attack Vector

The vulnerability is exploitable over the network without requiring authentication or user interaction. Attackers can craft malicious input data that, when processed by the vulnerable zlib decompression routines, triggers the improper pointer arithmetic. This could occur in scenarios where PCL processes untrusted point cloud data from network sources or files.

text
# Security patch in CMakeLists.txt - Prefer system zlib over opennurbs vendored copy
 # Boost (required)
 include("${PCL_SOURCE_DIR}/cmake/pcl_find_boost.cmake")
 
+# System zlib (for nurbs on surface)
+option(WITH_SYSTEM_ZLIB "Use system zlib" TRUE)
+if(WITH_SYSTEM_ZLIB)
+  find_package(ZLIB)
+  if(ZLIB_FOUND)
+    set(HAVE_ZLIB ON)
+  endif()
+endif()
+
 ### ---[ Create the config.h file
 set(pcl_config_h_in "${CMAKE_CURRENT_SOURCE_DIR}/pcl_config.h.in")
 set(pcl_config_h "${CMAKE_CURRENT_BINARY_DIR}/include/pcl/pcl_config.h")

Source: GitHub PCL Commit Update

Detection Methods for CVE-2025-4638

Indicators of Compromise

  • Unexpected crashes or segmentation faults in applications using PCL for point cloud processing
  • Anomalous memory access patterns or allocation failures during zlib decompression operations
  • Application instability when processing point cloud data from untrusted sources

Detection Strategies

  • Inventory all PCL installations and identify versions prior to 1.14.0
  • Check build configurations for WITH_SYSTEM_ZLIB=FALSE settings that enable the vulnerable bundled zlib
  • Monitor for abnormal process behavior or memory corruption indicators in PCL-dependent applications
  • Use software composition analysis (SCA) tools to identify bundled vulnerable zlib components

Monitoring Recommendations

  • Implement runtime memory protection mechanisms to detect and prevent exploitation attempts
  • Monitor PCL-based applications for unexpected terminations or error conditions during data processing
  • Enable crash reporting and analysis for applications processing external point cloud data

How to Mitigate CVE-2025-4638

Immediate Actions Required

  • Upgrade PointCloudLibrary to version 1.14.0 or later where system zlib is used by default
  • For existing installations, rebuild PCL with WITH_SYSTEM_ZLIB=TRUE to use system-provided zlib
  • Ensure the system zlib library is current and patched against known vulnerabilities
  • Review and restrict sources of point cloud data processed by vulnerable PCL installations

Patch Information

The vulnerability has been addressed in PointCloudLibrary through Pull Request #6245 and the corresponding commit 502bd2b. The fix introduces a new CMake option WITH_SYSTEM_ZLIB that defaults to TRUE, ensuring PCL uses the system-installed zlib library instead of the bundled opennurbs copy containing the vulnerable code.

Workarounds

  • Rebuild PCL from source with WITH_SYSTEM_ZLIB=TRUE if upgrading to 1.14.0 is not immediately feasible
  • Implement input validation and sanitization for point cloud data before processing with PCL
  • Isolate PCL-based applications in sandboxed environments to limit potential impact of exploitation
bash
# CMake configuration to use system zlib
cmake -DWITH_SYSTEM_ZLIB=TRUE ..

# Verify system zlib is being used after build
grep "HAVE_ZLIB" include/pcl/pcl_config.h

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechPoint Cloud Library

  • SeverityCRITICAL

  • CVSS Score9.2

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:H/VA:H/SC:N/SI:L/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:Y/R:U/V:D/RE:M/U:Amber
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-119
  • Technical References
  • GitHub PCL CMake Config
  • Vendor Resources
  • GitHub PCL Commit Update

  • GitHub PCL Pull Request #6245
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 XSS 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