A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-8733

CVE-2026-8733: SlimPDFReader Buffer Overflow Vulnerability

CVE-2026-8733 is a stack-based buffer overflow flaw in Investintech SlimPDFReader up to 2.0.13 that can be exploited remotely. This post covers technical details, affected versions, impact, and mitigation.

Published: May 21, 2026

CVE-2026-8733 Overview

CVE-2026-8733 is a stack-based buffer overflow [CWE-119] in Investintech SlimPDFReader versions up to 2.0.13. The flaw resides in the sub_3B4610 function within SlimPDFReader.exe. An attacker can trigger the overflow remotely by inducing a user to open a crafted PDF document. Public exploit details have been released, increasing the practical risk for environments still running the application. The vendor responded to the original report by confirming the product is discontinued and will not receive a patch. This vulnerability only affects unsupported software.

Critical Impact

Remote stack-based memory corruption with public exploit details available in a discontinued PDF reader that will not be patched.

Affected Products

  • Investintech SlimPDFReader up to and including version 2.0.13
  • SlimPDFReader.exe binary containing the vulnerable sub_3B4610 function
  • All deployments of SlimPDFReader (product is discontinued)

Discovery Timeline

  • 2026-05-17 - CVE-2026-8733 published to the National Vulnerability Database (NVD)
  • 2026-05-18 - Last updated in NVD database

Technical Details for CVE-2026-8733

Vulnerability Analysis

The vulnerability is a stack-based buffer overflow in the sub_3B4610 function inside SlimPDFReader.exe. The function fails to enforce correct bounds when copying attacker-controlled data into a fixed-size stack buffer. An attacker delivers a crafted PDF file to the victim. When the user opens the file, the parser invokes sub_3B4610 and writes past the buffer boundary on the stack.

Stack-based overflows of this class can corrupt saved return addresses, structured exception handler (SEH) records, and adjacent local variables. The result ranges from process termination to arbitrary code execution in the context of the local user. The classification under [CWE-119] reflects improper restriction of operations within memory bounds. Because the vendor has discontinued the product, no official fix is planned.

Root Cause

The root cause is the absence of bounds checking in sub_3B4610 when handling input parsed from a PDF document. The function copies variable-length data into a fixed stack allocation without validating the source length against the destination size. Standard hardening measures such as stack cookies, SafeSEH, and Address Space Layout Randomization (ASLR) determine the difficulty of weaponizing the overflow into reliable code execution.

Attack Vector

Exploitation requires the victim to open a malicious PDF in SlimPDFReader. The attack is network-deliverable through email attachments, web downloads, or shared file repositories. User interaction is required, but no authentication or local access is needed. Public exploit material lowers the barrier for opportunistic attackers targeting environments that retain the discontinued reader.

No verified proof-of-concept code is available in the source data for inclusion. Refer to the Fraunhofer Sharing Document and the VulDB Vulnerability #364321 record for additional technical references.

Detection Methods for CVE-2026-8733

Indicators of Compromise

  • Unexpected crashes of SlimPDFReader.exe with access violation or stack corruption exceptions in Windows Error Reporting (WER) logs
  • Child processes spawned by SlimPDFReader.exe such as cmd.exe, powershell.exe, or other living-off-the-land binaries
  • PDF files arriving from untrusted sources that are opened by users with SlimPDFReader as the default handler

Detection Strategies

  • Inventory all endpoints for the presence of SlimPDFReader.exe and any version up to 2.0.13 using software asset management or endpoint queries
  • Monitor process creation events where the parent image is SlimPDFReader.exe and the child process is a shell, scripting host, or network utility
  • Inspect email gateways and web proxies for PDF attachments and downloads destined for hosts known to run the affected reader

Monitoring Recommendations

  • Enable detailed process and module load logging on hosts with the application installed and forward events to a centralized SIEM
  • Alert on SlimPDFReader.exe crash events and correlate with recent PDF file open activity to identify possible exploitation attempts
  • Track outbound network connections initiated by SlimPDFReader.exe or its child processes, which is atypical for a PDF viewer

How to Mitigate CVE-2026-8733

Immediate Actions Required

  • Uninstall Investintech SlimPDFReader from all endpoints, as the product is discontinued and no patch will be issued
  • Replace SlimPDFReader with a supported, actively maintained PDF reader and reassign the default .pdf file handler
  • Block delivery of PDFs from untrusted external sources at email and web gateways until removal is complete

Patch Information

No patch is available. The vendor confirmed to the original reporter that SlimPDFReader is discontinued and will not receive security updates. Removal is the only sanctioned remediation. Reference the VulDB Vulnerability #364321 record for vendor response details.

Workarounds

  • Remove or disable SlimPDFReader.exe on all systems where uninstallation cannot occur immediately
  • Apply application allowlisting to prevent SlimPDFReader.exe from executing on managed endpoints
  • Restrict the ability of SlimPDFReader.exe to spawn child processes or initiate outbound network connections through endpoint policy
bash
# Configuration example: Windows uninstall and handler reassignment
# 1. Silent uninstall via WMIC (run as administrator)
wmic product where "name like 'Slim PDF Reader%%'" call uninstall /nointeractive

# 2. Confirm the binary is removed
where SlimPDFReader.exe

# 3. Reassign the default PDF handler (example: Microsoft Edge)
ftype AcroExch.Document.DC="C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" "%1"
assoc .pdf=AcroExch.Document.DC

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechInvestintech

  • SeverityLOW

  • CVSS Score2.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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
  • IntegrityLow
  • AvailabilityLow
  • CWE References
  • CWE-119
  • Technical References
  • Fraunhofer Sharing Document

  • VulDB Submission #809300

  • VulDB Vulnerability #364321

  • VulDB CTI for #364321
  • Latest CVEs
  • CVE-2024-8261: Prolizyazilim OBS Auth Bypass Vulnerability

  • CVE-2024-13068: LimonDesk Auth Bypass Vulnerability

  • CVE-2025-53679: Fortinet FortiSandbox RCE Vulnerability

  • CVE-2026-9446: Simple POS Inventory System SQLi Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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