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
    • 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-4744

CVE-2026-4744: Notepad3 Buffer Overflow Vulnerability

CVE-2026-4744 is a buffer overflow flaw in Notepad3's Oniguruma module that causes out-of-bounds reads. This article covers the technical details, affected versions before 6.25.714.1, impact, and mitigation.

Published: March 27, 2026

CVE-2026-4744 Overview

An out-of-bounds read vulnerability has been identified in rizonesoft Notepad3, specifically within the scintilla/oniguruma/src modules. This vulnerability is associated with program files regcomp.c and affects Notepad3 versions prior to 6.25.714.1. The flaw occurs due to improper boundary checks during memory read operations, potentially allowing attackers to access sensitive memory regions beyond allocated buffers.

Critical Impact

This out-of-bounds read vulnerability could allow an attacker to read sensitive data from adjacent memory locations, potentially leading to information disclosure, application crash, or enabling further exploitation chains including code execution when combined with other vulnerabilities.

Affected Products

  • Notepad3 versions before 6.25.714.1
  • scintilla/oniguruma regex library components
  • Systems running vulnerable Notepad3 installations with regex processing functionality

Discovery Timeline

  • 2026-03-24 - CVE-2026-4744 published to NVD
  • 2026-03-24 - Last updated in NVD database

Technical Details for CVE-2026-4744

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-bounds Read), a memory safety issue that occurs when software reads data past the end or before the beginning of an intended buffer. In the context of Notepad3, the vulnerability resides in the Oniguruma regular expression library integration within the Scintilla editor component.

The vulnerability requires local access and user interaction—specifically, a user must open or process a maliciously crafted file or input that triggers the regex engine. When exploited, the flaw can read memory outside the designated buffer boundaries, potentially exposing sensitive information stored in adjacent memory regions.

The local attack vector combined with user interaction requirements means an attacker would typically need to social engineer a victim into opening a specially crafted document. Despite these prerequisites, the potential impact across confidentiality, integrity, and availability is significant.

Root Cause

The root cause of this vulnerability lies in insufficient bounds checking within the regcomp.c file, which handles regular expression compilation in the Oniguruma library. During the regex pattern compilation process, the code fails to properly validate memory access boundaries, allowing read operations to extend beyond the allocated buffer space. This is a common issue in C-based regex implementations where manual memory management is required.

Attack Vector

The attack requires local access to the target system. An attacker must craft a malicious file or input containing a specially designed regex pattern that, when processed by Notepad3's Oniguruma-based regex engine, triggers the out-of-bounds read condition. This typically involves:

  1. Creating a document or search pattern with malformed regex syntax designed to trigger edge cases in regcomp.c
  2. Enticing a victim to open the malicious file in Notepad3 or use the crafted pattern in a search/replace operation
  3. The vulnerable code path reads beyond allocated buffer boundaries during regex compilation
  4. Sensitive memory contents may be exposed or the application may crash

The vulnerability mechanism involves improper validation of index or offset values during regex pattern processing. When the Oniguruma regex compiler encounters certain malformed patterns, it may calculate incorrect buffer offsets, leading to out-of-bounds memory access. For detailed technical information, see the GitHub Pull Request #5392 which contains the fix.

Detection Methods for CVE-2026-4744

Indicators of Compromise

  • Unexpected Notepad3 application crashes during file opening or search operations
  • Memory access violations or segmentation faults in Notepad3 process logs
  • Abnormal memory read patterns detected in endpoint monitoring tools
  • Presence of suspicious files with unusual regex patterns targeting Oniguruma library

Detection Strategies

  • Monitor for Notepad3 crashes and analyze crash dumps for signs of out-of-bounds memory access
  • Implement file scanning to detect documents containing potential regex-based exploit patterns
  • Use memory protection tools to detect and alert on out-of-bounds read attempts
  • Deploy endpoint detection solutions that can identify exploitation attempts targeting text editors

Monitoring Recommendations

  • Enable crash dump collection for Notepad3 to aid in forensic analysis of potential exploitation attempts
  • Monitor for unusual process behavior patterns associated with Notepad3, particularly during file operations
  • Implement application-level logging to track regex pattern processing activities
  • Review endpoint telemetry for anomalies in memory access patterns from Notepad3 processes

How to Mitigate CVE-2026-4744

Immediate Actions Required

  • Update Notepad3 to version 6.25.714.1 or later immediately
  • Avoid opening untrusted documents or files in vulnerable Notepad3 versions
  • Consider using alternative text editors until the patch can be applied
  • Restrict execution of Notepad3 to trusted, verified files only

Patch Information

rizonesoft has addressed this vulnerability in Notepad3 version 6.25.714.1. The fix involves implementing proper bounds checking in the regcomp.c file within the Oniguruma regex library components. Users should update to this version or later to remediate the vulnerability. The patch details can be reviewed in GitHub Pull Request #5392.

Workarounds

  • Disable or avoid using regex-based search/replace functionality until the patch is applied
  • Use alternative text editors for processing untrusted files
  • Implement application allowlisting to control which files can be opened by Notepad3
  • Deploy endpoint protection solutions to detect and block exploitation attempts
bash
# Verify Notepad3 version on Windows systems
# Navigate to Notepad3 installation directory and check version
dir "C:\Program Files\Notepad3\Notepad3.exe" /q

# Alternatively, check via PowerShell
Get-ItemProperty "C:\Program Files\Notepad3\Notepad3.exe" | Select-Object VersionInfo

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechNotepad3

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:A/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:N/AU:N/R:U/V:D/RE:L/U:Amber
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-125
  • Technical References
  • GitHub Pull Request #5392
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE 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