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

CVE-2025-14577: Slican Devices PHP Injection RCE Flaw

CVE-2025-14577 is a remote code execution vulnerability affecting Slican NCP/IPL/IPM/IPU devices through PHP function injection. Unauthenticated attackers can execute arbitrary code via the webcti endpoint. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 27, 2026

CVE-2025-14577 Overview

CVE-2025-14577 is a critical PHP Function Injection vulnerability affecting Slican NCP/IPL/IPM/IPU telecommunication devices. An unauthenticated remote attacker can execute arbitrary PHP commands by sending specially crafted requests to the /webcti/session_ajax.php endpoint. This vulnerability allows complete compromise of affected devices without requiring any authentication credentials.

Critical Impact

Unauthenticated remote attackers can achieve arbitrary code execution on vulnerable Slican telephony devices, potentially compromising enterprise communication infrastructure and enabling lateral movement within corporate networks.

Affected Products

  • Slican NCP devices (versions prior to 1.24.0190)
  • Slican IPL devices (versions prior to 6.61.0010)
  • Slican IPM devices (versions prior to 6.61.0010)
  • Slican IPU devices (versions prior to 6.61.0010)

Discovery Timeline

  • 2026-02-24 - CVE CVE-2025-14577 published to NVD
  • 2026-02-24 - Last updated in NVD database

Technical Details for CVE-2025-14577

Vulnerability Analysis

This vulnerability is classified under CWE-306 (Missing Authentication for Critical Function), indicating that a critical function within the Slican device web interface lacks proper authentication controls. The /webcti/session_ajax.php endpoint processes user-supplied input in a way that allows attackers to inject arbitrary PHP functions for execution on the server.

The vulnerability is network-accessible with no authentication requirements, meaning any attacker with network access to the device's web interface can exploit it. The impact is severe across all three pillars of the CIA triad—confidentiality, integrity, and availability are all highly compromised upon successful exploitation.

PHP Function Injection attacks work by manipulating application logic to execute attacker-controlled PHP functions. In this case, the vulnerable endpoint fails to properly validate and sanitize input before processing it, allowing malicious PHP code to be injected and executed with the privileges of the web server process.

Root Cause

The root cause of this vulnerability is missing authentication for a critical function combined with improper input validation. The /webcti/session_ajax.php endpoint does not verify that requests originate from authenticated users before processing potentially dangerous operations. Additionally, user-supplied parameters are not adequately sanitized before being used in PHP function calls, enabling injection of arbitrary PHP commands.

Attack Vector

The attack vector is network-based and requires no user interaction or prior authentication. An attacker can exploit this vulnerability by crafting malicious HTTP requests to the /webcti/session_ajax.php endpoint on exposed Slican devices. The requests contain specially crafted parameters that, when processed by the vulnerable endpoint, result in the execution of attacker-specified PHP functions.

Successful exploitation grants the attacker the ability to execute arbitrary PHP code on the target device, which can lead to complete system compromise. This includes the ability to access sensitive configuration data, intercept communications, install backdoors, or use the compromised device as a pivot point for further attacks within the network.

For detailed technical analysis of this vulnerability, refer to the CERT PL CVE-2025-14577 Analysis.

Detection Methods for CVE-2025-14577

Indicators of Compromise

  • Unusual HTTP requests to /webcti/session_ajax.php containing PHP function names or code patterns
  • Unexpected outbound network connections from Slican devices
  • Anomalous process execution or system commands originating from the web server process
  • Log entries indicating authentication bypass or unauthorized access attempts to the WebCTI interface

Detection Strategies

  • Deploy web application firewall (WAF) rules to detect and block requests containing PHP injection patterns targeting the /webcti/session_ajax.php endpoint
  • Implement network intrusion detection signatures for HTTP traffic patterns indicative of PHP function injection attempts
  • Monitor Slican device logs for suspicious access patterns to the WebCTI interface, particularly unauthenticated requests to sensitive endpoints
  • Conduct periodic vulnerability scans to identify unpatched Slican devices in your environment

Monitoring Recommendations

  • Enable verbose logging on Slican devices and forward logs to a centralized SIEM for analysis
  • Monitor network traffic to and from Slican telephony devices for anomalous patterns
  • Implement alerting for any access to the /webcti/session_ajax.php endpoint from untrusted network segments
  • Establish baseline behavior for Slican devices to quickly identify deviations that may indicate compromise

How to Mitigate CVE-2025-14577

Immediate Actions Required

  • Update Slican NCP devices to version 1.24.0190 or later immediately
  • Update Slican IPL/IPM/IPU devices to version 6.61.0010 or later immediately
  • Restrict network access to the WebCTI interface to trusted IP addresses only
  • Place Slican telephony devices behind a firewall and limit external exposure

Patch Information

Slican has released security patches addressing this vulnerability. Organizations should update their devices to the following versions:

Device TypePatched Version
Slican NCP1.24.0190
Slican IPL6.61.0010
Slican IPM6.61.0010
Slican IPU6.61.0010

Contact your Slican vendor representative or visit the Slican product page for firmware download information.

Workarounds

  • Implement network segmentation to isolate Slican devices from untrusted networks until patches can be applied
  • Deploy a reverse proxy or WAF in front of the WebCTI interface to filter malicious requests
  • Disable the WebCTI interface entirely if it is not required for business operations
  • Implement IP-based access controls to restrict WebCTI access to authorized management stations only
bash
# Example firewall rule to restrict WebCTI access (iptables)
# Allow WebCTI access only from trusted management network
iptables -A INPUT -p tcp --dport 80 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP
iptables -A INPUT -p tcp --dport 443 -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/TechSlican

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.13%

  • 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-306
  • Technical References
  • CERT PL CVE-2025-14577 Analysis

  • Slican Telephone Systems Overview
  • Latest CVEs
  • CVE-2026-25874: LeRobot RCE Vulnerability

  • CVE-2026-41272: Flowise LLM Builder SSRF Vulnerability

  • CVE-2026-41268: Flowise RCE Vulnerability

  • CVE-2026-41265: Flowise Airtable Agent 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