A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-57925

CVE-2025-57925: immonex Kickstart Team LFI Vulnerability

CVE-2025-57925 is a PHP local file inclusion vulnerability in immonex Kickstart Team plugin that enables attackers to include unauthorized files. This article covers technical details, affected versions, impact, and mitigation.

Published: June 2, 2026

CVE-2025-57925 Overview

CVE-2025-57925 is a Local File Inclusion (LFI) vulnerability in the immonex Kickstart Team WordPress plugin. The flaw stems from improper control of filenames used in PHP include or require statements [CWE-98]. It affects all plugin versions up to and including 1.6.9. An authenticated attacker with low-level privileges can manipulate file inclusion parameters to load arbitrary local PHP files on the server.

Critical Impact

Successful exploitation can lead to arbitrary PHP code execution, disclosure of sensitive configuration files, and full compromise of the WordPress site.

Affected Products

  • immonex Kickstart Team WordPress plugin versions through 1.6.9
  • WordPress installations with the plugin active
  • Real estate websites using the immonex ecosystem on WordPress

Discovery Timeline

  • 2025-09-22 - CVE-2025-57925 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2025-57925

Vulnerability Analysis

The vulnerability resides in PHP code paths that pass user-controllable input into include or require statements without strict validation. The plugin fails to constrain the supplied filename to a safe allowlist or base directory. An attacker can supply a crafted path value that resolves to a file outside the intended template directory.

Because PHP executes the contents of any file loaded via include, the issue extends beyond simple file disclosure. If the attacker can place or reference a .php file already present on the server, that code runs in the WordPress context. The advisory from Patchstack classifies this as PHP Local File Inclusion.

Root Cause

The root cause is a missing or insufficient input sanitization routine on a filename parameter consumed by a PHP file-loading function. The plugin trusts request-supplied values when constructing the included path. Path traversal sequences and absolute paths are not filtered, allowing the include target to escape the intended directory.

Attack Vector

The attack is delivered over the network against the WordPress site. The attacker must hold a valid low-privilege account to reach the vulnerable code path. After authentication, the attacker submits a request containing a manipulated filename parameter that the plugin passes to a PHP include directive. The server then loads and executes the referenced file.

No verified public proof-of-concept code is available. Refer to the Patchstack WordPress Vulnerability advisory for technical details.

Detection Methods for CVE-2025-57925

Indicators of Compromise

  • HTTP requests to immonex Kickstart Team plugin endpoints containing path traversal sequences such as ../ or absolute paths in query parameters
  • Web server access logs showing repeated requests referencing PHP filenames outside the plugin directory
  • Unexpected PHP errors in WordPress logs referencing include() or require() failures on unusual file paths
  • Creation or modification of .php files in wp-content/uploads followed by inclusion requests

Detection Strategies

  • Inspect WordPress request logs for query string parameters that contain file paths, traversal sequences, or null bytes targeting the immonex Kickstart Team plugin
  • Correlate authenticated session activity with anomalous file system access patterns on the WordPress host
  • Deploy a Web Application Firewall (WAF) rule that blocks LFI patterns against the plugin's URL routes

Monitoring Recommendations

  • Forward web server, PHP-FPM, and WordPress audit logs to a centralized SIEM for correlation
  • Alert on PHP include or require errors that reference paths outside the WordPress document root
  • Monitor for new low-privilege user registrations followed by requests to plugin endpoints

How to Mitigate CVE-2025-57925

Immediate Actions Required

  • Identify all WordPress installations running the immonex Kickstart Team plugin and confirm the installed version
  • Restrict access to the WordPress site for low-privilege users until patching is complete
  • Review user accounts and remove any unexpected or dormant low-privilege accounts that could be abused
  • Apply WAF rules that block path traversal patterns in requests to the plugin

Patch Information

The vulnerability affects immonex Kickstart Team through version 1.6.9. Site administrators should consult the Patchstack advisory and upgrade to a fixed release published by the plugin maintainer. Verify the plugin version after upgrade through the WordPress admin Plugins page.

Workarounds

  • Deactivate and remove the immonex Kickstart Team plugin until a patched version is installed
  • Enforce least-privilege role assignments and disable open user registration on affected sites
  • Configure PHP open_basedir to restrict file inclusion to the WordPress installation directory
  • Apply WAF signatures targeting ..%2f, ../, and absolute path patterns in plugin parameters
bash
# Configuration example: restrict PHP file access via open_basedir in php.ini
open_basedir = "/var/www/html/:/tmp/"
disable_functions = "exec,passthru,shell_exec,system,proc_open,popen"
allow_url_include = Off
allow_url_fopen = Off

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechImmonex Kickstart Team

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.13%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-98
  • Technical References
  • Patchstack WordPress Vulnerability
  • Latest CVEs
  • CVE-2024-8261: Prolizyazilim OBS Auth Bypass Vulnerability

  • CVE-2024-13068: LimonDesk Auth Bypass Vulnerability

  • CVE-2025-53679: Fortinet FortiSandbox RCE Vulnerability

  • CVE-2026-9446: Simple POS Inventory System SQLi Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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