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-2025-48045

CVE-2025-48045: client.php Information Disclosure Flaw

CVE-2025-48045 is an information disclosure vulnerability affecting the client.php endpoint that exposes default administrator credentials via unauthenticated HTTP GET requests. This article covers technical details, impact, and mitigation.

Published: May 11, 2026

CVE-2025-48045 Overview

CVE-2025-48045 is an information disclosure vulnerability in the MICI NetFax Server. An unauthenticated HTTP GET request to the /client.php endpoint returns the default administrator user credentials in the response. The flaw maps to [CWE-201: Insertion of Sensitive Information Into Sent Data] and requires no authentication, no user interaction, and no special privileges. The vendor has not released a fix according to the public Rapid7 disclosure.

Critical Impact

Any network-adjacent attacker can retrieve administrator credentials by issuing a single HTTP GET request, enabling full administrative takeover of the fax server.

Affected Products

  • MICI NetFax Server (per vendor advisory in the Rapid7 Blog on CVE-2025-48045)
  • Web management interface exposing the /client.php endpoint
  • Deployments reachable over the network without front-end authentication

Discovery Timeline

  • 2025-05-29 - Public disclosure via Rapid7 blog post covering CVE-2025-48045, CVE-2025-48046, and CVE-2025-48047
  • 2025-05-29 - CVE-2025-48045 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-48045

Vulnerability Analysis

The MICI NetFax Server exposes a /client.php endpoint on its web management interface. This endpoint responds to unauthenticated HTTP GET requests with content that includes the default administrator account credentials. The issue is an information exposure flaw classified under [CWE-201], where sensitive data is returned in an HTTP response that should require authentication or omit the secret entirely.

An attacker who can reach the management interface over the network does not need credentials, browser-based interaction, or chained exploitation. A single request retrieves the credentials needed to authenticate to the administrator console. Once authenticated, the attacker controls fax routing, stored documents, system configuration, and any integrations the appliance maintains with mail or telephony infrastructure.

Root Cause

The root cause is a design flaw in the /client.php handler. The script returns sensitive configuration data, including the default administrator credentials, without performing any authentication or authorization checks. Sensitive material is treated as client-readable content rather than server-side state, violating least-privilege exposure principles.

Attack Vector

The attack vector is network-based and unauthenticated. An attacker issues an HTTP GET request to https://<target>/client.php against any reachable NetFax Server. The response body contains the default administrator credentials in clear form. The attacker then authenticates to the administrator interface and operates as a privileged user. No fix is available from the vendor at the time of disclosure, so exposed instances remain vulnerable.

Verified exploitation code is not published. Refer to the Rapid7 Blog on CVE-2025-48045 for technical context.

Detection Methods for CVE-2025-48045

Indicators of Compromise

  • HTTP GET requests to /client.php from external or unexpected internal source addresses in web server access logs
  • Successful administrator logins to the NetFax web console immediately following a /client.php request from the same source IP
  • Configuration changes, new fax routing rules, or new user accounts created shortly after anomalous /client.php traffic

Detection Strategies

  • Inspect web server and reverse proxy logs for any request matching the URI path /client.php, treating responses with HTTP 200 status as suspicious
  • Correlate /client.php requests against subsequent authenticated administrative sessions from the same client IP within a short time window
  • Deploy network IDS signatures that flag GET requests to /client.php on hosts identified as MICI NetFax Servers

Monitoring Recommendations

  • Forward NetFax Server access logs and authentication logs to a centralized SIEM for retention and correlation
  • Alert on any administrator authentication originating from outside an approved management subnet
  • Baseline normal administrator activity and trigger detections on out-of-hours configuration changes or credential modifications

How to Mitigate CVE-2025-48045

Immediate Actions Required

  • Remove the NetFax Server web management interface from any internet-facing network segment until a vendor patch is available
  • Restrict access to the management interface using firewall rules or an access control list that permits only trusted administrator workstations
  • Rotate the administrator password immediately and verify that the new credential is not echoed by /client.php
  • Audit logs for prior unauthenticated requests to /client.php and treat matching source addresses as potentially compromised

Patch Information

No vendor patch is available at the time of disclosure. The Rapid7 advisory title indicates the MICI NetFax Server vulnerabilities are not fixed. Monitor vendor channels and the Rapid7 Blog on CVE-2025-48045 for updates and apply fixes as soon as they are released.

Workarounds

  • Place the NetFax Server behind a reverse proxy that requires client certificate authentication before passing requests to /client.php
  • Use web application firewall rules to block or return HTTP 403 for any request to the /client.php URI
  • Segment the NetFax Server onto a dedicated management VLAN with strict ingress filtering
  • If the appliance is not in active use, power it down or remove it from the network until a vendor fix is released
bash
# Example WAF rule (ModSecurity) to block requests to the vulnerable endpoint
SecRule REQUEST_URI "@streq /client.php" \
    "id:1004845,\
    phase:1,\
    deny,\
    status:403,\
    log,\
    msg:'Blocked access to MICI NetFax /client.php (CVE-2025-48045)'"

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

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.55%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-201
  • Technical References
  • Rapid7 Blog on CVE-2025-48045
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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