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

CVE-2019-25327: Prime95 Buffer Overflow RCE Vulnerability

CVE-2019-25327 is a buffer overflow vulnerability in Prime95 v29.8 build 6 that enables remote code execution. Attackers exploit the user ID input field to execute arbitrary code. This article covers technical details, impact, and mitigation.

Published: February 13, 2026

CVE-2019-25327 Overview

CVE-2019-25327 is a heap-based buffer overflow vulnerability (CWE-122) affecting Prime95 version 29.8 build 6, a popular distributed computing application used for testing CPU stability and searching for Mersenne prime numbers. The vulnerability exists in the user ID input field and allows remote attackers to execute arbitrary code by crafting a malicious payload and pasting it into the PrimeNet user ID and proxy host fields, potentially triggering a bind shell on port 3110.

Critical Impact

This buffer overflow vulnerability enables attackers to achieve arbitrary code execution on affected systems. When successfully exploited, attackers can establish a bind shell on port 3110, providing persistent remote access to the compromised machine.

Affected Products

  • Prime95 version 29.8 build 6
  • PrimeNet client components with vulnerable user ID input handling
  • Windows installations running the affected Prime95 build

Discovery Timeline

  • 2026-02-12 - CVE CVE-2019-25327 published to NVD
  • 2026-02-12 - Last updated in NVD database

Technical Details for CVE-2019-25327

Vulnerability Analysis

This vulnerability is classified as a heap-based buffer overflow (CWE-122) that occurs when Prime95 processes user-supplied input in the PrimeNet user ID and proxy host configuration fields. The application fails to properly validate the length of input data before copying it into a fixed-size heap buffer, allowing attackers to write data beyond the allocated memory region.

The exploitation of this vulnerability requires local access and user interaction, as the attacker must either convince a user to paste a malicious payload or gain access to the application's input fields directly. When triggered, the buffer overflow can corrupt adjacent heap memory structures, potentially allowing the attacker to hijack program execution flow.

The attack results in a bind shell being opened on port 3110, which provides the attacker with persistent remote command execution capabilities on the target system. This represents a significant security risk for systems running the vulnerable Prime95 version, particularly in environments where multiple users have access to the application.

Root Cause

The root cause of this vulnerability lies in inadequate input validation and boundary checking within Prime95's handling of the PrimeNet user ID and proxy host input fields. The application allocates a fixed-size buffer on the heap for storing these configuration values but does not enforce proper length restrictions when accepting user input. When an oversized input string is provided, the application continues writing data past the buffer's allocated boundaries, corrupting adjacent heap memory.

This type of heap-based buffer overflow typically results from the use of unsafe string handling functions that do not perform bounds checking, such as strcpy() or sprintf(), instead of their safer alternatives like strncpy() or snprintf().

Attack Vector

The attack vector requires local access to the Prime95 application with user interaction. An attacker must craft a specially designed payload that, when pasted into either the PrimeNet user ID or proxy host input fields, triggers the buffer overflow condition. The payload is structured to overwrite critical heap metadata or function pointers, redirecting execution flow to attacker-controlled shellcode.

The exploitation process involves:

  1. Crafting a malicious input string containing shellcode and overflow data
  2. Pasting the payload into the vulnerable PrimeNet user ID or proxy host fields
  3. Triggering the buffer overflow when the application processes the input
  4. Hijacking execution flow to the embedded shellcode
  5. Opening a bind shell on port 3110 for remote access

Technical details about the exploitation technique can be found in the Exploit-DB entry #47802 and the VulnCheck Advisory.

Detection Methods for CVE-2019-25327

Indicators of Compromise

  • Unexpected network connections or listening services on port 3110
  • Prime95 process (prime95.exe) exhibiting abnormal behavior or crashes
  • Unusual child processes spawned by the Prime95 application
  • Memory access violations or heap corruption errors in Prime95 logs

Detection Strategies

  • Monitor for new listening services on port 3110, which is not a standard service port
  • Deploy endpoint detection rules to identify suspicious process behavior from prime95.exe
  • Implement application whitelisting to prevent unauthorized code execution from Prime95
  • Use memory protection features such as DEP and ASLR to detect exploitation attempts

Monitoring Recommendations

  • Enable detailed logging for network connections initiated by or directed to Prime95
  • Monitor process creation events for any child processes spawned by Prime95
  • Implement network segmentation to isolate systems running distributed computing applications
  • Review firewall logs for unexpected outbound connections from systems running Prime95

How to Mitigate CVE-2019-25327

Immediate Actions Required

  • Update Prime95 to the latest available version from the official Mersenne website
  • Restrict network access to systems running Prime95, particularly blocking inbound connections on port 3110
  • Implement application control policies to prevent untrusted input from being processed
  • Audit systems running Prime95 version 29.8 build 6 for signs of compromise

Patch Information

Users should upgrade to a newer version of Prime95 that addresses this buffer overflow vulnerability. The latest version can be obtained from the official Mersenne website. Organizations should verify the integrity of downloaded software using checksums provided by the vendor before installation.

Additional technical details about this vulnerability are available in the VulnCheck Advisory on Buffer Overflow.

Workarounds

  • Disable the PrimeNet functionality if network participation is not required
  • Run Prime95 in an isolated environment or virtual machine with restricted network access
  • Implement strict input validation at the application or network boundary level
  • Block port 3110 on host-based and network firewalls to prevent bind shell connections
bash
# Block port 3110 to prevent potential bind shell connections
# Windows Firewall example
netsh advfirewall firewall add rule name="Block CVE-2019-25327 Bind Shell" dir=in action=block protocol=tcp localport=3110
netsh advfirewall firewall add rule name="Block CVE-2019-25327 Bind Shell Out" dir=out action=block protocol=tcp localport=3110

# Linux iptables example
iptables -A INPUT -p tcp --dport 3110 -j DROP
iptables -A OUTPUT -p tcp --sport 3110 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechPrime95

  • SeverityHIGH

  • CVSS Score8.4

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/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
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-122
  • Technical References
  • Exploit-DB #47802

  • Mersenne Website

  • VulnCheck Advisory on 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