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

CVE-2025-67115: Sercomm SCE4255W Path Traversal Flaw

CVE-2025-67115 is a path traversal vulnerability in Sercomm SCE4255W (FreedomFi Englewood) firmware that enables authenticated attackers to read arbitrary files. This article covers technical details, affected versions, and mitigation.

Published: March 20, 2026

CVE-2025-67115 Overview

A path traversal vulnerability exists in the /ftl/web/setup.cgi component of the Sercomm SCE4255W (FreedomFi Englewood) Small Cell firmware. This vulnerability allows remote authenticated users to read arbitrary files from the filesystem by exploiting improper input validation in the log_type parameter when accessing /logsave.htm. Firmware versions prior to DG3934v3@2308041842 are affected.

Critical Impact

Authenticated attackers can leverage this path traversal flaw to access sensitive configuration files, credentials, and other critical system data stored on the affected Small Cell device, potentially leading to full device compromise.

Affected Products

  • Sercomm SCE4255W (FreedomFi Englewood) Small Cell devices
  • Firmware versions prior to DG3934v3@2308041842
  • FreedomFi network infrastructure deployments using vulnerable firmware

Discovery Timeline

  • 2026-03-19 - CVE CVE-2025-67115 published to NVD
  • 2026-03-19 - Last updated in NVD database

Technical Details for CVE-2025-67115

Vulnerability Analysis

This path traversal vulnerability affects the web management interface of the Sercomm SCE4255W Small Cell device. The vulnerability resides in the /ftl/web/setup.cgi script, which processes user-supplied input through the log_type parameter without adequate sanitization.

When an authenticated user accesses the /logsave.htm endpoint, the application accepts arbitrary path sequences in the log_type parameter. By crafting malicious input containing directory traversal sequences (such as ../), an attacker can escape the intended directory and read arbitrary files from the device's filesystem. This type of vulnerability is particularly dangerous on embedded devices where sensitive configuration data, including network credentials and system secrets, may be accessible.

The vulnerability requires authentication, which limits the attack surface to users who have valid credentials or can obtain them through other means. However, in enterprise or shared network environments where multiple users have device access, this represents a significant risk.

Root Cause

The root cause of this vulnerability is improper input validation in the web interface's file handling logic. The setup.cgi script fails to properly sanitize the log_type parameter before using it in filesystem operations. Specifically, the application does not:

  • Filter or reject directory traversal sequences (../, ..\\)
  • Validate that the requested path remains within the intended log directory
  • Implement proper canonicalization of file paths before access

This allows attackers to construct requests that traverse outside the designated log storage directory and access arbitrary files anywhere on the filesystem that the web server process has permissions to read.

Attack Vector

The attack vector for this vulnerability involves sending crafted HTTP requests to the vulnerable endpoint on the Small Cell device's web interface. An authenticated attacker can manipulate the log_type parameter in requests to /logsave.htm to include path traversal sequences.

For example, an attacker could craft a request where the log_type parameter contains sequences like ../../../etc/passwd to escape the log directory and access system files. The attack requires network access to the device's management interface and valid authentication credentials.

The exploitation process involves establishing an authenticated session with the device and then sending specially crafted requests with directory traversal payloads in the log_type parameter. The vulnerable endpoint returns the contents of the specified file, allowing the attacker to exfiltrate sensitive data.

For detailed technical information about this vulnerability, refer to the Nero Team Blog on FreedomFi and the FCC Report on Device ID.

Detection Methods for CVE-2025-67115

Indicators of Compromise

  • Unusual HTTP requests to /logsave.htm containing ../ sequences in the log_type parameter
  • Web server access logs showing repeated attempts to access the /ftl/web/setup.cgi endpoint with varying path traversal patterns
  • Authentication events followed by suspicious file access patterns on the device
  • Network traffic containing responses with contents of sensitive system files (e.g., /etc/passwd, configuration files)

Detection Strategies

  • Deploy web application firewall (WAF) rules to detect and block path traversal sequences in HTTP parameters
  • Monitor web server logs for requests containing encoded or unencoded directory traversal patterns (../, %2e%2e%2f, ..%252f)
  • Implement intrusion detection signatures for path traversal attempts targeting the /logsave.htm endpoint
  • Enable detailed logging on Small Cell management interfaces and forward logs to a centralized SIEM

Monitoring Recommendations

  • Establish baseline access patterns for the Small Cell management interface and alert on anomalies
  • Configure alerts for any access to sensitive system files that should not be served via the web interface
  • Monitor for bulk file access attempts or sequential requests with incrementing path traversal depths
  • Review authentication logs for the device management interface regularly for unauthorized access attempts

How to Mitigate CVE-2025-67115

Immediate Actions Required

  • Update all Sercomm SCE4255W devices to firmware version DG3934v3@2308041842 or later immediately
  • Restrict network access to the device's web management interface using firewall rules or network segmentation
  • Review access logs for evidence of exploitation attempts and investigate any suspicious activity
  • Audit user accounts with access to device management and remove unnecessary privileges

Patch Information

The vulnerability is addressed in firmware version DG3934v3@2308041842 and later releases. Organizations should obtain the updated firmware through their FreedomFi support channels or the official vendor distribution mechanism. Before applying the update, verify firmware integrity using checksums provided by the vendor.

For additional information, consult the FreedomFi Home Page for official security advisories and firmware update procedures.

Workarounds

  • Implement network-level access controls to restrict management interface access to trusted administrator IP addresses only
  • Deploy a reverse proxy or WAF in front of the device management interface to filter malicious requests
  • If web management is not required, disable the HTTP/HTTPS management interface entirely and use alternative management methods
  • Consider placing affected devices behind a VPN to limit exposure while awaiting patching
bash
# Example network segmentation using iptables
# Restrict access to management interface (port 443) to trusted admin subnet
iptables -A INPUT -p tcp --dport 443 -s 10.0.100.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

# Log blocked attempts for monitoring
iptables -A INPUT -p tcp --dport 443 -j LOG --log-prefix "SCE4255W-BLOCKED: "

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechSercomm

  • SeverityNONE

  • CVSS ScoreN/A

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • FCC Report on Device ID

  • FreedomFi Home Page

  • Nero Team Blog on FreedomFi
  • Related CVEs
  • CVE-2025-67114: Sercomm SCE4255W Auth Bypass Vulnerability

  • CVE-2025-67113: Sercomm SCE4255W CWMP Client RCE Flaw
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