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
    • 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-3779

CVE-2026-3779: List Box Use-After-Free Vulnerability

CVE-2026-3779 is a use-after-free flaw in list box calculation logic that retains stale object references. Crafted documents can trigger arbitrary code execution. This article covers technical details, impact, and mitigation.

Published: April 2, 2026

CVE-2026-3779 Overview

CVE-2026-3779 is a use-after-free vulnerability affecting PDF document processing applications. The application's list box calculate array logic keeps stale references to page or form objects after they are deleted or re-created, which allows crafted documents to trigger a use-after-free when the calculation runs and can potentially lead to arbitrary code execution.

Critical Impact

This use-after-free vulnerability allows attackers to craft malicious PDF documents that, when opened by a victim, can execute arbitrary code on the target system. The vulnerability requires user interaction (opening a malicious document) but requires no special privileges to exploit.

Affected Products

  • Foxit PDF Reader (specific versions not disclosed)
  • Foxit PDF Editor (specific versions not disclosed)

Discovery Timeline

  • 2026-04-01 - CVE-2026-3779 published to NVD
  • 2026-04-01 - Last updated in NVD database

Technical Details for CVE-2026-3779

Vulnerability Analysis

This vulnerability is classified as CWE-416 (Use After Free), a memory corruption vulnerability that occurs when a program continues to use a pointer after the memory it references has been freed. In this case, the list box calculate array logic within the PDF processing application maintains references to page or form objects even after those objects have been deleted or re-created during document processing.

When processing specially crafted PDF documents, the application fails to properly invalidate or update these references when the underlying objects are destroyed. Subsequent calculations that rely on these stale references will access freed memory, leading to undefined behavior that attackers can leverage to achieve code execution.

Root Cause

The root cause lies in improper memory management within the list box calculation routines. When page or form objects are deleted or re-created during document manipulation, the application does not properly clear or update the references stored in the calculate array. This creates dangling pointers that reference freed memory regions.

The vulnerability is triggered when:

  1. A PDF document contains list box elements with calculation dependencies
  2. Page or form objects referenced by the calculation logic are deleted or re-created
  3. The calculate array retains stale references to the now-invalid objects
  4. Subsequent calculation execution accesses the freed memory

Attack Vector

This is a local attack vector requiring user interaction. An attacker must craft a malicious PDF document designed to trigger the use-after-free condition and distribute it to potential victims. The attack chain typically involves:

  1. Creating a specially crafted PDF document with list box elements and calculation logic
  2. Structuring the document to trigger object deletion/re-creation during processing
  3. Distributing the malicious document via email, web download, or other means
  4. When a victim opens the document, the stale reference is accessed during calculation
  5. The attacker achieves code execution in the context of the victim's user session

The vulnerability requires no authentication or special privileges, but does require convincing a user to open the malicious document. For detailed technical analysis, refer to the Talos Intelligence Vulnerability Report.

Detection Methods for CVE-2026-3779

Indicators of Compromise

  • Unexpected PDF reader crashes or abnormal termination when opening PDF documents
  • Process memory access violations in PDF processing components
  • Suspicious PDF attachments from unknown or untrusted sources containing complex form elements
  • Evidence of shellcode execution following PDF document opening

Detection Strategies

  • Monitor for PDF reader processes exhibiting abnormal behavior such as crashes, high CPU usage, or unexpected child process creation
  • Implement sandboxing for PDF document processing to isolate potential exploitation attempts
  • Deploy endpoint detection and response (EDR) solutions capable of detecting use-after-free exploitation techniques
  • Analyze PDF documents before user access using static and dynamic analysis tools

Monitoring Recommendations

  • Enable crash dump collection for PDF reader applications to capture exploitation attempts
  • Monitor for suspicious process spawning from PDF reader applications
  • Implement email attachment scanning with PDF structure analysis capabilities
  • Review application logs for PDF processing errors that may indicate exploitation attempts

How to Mitigate CVE-2026-3779

Immediate Actions Required

  • Update Foxit PDF Reader and PDF Editor to the latest patched versions as specified in the Foxit Security Bulletins
  • Avoid opening PDF documents from untrusted or unknown sources
  • Enable Protected Mode or Safe Reading Mode in PDF applications where available
  • Consider implementing application whitelisting to control PDF reader execution

Patch Information

Foxit has released security updates to address this vulnerability. Users should consult the Foxit Security Bulletins for specific patch information and download links. Organizations should prioritize deploying these updates across all affected systems.

Workarounds

  • Enable Protected Mode or sandboxing features in PDF reader applications to limit the impact of potential exploitation
  • Disable JavaScript execution in PDF documents to reduce the attack surface
  • Use alternative PDF readers for processing documents from untrusted sources until patches can be applied
  • Implement network-level filtering to scan PDF attachments before delivery to end users

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechN/A

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-416
  • Technical References
  • Foxit Security Bulletins

  • Talos Intelligence Vulnerability Report
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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