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-23490

CVE-2026-23490: pyasn1 Library DoS Vulnerability

CVE-2026-23490 is a denial-of-service vulnerability in pyasn1, a generic ASN.1 library for Python, causing memory exhaustion via malformed RELATIVE-OID. This article covers technical details, affected versions, and mitigation.

Published: January 23, 2026

CVE-2026-23490 Overview

CVE-2026-23490 is a Denial-of-Service vulnerability affecting pyasn1, a generic ASN.1 library for Python. Prior to version 0.6.2, the library is susceptible to memory exhaustion when processing malformed RELATIVE-OID values containing excessive continuation octets. This vulnerability can be exploited remotely without authentication to cause service disruption through resource exhaustion attacks.

Critical Impact

Remote attackers can trigger memory exhaustion by sending specially crafted ASN.1 data with malformed RELATIVE-OID fields, potentially causing denial of service conditions on systems using the vulnerable pyasn1 library.

Affected Products

  • pyasn1 versions prior to 0.6.2
  • Python applications utilizing vulnerable pyasn1 versions for ASN.1 parsing
  • Services processing untrusted ASN.1 encoded data (certificates, SNMP, LDAP)

Discovery Timeline

  • 2026-01-16 - CVE CVE-2026-23490 published to NVD
  • 2026-01-16 - Last updated in NVD database

Technical Details for CVE-2026-23490

Vulnerability Analysis

This vulnerability is classified under CWE-770 (Allocation of Resources Without Limits or Throttling). The flaw exists in how pyasn1 processes RELATIVE-OID encoded values within ASN.1 structures. ASN.1 (Abstract Syntax Notation One) is a standard interface description language used widely in telecommunications, cryptography, and network protocols.

RELATIVE-OID values use a variable-length encoding scheme where continuation octets indicate that more bytes follow. When parsing these values, the vulnerable versions of pyasn1 fail to properly limit memory allocation when encountering malformed data with an excessive number of continuation octets, leading to uncontrolled memory consumption.

Root Cause

The root cause is the absence of proper resource limits during ASN.1 decoding operations. When the decoder encounters RELATIVE-OID data with artificially extended continuation octets, it allocates memory proportionally without imposing reasonable bounds. This allows an attacker to craft input that forces arbitrary amounts of memory to be allocated, eventually exhausting available system memory.

Attack Vector

The attack can be executed remotely over the network without requiring authentication or user interaction. An attacker sends specially crafted ASN.1 encoded data to a target application using pyasn1 for parsing. The malicious payload contains a RELATIVE-OID field with excessive continuation octets, triggering the memory exhaustion condition.

This is particularly dangerous for applications that process untrusted ASN.1 data, including:

  • Certificate validation services
  • SNMP management systems
  • LDAP directory services
  • Any application accepting ASN.1 encoded input from untrusted sources

The vulnerability mechanism involves crafting RELATIVE-OID encoded data where continuation bits are set excessively, causing the decoder to allocate memory without proper bounds checking. Detailed technical information is available in the GitHub Security Advisory GHSA-63vm-454h-vhhq.

Detection Methods for CVE-2026-23490

Indicators of Compromise

  • Unusual memory consumption spikes in Python processes using pyasn1
  • Application crashes or out-of-memory errors during ASN.1 parsing operations
  • Abnormally large incoming ASN.1 encoded payloads with extended OID fields
  • System slowdown or unresponsiveness in services processing certificate or SNMP data

Detection Strategies

  • Monitor Python application memory usage for abnormal growth patterns during ASN.1 parsing
  • Implement network traffic analysis to detect oversized or malformed ASN.1 payloads
  • Deploy application-level logging to capture ASN.1 parsing failures and memory allocation errors
  • Use SentinelOne's behavioral AI to detect anomalous resource consumption patterns indicative of DoS attacks

Monitoring Recommendations

  • Configure memory usage alerts for services utilizing pyasn1 to detect early signs of exhaustion
  • Implement rate limiting on endpoints that accept ASN.1 encoded data from untrusted sources
  • Enable detailed logging for ASN.1 parsing operations to capture malformed input attempts
  • Review Python dependency manifests to identify vulnerable pyasn1 versions in production environments

How to Mitigate CVE-2026-23490

Immediate Actions Required

  • Upgrade pyasn1 to version 0.6.2 or later immediately across all affected systems
  • Audit application dependencies to identify all instances of pyasn1 in your environment
  • Implement input validation and size limits on ASN.1 data accepted from untrusted sources
  • Consider temporary network-level filtering for oversized ASN.1 payloads if immediate patching is not possible

Patch Information

The vulnerability is fixed in pyasn1 version 0.6.2. The patch implements proper bounds checking during RELATIVE-OID decoding to prevent memory exhaustion. The fix is available through the following resources:

  • GitHub Release v0.6.2
  • GitHub Commit 3908f144229eed4df24bd569d16e5991ace44970

Workarounds

  • Implement application-level memory limits for ASN.1 parsing operations
  • Deploy input size restrictions on network endpoints accepting ASN.1 data
  • Use containerization with memory limits to contain potential impact of exploitation
  • Consider temporarily disabling services that process untrusted ASN.1 data until patching is complete
bash
# Upgrade pyasn1 to patched version
pip install --upgrade pyasn1>=0.6.2

# Verify installed version
pip show pyasn1 | grep Version

# For requirements.txt, ensure minimum version
echo "pyasn1>=0.6.2" >> requirements.txt

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechPyasn1

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-770
  • Technical References
  • GitHub Commit Update

  • GitHub Release v0.6.2

  • GitHub Security Advisory GHSA-63vm-454h-vhhq
  • Related CVEs
  • CVE-2026-30922: pyasn1 Python Library DoS 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