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-2021-33631

CVE-2021-33631: Openatom Openeuler Integer Overflow Flaw

CVE-2021-33631 is an integer overflow vulnerability in Openatom Openeuler kernel filesystem modules that allows forced integer overflow attacks. This article covers technical details, affected versions, and mitigation.

Published: February 25, 2026

CVE-2021-33631 Overview

CVE-2021-33631 is an Integer Overflow or Wraparound vulnerability affecting the openEuler kernel on Linux, specifically within filesystem modules. This vulnerability enables attackers to trigger a Forced Integer Overflow condition, potentially leading to memory corruption, privilege escalation, or system instability. The flaw exists in openEuler kernel versions from 4.19.90 before 4.19.90-2401.3 and from 5.10.0-60.18.0 before 5.10.0-183.0.0.

Critical Impact

Local attackers with low privileges can exploit this integer overflow vulnerability to achieve high confidentiality, integrity, and availability impacts on affected systems, potentially gaining elevated privileges or causing system crashes.

Affected Products

  • openAtom openEuler kernel 4.19.90 to 4.19.90-2401.3
  • openAtom openEuler kernel 5.10.0-60.18.0 to 5.10.0-183.0.0
  • openAtom openEuler Linux distributions using affected kernel versions

Discovery Timeline

  • 2024-01-18 - CVE-2021-33631 published to NVD
  • 2025-04-02 - Last updated in NVD database

Technical Details for CVE-2021-33631

Vulnerability Analysis

This vulnerability is classified under CWE-190 (Integer Overflow or Wraparound), a memory corruption flaw that occurs when arithmetic operations produce values that exceed the storage capacity of the integer data type. In the context of the openEuler kernel filesystem modules, the integer overflow can be triggered when processing specially crafted data, causing the computed value to wrap around and produce an unexpectedly small or negative value.

When exploited, this integer overflow can lead to subsequent memory corruption issues such as buffer overflows, incorrect memory allocations, or out-of-bounds memory access. Since this vulnerability resides in kernel-level filesystem code, successful exploitation could allow an attacker with local access and low privileges to escalate their privileges, corrupt kernel memory, or cause denial of service conditions.

The attack requires local access to the system, meaning the attacker must already have some level of access to the target machine. However, the low attack complexity and lack of user interaction requirements make this vulnerability particularly concerning for multi-user systems or environments where local privilege escalation is a threat vector.

Root Cause

The root cause of CVE-2021-33631 lies in insufficient integer boundary validation within the openEuler kernel's filesystem modules. When processing certain filesystem operations, the code fails to properly check whether arithmetic operations on integer values will result in overflow conditions. Without proper validation, these overflow conditions cause the resulting value to wrap around, leading to incorrect size calculations, improper memory allocations, or buffer overflows when the corrupted value is subsequently used in memory operations.

Attack Vector

The attack vector for CVE-2021-33631 requires local access to the vulnerable system. An attacker with low-privilege access can exploit this vulnerability without requiring any user interaction. The exploitation process involves triggering filesystem operations that cause the vulnerable integer arithmetic to overflow. This could be accomplished through:

  1. Mounting specially crafted filesystem images
  2. Performing filesystem operations that trigger the vulnerable code path
  3. Manipulating filesystem metadata to cause integer overflow conditions during processing

The vulnerability affects the local system's confidentiality, integrity, and availability, as successful exploitation can lead to privilege escalation, memory corruption, or system crashes.

Detection Methods for CVE-2021-33631

Indicators of Compromise

  • Unexpected kernel crashes or panics related to filesystem operations
  • Anomalous memory allocation patterns in kernel logs
  • Suspicious local privilege escalation attempts following filesystem operations
  • System instability when mounting or accessing filesystem images

Detection Strategies

  • Monitor kernel logs (dmesg) for filesystem-related errors, memory corruption warnings, or unexpected kernel panics
  • Implement kernel-level intrusion detection to identify anomalous system calls to filesystem functions
  • Deploy file integrity monitoring to detect unauthorized changes to filesystem structures
  • Use SentinelOne's behavioral detection capabilities to identify privilege escalation attempts following filesystem operations

Monitoring Recommendations

  • Enable comprehensive kernel logging to capture filesystem operation details and potential exploitation attempts
  • Implement system call auditing for filesystem-related operations using auditd or similar tools
  • Monitor for unusual process behavior following filesystem mounts or operations
  • Regularly review system logs for signs of exploitation attempts or memory corruption events

How to Mitigate CVE-2021-33631

Immediate Actions Required

  • Update openEuler kernel to version 4.19.90-2401.3 or later for 4.19.x branch
  • Update openEuler kernel to version 5.10.0-183.0.0 or later for 5.10.x branch
  • Restrict local access to systems running vulnerable kernel versions
  • Monitor systems for signs of exploitation while patches are being applied

Patch Information

Security patches are available through multiple channels. The fix has been committed to the upstream Linux kernel repository with commit ID 5c099c4fdc438014d5893629e70a8ba934433ee8. For openEuler-specific patches, refer to the Linux Kernel Commit Details and the openEuler security bulletins including openEuler-SA-2024-1030 through openEuler-SA-2024-1035. Additional pull requests for the kernel patches are available on Gitee at Pull Request #1389 and Pull Request #1396.

Workarounds

  • Restrict local user access to minimize the attack surface for this vulnerability
  • Implement strict access controls for filesystem mount operations
  • Disable or restrict access to kernel modules where feasible until patches can be applied
  • Consider using SELinux or AppArmor policies to restrict filesystem operations for untrusted users
bash
# Check current kernel version
uname -r

# Verify if system is running vulnerable kernel
# For 4.19.x branch: vulnerable if < 4.19.90-2401.3
# For 5.10.x branch: vulnerable if < 5.10.0-183.0.0

# Update kernel using yum (openEuler)
sudo yum update kernel

# Reboot to apply new kernel
sudo reboot

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechOpenatom Openeuler

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.22%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-190
  • Technical References
  • OpenWall Security Discussion

  • OpenWall Security Discussion

  • OpenWall Security Discussion

  • OpenWall Security Discussion

  • OpenWall Security Discussion

  • OpenWall Security Update

  • OpenWall Security Update

  • OpenEuler Security Bulletin

  • OpenEuler Security Bulletin

  • OpenEuler Security Bulletin

  • Gitee OpenEuler Pull Request

  • Gitee OpenEuler Pull Request
  • Vendor Resources
  • Linux Kernel Commit Details

  • openEuler Security Bulletin

  • openEuler Security Bulletin

  • openEuler Security Bulletin

  • openEuler Security Bulletin

  • openEuler Security Bulletin

  • openEuler Security Bulletin
  • Related CVEs
  • CVE-2021-33656: Openatom Openeuler Buffer Overflow Flaw
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