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

CVE-2019-25630: Phreesoft PhreeBooks ERP RCE Vulnerability

CVE-2019-25630 is a remote code execution flaw in Phreesoft PhreeBooks ERP that allows authenticated attackers to upload and execute malicious PHP files. This article covers technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2019-25630 Overview

CVE-2019-25630 is an arbitrary file upload vulnerability affecting PhreeBooks ERP version 5.2.3. The vulnerability exists in the Image Manager component, which fails to properly validate uploaded file types. Authenticated attackers can exploit this flaw by submitting malicious requests to the image upload endpoint, allowing them to upload and execute PHP files on the target server. This results in remote code execution (RCE) capabilities, enabling attackers to fully compromise the affected system.

Critical Impact

Authenticated attackers can achieve remote code execution by uploading malicious PHP files through the Image Manager component, potentially leading to complete system compromise.

Affected Products

  • PhreeSoft PhreeBooks ERP 5.2.3
  • PhreeBooks ERP installations using the Image Manager component
  • Systems running the vulnerable bizunoFS.php script

Discovery Timeline

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

Technical Details for CVE-2019-25630

Vulnerability Analysis

This vulnerability is classified as CWE-434 (Unrestricted Upload of File with Dangerous Type). The Image Manager component in PhreeBooks ERP 5.2.3 does not implement adequate file type validation when processing uploads. This architectural flaw enables authenticated users to bypass intended security controls and upload executable files to the web server.

The attack requires authentication to the PhreeBooks ERP application, but once authenticated, even low-privileged users can exploit this vulnerability. The network-accessible nature of the endpoint combined with the low attack complexity makes this a significant threat to exposed installations.

Root Cause

The root cause lies in insufficient server-side validation of uploaded files in the Image Manager component. The application fails to properly verify file extensions and MIME types before accepting uploads through the imgFile parameter. Additionally, the bizunoFS.php script allows direct execution of uploaded PHP files without proper access controls, creating a pathway from upload to code execution.

Attack Vector

The attack is executed over the network by sending specially crafted HTTP requests to the bizuno/image/manager endpoint. An authenticated attacker submits a malicious PHP file through the imgFile parameter, bypassing the insufficient validation checks. Once uploaded, the attacker can trigger execution of the uploaded payload by accessing it through the bizunoFS.php script, resulting in arbitrary code execution with the privileges of the web server process.

The exploitation flow involves:

  1. Authenticating to the PhreeBooks ERP application
  2. Crafting a POST request to the image upload endpoint containing a PHP webshell or reverse shell payload
  3. Submitting the malicious file via the imgFile parameter
  4. Accessing the uploaded file through the bizunoFS.php script to trigger execution
  5. Gaining remote code execution capabilities on the target server

Detection Methods for CVE-2019-25630

Indicators of Compromise

  • Unexpected PHP files appearing in image upload directories
  • HTTP POST requests to bizuno/image/manager containing PHP file extensions
  • Suspicious access patterns to bizunoFS.php with references to newly uploaded files
  • Web server logs showing execution of files in image storage directories

Detection Strategies

  • Monitor web server logs for POST requests to /bizuno/image/manager containing .php extensions in file names
  • Implement file integrity monitoring on image upload directories to detect unauthorized PHP files
  • Deploy web application firewall (WAF) rules to block file uploads with executable extensions
  • Review authentication logs for unusual patterns preceding suspicious file uploads

Monitoring Recommendations

  • Enable verbose logging for the PhreeBooks ERP application and review regularly
  • Configure intrusion detection systems to alert on PHP file uploads to image directories
  • Implement real-time monitoring for web shell signatures in uploaded content
  • Monitor outbound network connections from the web server for potential reverse shell activity

How to Mitigate CVE-2019-25630

Immediate Actions Required

  • Upgrade PhreeBooks ERP to a patched version if available from the vendor
  • Restrict access to the Image Manager component to only trusted administrators
  • Implement network segmentation to limit exposure of the ERP system
  • Review existing uploaded files for suspicious PHP content and remove any webshells

Patch Information

Organizations should check the PhreeSoft Official Site and SourceForge Download Page for updated versions that address this vulnerability. Additional technical details are available in the VulnCheck Advisory on PhreeBooks and Exploit-DB #46644.

Workarounds

  • Configure web server rules to deny execution of PHP files in image upload directories
  • Implement strict file extension whitelisting at the web server level (allow only .jpg, .png, .gif)
  • Add server-side validation to verify MIME types match expected image formats
  • Consider placing the application behind a reverse proxy with additional upload filtering
bash
# Apache configuration to disable PHP execution in upload directories
<Directory "/path/to/phreebooks/images">
    php_admin_flag engine off
    <FilesMatch "\.(php|phtml|php3|php4|php5|phps)$">
        Deny from all
    </FilesMatch>
</Directory>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechPhreesoft Phreebookserp

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.67%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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-434
  • Technical References
  • SourceForge Download Page

  • Exploit-DB #46644

  • PhreeSoft Official Site

  • VulnCheck Advisory on PhreeBooks
  • Related CVEs
  • CVE-2019-25647: PhreeBooks ERP RCE 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