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-2019-25467

CVE-2019-25467: Verypdf docPrint Pro Buffer Overflow

CVE-2019-25467 is a structured exception handling buffer overflow in Verypdf docPrint Pro 8.0 that enables local attackers to execute arbitrary code via malicious password fields during PDF encryption.

Published: March 13, 2026

CVE-2019-25467 Overview

CVE-2019-25467 is a structured exception handling (SEH) buffer overflow vulnerability affecting Verypdf docPrint Pro 8.0. This vulnerability allows local attackers to execute arbitrary code by supplying an oversized alphanumeric encoded payload in the User Password or Master Password fields during PDF encryption operations. The vulnerability exists due to improper boundary checking when processing password input, enabling attackers to craft malicious payloads with encoded shellcode and SEH chain manipulation to bypass security protections.

Critical Impact

Local attackers can achieve arbitrary code execution by exploiting improper input validation in the password fields, potentially leading to full system compromise on affected Windows systems running Verypdf docPrint Pro 8.0.

Affected Products

  • Verypdf docPrint Pro 8.0

Discovery Timeline

  • 2026-03-11 - CVE CVE-2019-25467 published to NVD
  • 2026-03-12 - Last updated in NVD database

Technical Details for CVE-2019-25467

Vulnerability Analysis

This vulnerability is classified as CWE-787 (Out-of-Bounds Write), a memory corruption flaw that occurs when the application writes data past the allocated buffer boundary. In the case of Verypdf docPrint Pro 8.0, the User Password and Master Password input fields lack proper bounds checking, allowing an attacker to submit an oversized payload that corrupts adjacent memory structures.

The attack exploits the Windows Structured Exception Handler (SEH) mechanism. When the buffer overflow occurs, it overwrites the SEH chain stored on the stack. By carefully crafting the overflow payload with specific SEH pointers and alphanumeric encoded shellcode, an attacker can redirect program execution when an exception is triggered, ultimately achieving arbitrary code execution within the context of the application.

The local attack vector requires the attacker to have access to the target system where docPrint Pro is installed, but does not require any special privileges or user interaction to exploit once access is obtained.

Root Cause

The root cause of this vulnerability is improper input validation in the password field processing routines of Verypdf docPrint Pro 8.0. The application fails to verify that user-supplied password strings fall within expected length limits before copying them to fixed-size stack buffers. This oversight allows oversized input to overflow the buffer and corrupt the SEH chain, providing attackers with a reliable exploitation vector.

Attack Vector

The attack is executed locally by an attacker who has access to the vulnerable system. The exploitation process involves:

  1. Launching Verypdf docPrint Pro 8.0 and navigating to the PDF encryption functionality
  2. Entering a specially crafted oversized payload in either the User Password or Master Password field
  3. The payload contains alphanumeric encoded shellcode with SEH chain pointers designed to redirect execution
  4. When the application processes the malformed password input, the buffer overflow corrupts the SEH chain
  5. An exception is triggered (either naturally or forced), causing Windows to traverse the corrupted SEH chain
  6. Execution is redirected to the attacker's shellcode, achieving arbitrary code execution

Proof-of-concept exploits have demonstrated successful execution of MessageBox payloads, confirming the exploitability of this vulnerability. Technical details are available in the Exploit-DB #47394 entry.

Detection Methods for CVE-2019-25467

Indicators of Compromise

  • Presence of Verypdf docPrint Pro version 8.0 installed on Windows systems
  • Crash dumps or application errors related to docprint processes with access violation exceptions
  • Suspicious SEH chain corruption patterns in memory dumps
  • Unusual process behavior following PDF encryption operations

Detection Strategies

  • Monitor for application crashes in docPrint Pro processes that may indicate exploitation attempts
  • Deploy endpoint detection solutions to identify SEH-based exploitation techniques
  • Implement application whitelisting to prevent unauthorized code execution
  • Enable Windows Event Logging for application crashes and analyze for patterns consistent with buffer overflow attacks

Monitoring Recommendations

  • Configure endpoint detection and response (EDR) solutions to alert on memory corruption patterns
  • Monitor process execution chains for anomalous child processes spawned from docPrint Pro
  • Review application event logs for repeated crashes in the PDF encryption workflow
  • Implement file integrity monitoring on critical system files that may be modified post-exploitation

How to Mitigate CVE-2019-25467

Immediate Actions Required

  • Identify all systems running Verypdf docPrint Pro 8.0 in your environment
  • Restrict local access to systems with vulnerable installations where possible
  • Consider disabling or uninstalling the affected application until a patch is available
  • Implement application-level controls to limit who can access PDF encryption features
  • Enable enhanced monitoring on affected systems to detect exploitation attempts

Patch Information

No vendor patch information is currently available in the CVE data. Organizations should monitor the VeryPDF Official Website for security updates and check the VulnCheck Advisory for the latest remediation guidance.

Workarounds

  • Restrict access to the vulnerable application to trusted users only
  • Implement application sandboxing to contain potential exploitation
  • Use alternative PDF processing tools that are not affected by this vulnerability
  • Deploy endpoint protection solutions with exploit prevention capabilities
  • Apply Windows exploit mitigation techniques such as SEHOP (Structured Exception Handler Overwrite Protection) which may help mitigate SEH-based attacks

Organizations should consult the external references for additional technical details and monitor for vendor updates addressing this vulnerability.

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechVerypdf

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/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
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-787
  • Technical References
  • VeryPDF Setup Executable

  • VeryPDF Official Website

  • Exploit-DB #47394

  • VulnCheck Advisory: VeryPDF SEH Buffer Overflow
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected 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