A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-2026-40448

CVE-2026-40448: Samsung ONE Integer Overflow Vulnerability

CVE-2026-40448 is an integer overflow flaw in Samsung Open Source ONE that causes insufficient memory allocation for large tensors, leading to denial of service. This article covers technical details, affected versions, impact, and mitigation.

Published: April 23, 2026

CVE-2026-40448 Overview

CVE-2026-40448 is an integer overflow vulnerability affecting Samsung Open Source ONE, an on-device neural network framework. The vulnerability occurs in the tensor allocation size calculation, which could lead to insufficient memory allocation when processing large tensors. This flaw allows attackers to potentially cause denial of service conditions or corrupt memory through undersized buffer allocations.

Critical Impact

Integer overflow in tensor allocation could result in undersized memory buffers, potentially leading to denial of service or memory corruption when processing maliciously crafted neural network models.

Affected Products

  • Samsung Open Source ONE (versions prior to commit 1.30.0)

Discovery Timeline

  • April 22, 2026 - CVE-2026-40448 published to NVD
  • April 22, 2026 - Last updated in NVD database

Technical Details for CVE-2026-40448

Vulnerability Analysis

This vulnerability is classified as CWE-190 (Integer Overflow or Wraparound). The flaw exists in the tensor allocation size calculation logic within Samsung's ONE neural network framework. When processing tensor dimensions for large neural network models, the size calculation can overflow, resulting in a smaller-than-expected memory allocation. Subsequent operations that write to this undersized buffer can cause memory corruption or crashes.

The vulnerability requires local access and user interaction to exploit, meaning an attacker would need to convince a user to load a maliciously crafted neural network model. While the attack complexity is high, successful exploitation could impact the integrity and availability of the affected system.

Root Cause

The root cause is improper handling of integer arithmetic when calculating memory requirements for tensor allocations. When tensor dimensions are sufficiently large, multiplying them together without overflow checks causes the result to wrap around to a smaller value. The framework then allocates an insufficient buffer based on this incorrect size calculation.

Attack Vector

The attack vector is local, requiring an attacker to supply a malicious neural network model file to the target system. The exploitation scenario involves:

  1. An attacker crafts a neural network model with tensor dimensions designed to trigger the integer overflow
  2. The victim loads the malicious model using the ONE framework
  3. During tensor allocation, the size calculation overflows, allocating an undersized buffer
  4. Subsequent tensor operations write beyond the allocated buffer, causing memory corruption or denial of service

The vulnerability mechanism centers on insufficient bounds checking during tensor size computation. When the framework calculates the total memory required for a tensor by multiplying its dimensions, extremely large dimension values can cause the product to exceed the maximum representable integer value, wrapping to a smaller number. Technical details are available in the GitHub Pull Request by Samsung.

Detection Methods for CVE-2026-40448

Indicators of Compromise

  • Unexpected application crashes or segmentation faults when loading neural network models
  • Memory allocation errors or out-of-memory conditions despite available system memory
  • Abnormal process termination in applications using the ONE framework
  • Core dumps or crash logs indicating buffer overflows in tensor allocation routines

Detection Strategies

  • Monitor for crashes in applications utilizing the Samsung ONE framework, particularly during model loading operations
  • Implement file integrity monitoring for neural network model files to detect potentially malicious modifications
  • Deploy runtime application self-protection (RASP) solutions to detect memory corruption attempts
  • Enable address sanitizer (ASan) during development and testing to identify integer overflow conditions

Monitoring Recommendations

  • Log and alert on repeated application crashes associated with the ONE framework
  • Monitor system logs for memory-related errors in processes using neural network inference
  • Track file access patterns to detect loading of untrusted model files
  • Implement anomaly detection for unusual tensor dimension values in model metadata

How to Mitigate CVE-2026-40448

Immediate Actions Required

  • Update Samsung Open Source ONE to version 1.30.0 or later which contains the fix
  • Restrict access to neural network model files and validate their source before loading
  • Implement input validation to reject models with suspiciously large tensor dimensions
  • Consider sandboxing applications that process untrusted neural network models

Patch Information

Samsung has addressed this vulnerability in commit 1.30.0 of the ONE framework. The fix is available through the GitHub Pull Request by Samsung. Users should update to this version or later to remediate the vulnerability.

Workarounds

  • Only load neural network models from trusted sources until the patch can be applied
  • Implement application-level validation of tensor dimensions before passing models to the framework
  • Run ONE-based applications in sandboxed environments with limited privileges
  • Consider using static analysis tools to identify integer overflow patterns in custom implementations

To update to the patched version, clone or pull the latest repository changes and rebuild the framework:

bash
# Update Samsung ONE framework to patched version
git clone https://github.com/Samsung/ONE.git
cd ONE
git checkout 1.30.0
# Follow build instructions in the repository documentation

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechSamsung Open Source One

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityLow
  • AvailabilityHigh
  • CWE References
  • CWE-190
  • Technical References
  • GitHub Pull Request by Samsung
  • Related CVEs
  • CVE-2026-41664: Samsung ONE Buffer Overflow Vulnerability

  • CVE-2026-6839: Samsung ONE Buffer Overflow Vulnerability

  • CVE-2026-40450: Samsung ONE Buffer Overflow Vulnerability

  • CVE-2026-41667: Samsung ONE Buffer Overflow Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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