Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-1301

CVE-2026-1301: PubSub JSON Buffer Overflow Vulnerability

CVE-2026-1301 is a buffer overflow flaw in PubSub JSON decoder that allows unauthenticated attackers to crash processes and corrupt memory. This post covers technical details, affected systems, and mitigation steps.

Published: February 6, 2026

CVE-2026-1301 Overview

CVE-2026-1301 is a heap-based out-of-bounds write vulnerability affecting systems with PubSub and JSON functionality enabled. A specially crafted JSON message can trigger the decoder to write data beyond the boundaries of a heap-allocated array. This vulnerability can be exploited before authentication, making it particularly dangerous as it reliably crashes the affected process and corrupts memory.

Critical Impact

This pre-authentication vulnerability allows remote attackers to crash affected services and corrupt memory through malicious JSON messages, potentially leading to denial of service or further exploitation.

Affected Products

  • Systems with PubSub functionality enabled
  • Systems with JSON decoding enabled
  • ICS/SCADA environments (per CISA advisory)

Discovery Timeline

  • 2026-02-05 - CVE-2026-1301 published to NVD
  • 2026-02-05 - Last updated in NVD database

Technical Details for CVE-2026-1301

Vulnerability Analysis

This vulnerability is classified as CWE-787 (Out-of-bounds Write), a memory corruption flaw that occurs when the JSON decoder processes specially crafted input. The vulnerability exists in the parsing logic that handles JSON messages within the PubSub subsystem. When processing a malicious payload, the decoder fails to properly validate array boundaries, allowing data to be written beyond the allocated heap buffer.

The pre-authentication nature of this vulnerability significantly increases its risk profile. Attackers can trigger the flaw without needing valid credentials, enabling unauthenticated remote exploitation. The reliable crash behavior indicates a deterministic memory corruption pattern that could potentially be weaponized for more sophisticated attacks beyond denial of service.

Root Cause

The root cause stems from improper bounds checking in the JSON decoder's array handling logic. When processing nested or malformed JSON structures, the decoder allocates a fixed-size heap buffer but fails to validate that incoming data fits within the allocated space. This allows an attacker-controlled JSON message to overflow the buffer boundary, writing arbitrary data to adjacent heap memory.

Attack Vector

The attack vector is network-based, allowing remote exploitation. An attacker can send a specially crafted JSON message to the PubSub endpoint without authentication. The malicious payload exploits the boundary validation flaw in the JSON decoder, causing memory corruption that leads to process crash or potential code execution.

The attack flow involves:

  1. Identifying a target system with PubSub and JSON enabled
  2. Crafting a JSON message with specific structures that trigger the out-of-bounds write
  3. Sending the payload to the target's PubSub interface
  4. The decoder processes the message and writes beyond heap boundaries
  5. Memory corruption occurs, crashing the process

Since no verified code examples are available, readers should refer to the CISA ICS Advisory ICSA-26-036-03 for detailed technical information about the vulnerability mechanism and recommended mitigations.

Detection Methods for CVE-2026-1301

Indicators of Compromise

  • Unexpected process crashes or restarts of PubSub-enabled services
  • Malformed or unusually structured JSON messages in network traffic
  • Heap corruption errors or segmentation faults in application logs
  • Anomalous memory usage patterns before service failures

Detection Strategies

  • Deploy network intrusion detection rules to identify malformed JSON payloads targeting PubSub endpoints
  • Monitor for repeated service crashes that may indicate exploitation attempts
  • Implement JSON schema validation at network boundaries to filter malicious messages
  • Enable heap protection mechanisms (ASLR, stack canaries) to detect memory corruption

Monitoring Recommendations

  • Configure alerting for abnormal process termination events on affected systems
  • Monitor network traffic for unusual JSON message patterns or oversized payloads
  • Enable verbose logging on PubSub services to capture parsing errors
  • Implement application-level health checks to detect service degradation

How to Mitigate CVE-2026-1301

Immediate Actions Required

  • Review the CISA ICS Advisory ICSA-26-036-03 for vendor-specific guidance
  • Restrict network access to PubSub endpoints using firewall rules
  • Implement network segmentation to isolate vulnerable systems
  • Enable authentication requirements on PubSub interfaces where possible

Patch Information

Consult the CISA ICS Advisory ICSA-26-036-03 for vendor-specific patch information and remediation guidance. Organizations should apply patches as soon as they become available from the affected vendor.

Workarounds

  • Disable JSON functionality if not required for operations
  • Disable PubSub functionality on systems where it is not essential
  • Implement network-level filtering to block malicious JSON payloads
  • Deploy a web application firewall (WAF) with JSON validation capabilities
bash
# Network segmentation example - restrict PubSub access
# Adjust ports and IP ranges according to your environment
iptables -A INPUT -p tcp --dport <pubsub_port> -s <trusted_network> -j ACCEPT
iptables -A INPUT -p tcp --dport <pubsub_port> -j DROP

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechN/A

  • SeverityMEDIUM

  • CVSS Score6.8

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/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:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-787
  • Technical References
  • CISA ICS Advisory ICSA-26-036-03
  • Latest CVEs
  • CVE-2025-52793: Esselink.nu Settings CSRF Vulnerability

  • CVE-2025-52772: Virtual Moderator CSRF Vulnerability

  • CVE-2025-48279: WC MyParcel Belgium XSS Vulnerability

  • CVE-2025-39381: KiotViet Sync CSRF 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