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-2020-28915

CVE-2020-28915: Linux Kernel Buffer Overflow Vulnerability

CVE-2020-28915 is a buffer over-read vulnerability in the Linux Kernel's fbcon code that enables local attackers to read kernel memory. This article covers technical details, affected versions, security impact, and mitigation.

Published: March 4, 2026

CVE-2020-28915 Overview

A buffer over-read vulnerability exists in the framebuffer console (fbcon) code within the Linux kernel before version 5.8.15. This out-of-bounds read vulnerability (CWE-125) in the framebuffer layer can be exploited by local attackers with physical access to read sensitive kernel memory, potentially exposing confidential information stored in kernel space.

Critical Impact

Local attackers with physical access and high privileges can leverage this vulnerability to read kernel memory contents, potentially exposing sensitive system information and cryptographic materials.

Affected Products

  • Linux Kernel versions prior to 5.8.15
  • Systems using framebuffer console (fbcon) functionality
  • Linux-based systems with physical console access enabled

Discovery Timeline

  • 2020-11-18 - CVE-2020-28915 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-28915

Vulnerability Analysis

This vulnerability is an out-of-bounds read (CWE-125) in the framebuffer console subsystem of the Linux kernel. The fbcon code, which provides the kernel's text-mode console interface over framebuffer devices, fails to properly validate buffer boundaries when handling certain operations at the framebuffer layer. This allows an attacker with physical access to the system to trigger memory reads beyond the intended buffer boundaries, potentially disclosing sensitive kernel memory contents.

The vulnerability was identified through automated fuzzing via the Syzkaller kernel fuzzer, which detected the improper memory access patterns. The Linux kernel maintainers addressed this issue through commits 5af08640 and 6735b463.

Root Cause

The root cause of this vulnerability lies in insufficient bounds checking within the fbcon framebuffer layer code. When processing framebuffer operations, the kernel fails to properly validate that memory access operations stay within allocated buffer boundaries. This missing validation allows read operations to extend beyond the legitimate buffer, accessing adjacent kernel memory regions.

Attack Vector

The attack vector requires physical access to the vulnerable system. An attacker with high privileges and physical access can interact with the framebuffer console to trigger the buffer over-read condition. While the physical access requirement limits the attack surface, successful exploitation could result in disclosure of kernel memory contents, integrity violations, and potential system instability. The vulnerability mechanism involves manipulating framebuffer console operations to cause the kernel to read beyond allocated buffer boundaries. For detailed technical analysis, refer to the Syzkaller Bug Report #08b8be45 and the associated kernel commits.

Detection Methods for CVE-2020-28915

Indicators of Compromise

  • Unusual framebuffer console activity or error messages in kernel logs
  • Kernel oops or warnings related to fbcon or framebuffer operations
  • Unexpected memory access violations in dmesg output referencing fbcon subsystem
  • Signs of local privilege escalation attempts on systems with physical access

Detection Strategies

  • Monitor kernel logs (dmesg) for buffer overflow or out-of-bounds access warnings
  • Implement kernel live patching detection to verify fbcon patches are applied
  • Use kernel integrity monitoring tools to detect tampering with framebuffer subsystem
  • Deploy SentinelOne Singularity to monitor for exploitation attempts and anomalous kernel behavior

Monitoring Recommendations

  • Enable kernel auditing for framebuffer device access (/dev/fb*)
  • Configure system logging to capture all kernel warnings and errors
  • Implement physical access controls and logging for server rooms and console terminals
  • Monitor for unauthorized kernel module loading or modification attempts

How to Mitigate CVE-2020-28915

Immediate Actions Required

  • Update Linux kernel to version 5.8.15 or later immediately
  • Restrict physical access to vulnerable systems
  • Disable framebuffer console if not required using kernel boot parameter fb=off
  • Review and audit physical access logs for potentially affected systems

Patch Information

The Linux kernel development team has released patches to address this vulnerability. Users should update to kernel version 5.8.15 or later. The fix is documented in the Linux 5.8.15 ChangeLog. Distribution-specific updates may be available through vendor security advisories, including the SUSE Bug Report #1178886.

Workarounds

  • Disable framebuffer console by adding fb=off or nofb to kernel boot parameters
  • Restrict physical console access to trusted administrators only
  • Use serial console or SSH for remote administration instead of framebuffer console
  • Implement network segmentation to limit exposure of affected systems
bash
# Configuration example
# Disable framebuffer console in GRUB configuration
# Edit /etc/default/grub and add to GRUB_CMDLINE_LINUX:
GRUB_CMDLINE_LINUX="fb=off"

# Update GRUB configuration
sudo update-grub

# Alternatively, blacklist framebuffer modules
echo "blacklist fbcon" | sudo tee /etc/modprobe.d/blacklist-fbcon.conf

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechLinux Kernel

  • SeverityMEDIUM

  • CVSS Score5.8

  • EPSS Probability0.12%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:P/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-125
  • Technical References
  • SUSE Bug Report #1178886
  • Vendor Resources
  • Linux 5.8.15 ChangeLog

  • Linux Commit 5af08640

  • Linux Commit 6735b463

  • Syzkaller Bug Report #08b8be45
  • Related CVEs
  • CVE-2026-31449: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31512: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31438: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31450: Linux Kernel Buffer Overflow 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