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

CVE-2026-3774: PDF JavaScript Information Disclosure Flaw

CVE-2026-3774 is an information disclosure vulnerability in PDF applications where JavaScript can bypass redaction and encryption controls. This article covers the technical details, impact, and mitigation strategies.

Published: April 2, 2026

CVE-2026-3774 Overview

CVE-2026-3774 is an information exposure vulnerability affecting PDF processing applications that allow JavaScript and document/print actions to manipulate form fields, annotations, or optional content groups (OCGs) during critical operations. The vulnerability exists because script-driven updates executed via WillPrint/DidPrint actions are not fully covered by the existing redaction, encryption, and printing logic, potentially causing sensitive content to remain unremoved or unencrypted.

Critical Impact

Under specific document structures and user workflows, sensitive content may remain exposed after redaction operations, appear unencrypted despite encryption attempts, or produce printed output that differs from what was reviewed on screen—potentially leading to inadvertent disclosure of confidential information.

Affected Products

  • PDF applications supporting JavaScript and document/print actions (specific products not disclosed in CVE data)
  • Applications implementing WillPrint/DidPrint action handlers
  • PDF processors with OCG and annotation manipulation capabilities

Discovery Timeline

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

Technical Details for CVE-2026-3774

Vulnerability Analysis

This vulnerability represents an information exposure flaw (CWE-200) in how PDF applications handle JavaScript execution timing relative to security-critical operations. The core issue lies in the interaction between document actions and the redaction/encryption/printing subsystems.

PDF documents can contain embedded JavaScript that executes at specific trigger points, including document events like WillPrint and DidPrint. These scripts have the capability to modify document content programmatically—updating form field values, toggling annotation visibility, or switching optional content groups on or off.

The vulnerability manifests when these script-driven modifications occur in a timing window that falls outside the scope of security operations. For instance, a malicious document could configure a DidPrint action to restore previously redacted content immediately after the printing logic has processed the document, but before the final output is generated.

Root Cause

The root cause stems from incomplete coverage of JavaScript-triggered document modifications within the application's security workflow. The redaction, encryption, and printing logic processes document content at a specific point in time, but does not account for subsequent modifications that may occur through document actions. This creates a race condition-like scenario where the security state captured during processing becomes stale by the time the operation completes.

The trust boundary between document content and embedded scripts is insufficiently enforced, allowing script execution to occur in contexts where it can undermine security operations that users believe have been applied.

Attack Vector

This is a local attack vector requiring user interaction. An attacker must craft a malicious PDF document containing:

  1. Sensitive content configured to be hidden or redacted
  2. JavaScript or document actions (WillPrint/DidPrint) designed to modify content visibility
  3. Specific document structures that exploit the timing gap in security processing

The attack requires the victim to open the malicious document and perform a security-critical operation such as redaction, encryption, or printing. The victim believes the operation has succeeded based on their screen review, but the actual output may differ.

For technical implementation details, refer to the Foxit Security Bulletin.

Detection Methods for CVE-2026-3774

Indicators of Compromise

  • PDF documents containing JavaScript with WillPrint, DidPrint, WillSave, or DidSave actions
  • Documents with multiple optional content groups (OCGs) that toggle visibility during events
  • Form fields or annotations with event-triggered scripts that modify content
  • Discrepancies between on-screen document appearance and printed/exported output

Detection Strategies

  • Implement static analysis of PDF documents to identify embedded JavaScript and document actions before processing
  • Monitor for documents containing combinations of redactable content and document-level scripts
  • Compare cryptographic hashes of document content before and after security operations to detect unexpected modifications
  • Log all JavaScript execution events during redaction, encryption, and print operations for forensic review

Monitoring Recommendations

  • Enable verbose logging for PDF processing operations to capture JavaScript execution timing
  • Implement alerts for documents attempting to execute scripts during security-critical operations
  • Monitor for user reports of discrepancies between expected and actual document output
  • Track documents that trigger multiple content modifications during single operations

How to Mitigate CVE-2026-3774

Immediate Actions Required

  • Disable JavaScript execution in PDF applications when performing redaction or encryption operations
  • Configure PDF applications to flatten documents before applying security operations
  • Implement a review workflow that compares final output against expected content
  • Consider using PDF/A format for sensitive documents as it prohibits JavaScript

Patch Information

Consult the Foxit Security Bulletin for vendor-specific patch information and security updates addressing this vulnerability.

Workarounds

  • Disable all JavaScript and document actions in PDF application preferences before processing sensitive documents
  • Use the "Print to PDF" function and verify the resulting document matches expectations before distribution
  • Flatten PDF documents to remove all interactive elements before applying redaction or encryption
  • Manually verify that sensitive content is fully removed by examining the raw PDF structure after security operations
  • Consider alternative PDF applications that process security operations atomically without JavaScript execution windows
bash
# Configuration example for disabling JavaScript in PDF processing
# Note: Exact commands vary by application

# For command-line PDF tools, use --no-javascript flag
pdf-processor --no-javascript --flatten-before-redact input.pdf output.pdf

# Verify no JavaScript remains in processed document
pdf-analyze --check-scripts output.pdf

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechN/A

  • SeverityMEDIUM

  • CVSS Score4.7

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200
  • Technical References
  • Foxit Security Bulletin
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 XSS 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