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

CVE-2019-25628: Download Accelerator Plus Buffer Overflow

CVE-2019-25628 is a structured exception handler buffer overflow in Download Accelerator Plus DAP 10.0.6.0 that enables remote code execution via malicious URLs. This article covers technical details, impact, and mitigation.

Published: March 27, 2026

CVE-2019-25628 Overview

Download Accelerator Plus (DAP) version 10.0.6.0 contains a critical structured exception handler (SEH) buffer overflow vulnerability that allows remote attackers to execute arbitrary code. The vulnerability exists in the application's web page import functionality, where specially crafted URLs can trigger a buffer overflow condition that overwrites SEH pointers. When successfully exploited, attackers can redirect program execution flow to embedded shellcode, resulting in arbitrary code execution on the target system.

Critical Impact

Remote attackers can achieve arbitrary code execution by crafting malicious URLs that exploit the SEH buffer overflow in DAP's import functionality, potentially leading to complete system compromise.

Affected Products

  • Download Accelerator Plus (DAP) 10.0.6.0
  • SpeedBit Download Accelerator Plus

Discovery Timeline

  • 2026-03-24 - CVE-2019-25628 published to NVD
  • 2026-03-24 - Last updated in NVD database

Technical Details for CVE-2019-25628

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 boundaries. The SEH buffer overflow in Download Accelerator Plus occurs during the processing of URLs imported through the application's web page import feature. When a user imports a maliciously crafted URL containing excessive data, the application fails to properly validate the input length before copying it to a fixed-size buffer on the stack.

The overflow condition allows attackers to overwrite the Structured Exception Handler (SEH) chain stored on the stack. SEH is a Windows mechanism for handling exceptions, and by corrupting these pointers, attackers can hijack the exception handling process. When an exception is triggered (often deliberately as part of the exploit), the corrupted SEH pointer redirects execution to attacker-controlled shellcode embedded within the malicious URL payload.

Root Cause

The root cause of this vulnerability is insufficient input validation and improper boundary checking when processing URL data in the web page import functionality. The application allocates a fixed-size buffer for URL storage but does not verify that incoming URL data fits within the allocated space. This allows oversized input to overflow the buffer and corrupt adjacent memory structures, including the SEH chain.

Attack Vector

The attack vector is network-based, requiring an attacker to deliver a specially crafted URL to a victim. This can be accomplished through various social engineering techniques, such as embedding malicious URLs in web pages, emails, or documents that the victim might import into Download Accelerator Plus. When the victim uses the application's import feature to process the malicious URL, the buffer overflow triggers and executes the attacker's shellcode with the privileges of the DAP process.

The exploitation chain typically follows this sequence: the attacker crafts a URL containing padding data to reach the SEH overwrite offset, a pointer to a POP-POP-RET gadget that passes control to the next SEH handler, and the embedded shellcode payload. Once the buffer overflow corrupts the SEH chain and an exception occurs, Windows invokes the corrupted handler, ultimately transferring execution to the malicious payload.

For detailed technical analysis and proof-of-concept information, refer to the Exploit-DB entry #46673 and the VulnCheck Advisory.

Detection Methods for CVE-2019-25628

Indicators of Compromise

  • Unusual crash logs or exceptions within the dap.exe process indicating SEH corruption
  • Presence of unusually long URLs in DAP import logs or temporary files
  • Unexpected child processes spawned by Download Accelerator Plus
  • Network connections initiated by DAP to suspicious or unknown IP addresses

Detection Strategies

  • Deploy endpoint detection and response (EDR) solutions to monitor for SEH exploitation patterns in the DAP process
  • Implement application control policies to restrict or monitor Download Accelerator Plus usage
  • Monitor for process injection or unusual code execution behavior originating from dap.exe
  • Configure intrusion detection systems to flag extremely long URL patterns in network traffic

Monitoring Recommendations

  • Enable detailed logging for Download Accelerator Plus application activity
  • Monitor Windows Event Logs for application crashes and exception events related to DAP
  • Implement file integrity monitoring on DAP installation directories
  • Track outbound network connections from the DAP process for anomalous destinations

How to Mitigate CVE-2019-25628

Immediate Actions Required

  • Consider removing or disabling Download Accelerator Plus 10.0.6.0 from enterprise environments until a patch is available
  • Implement application whitelisting to prevent unauthorized execution of vulnerable software
  • Educate users about the risks of importing URLs from untrusted sources
  • Deploy network-level filtering to block known malicious URL patterns targeting this vulnerability

Patch Information

No official vendor patch information is currently available for this vulnerability. Users are advised to check the SpeedBit Download Accelerator website for the latest version updates and security advisories. If an updated version is available, upgrade immediately to address this vulnerability.

Workarounds

  • Avoid using the web page import functionality with untrusted or unknown URL sources
  • Run Download Accelerator Plus in a sandboxed environment or virtual machine to contain potential exploitation
  • Implement strict network segmentation to limit the impact of potential compromise
  • Use alternative download manager applications that are actively maintained and regularly patched
bash
# Example: Blocking DAP execution via Windows AppLocker policy
# Create a rule to block dap.exe execution until patched
# Open Local Group Policy Editor and navigate to:
# Computer Configuration > Windows Settings > Security Settings > Application Control Policies > AppLocker
# Create a new executable rule to deny execution of:
# Path: %PROGRAMFILES%\DAP\dap.exe
# Publisher: SpeedBit Ltd

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechDownload Accelerator Plus

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.17%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/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
  • SpeedBit Download Accelerator Info

  • SpeedBit Download Accelerator Download

  • Exploit-DB #46673

  • VulnCheck Advisory for DAP Buffer Overflow
  • Latest CVEs
  • CVE-2026-43328: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43329: Linux Kernel Netfilter DoS Vulnerability

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

  • CVE-2026-43331: Linux Kernel DOS 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