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-2018-25359

CVE-2018-25359: System Scheduler Pro Privilege Escalation

CVE-2018-25359 is a privilege escalation vulnerability in Splinterware System Scheduler Pro 5.12 affecting insecure file permissions. Attackers can replace WService.exe to gain LocalSystem privileges. Learn the details here.

Published: May 28, 2026

CVE-2018-25359 Overview

CVE-2018-25359 affects Splinterware System Scheduler Pro 5.12. The product installs its service executable, WService.exe, with insecure file permissions that grant write access to non-privileged users. A local attacker can rename or replace WService.exe with a malicious binary. When the Windows service starts, the replacement runs under the LocalSystem account. This results in full local privilege escalation from a standard user to SYSTEM. The vulnerability is classified under CWE-276: Incorrect Default Permissions.

Critical Impact

A low-privileged local user can execute arbitrary code as LocalSystem, gaining full control of the affected Windows host.

Affected Products

  • Splinterware System Scheduler Pro 5.12
  • Installations using default directory permissions on WService.exe
  • Windows hosts where the System Scheduler service runs as LocalSystem

Discovery Timeline

  • 2026-05-25 - CVE-2018-25359 published to NVD
  • 2026-05-26 - Last updated in NVD database

Technical Details for CVE-2018-25359

Vulnerability Analysis

Splinterware System Scheduler Pro 5.12 installs to a directory whose access control list (ACL) grants modify or write permissions to the Users or Authenticated Users group. The service binary WService.exe inherits these weak permissions. The service is registered to start as LocalSystem, the highest-privileged local account on Windows. Because Windows resolves the service image path at start time, any executable placed at that path will run with the service's configured privileges. The combination of writable binary and high-privileged service account converts a standard user account into a full local administrator path.

Root Cause

The root cause is incorrect default permissions on the installation directory and service executable. The installer does not restrict write access to privileged principals such as SYSTEM and Administrators. Standard Windows guidance requires service binaries to live in protected locations such as %ProgramFiles% with ACLs that deny write access to non-administrators.

Attack Vector

Exploitation requires local access with any interactive user account. The attacker renames WService.exe in the installation directory, drops a malicious binary using the same filename, and triggers a service restart by rebooting the host or waiting for the scheduled service cycle. Windows then executes the attacker's binary as LocalSystem. A working proof of concept is published at Exploit-DB #45072. Additional analysis is available in the VulnCheck advisory.

No verified code examples are available for inclusion. Refer to the linked Exploit-DB entry for the public proof of concept.

Detection Methods for CVE-2018-25359

Indicators of Compromise

  • Presence of WService.exe.bak, WService.old, or similarly renamed copies in the System Scheduler installation directory.
  • Unexpected modification timestamps on WService.exe that do not match the installer's original file metadata.
  • Child processes of WService.exe running as NT AUTHORITY\SYSTEM that spawn cmd.exe, powershell.exe, or other interactive tools.
  • Service start events (Event ID 7036) for System Scheduler immediately following file writes by a non-administrative user.

Detection Strategies

  • Audit ACLs on the System Scheduler installation directory and flag any entry granting write or modify rights to non-administrative groups.
  • Monitor file integrity on WService.exe and alert when the hash changes outside of an authorized patch window.
  • Correlate file write events authored by standard users against subsequent service start events for the same binary.

Monitoring Recommendations

  • Enable Windows Security auditing for object access on the System Scheduler directory and forward events to a central log platform.
  • Track Sysmon Event ID 11 (FileCreate) and Event ID 1 (ProcessCreate) for the System Scheduler binary path.
  • Review service configuration drift on a recurring schedule to detect changes to ImagePath or service account assignments.

How to Mitigate CVE-2018-25359

Immediate Actions Required

  • Inventory all hosts running Splinterware System Scheduler Pro 5.12 and confirm the ACLs on the installation directory.
  • Restrict write and modify permissions on the installation directory to SYSTEM and Administrators only.
  • Remove the product from systems where it is not required, particularly multi-user workstations and terminal servers.
  • Reconfigure the service to run under a least-privileged account where business requirements allow.

Patch Information

No vendor patch is referenced in the available advisory data. Consult the Splinterware homepage for current product versions and any updated installers that may correct the directory permissions. Until a fixed version is confirmed, apply the permission hardening described in the workarounds.

Workarounds

  • Manually apply restrictive ACLs to the installation directory using icacls to remove inherited write permissions for Users and Authenticated Users.
  • Relocate WService.exe into a protected directory under %ProgramFiles% and update the service ImagePath accordingly.
  • Apply Windows AppLocker or Windows Defender Application Control policies to block execution of unsigned binaries from the System Scheduler directory.
bash
# Configuration example: harden ACLs on the installation directory
icacls "C:\Program Files\System Scheduler" /inheritance:r
icacls "C:\Program Files\System Scheduler" /grant:r "SYSTEM:(OI)(CI)F" "Administrators:(OI)(CI)F" "Users:(OI)(CI)RX"
icacls "C:\Program Files\System Scheduler\WService.exe" /grant:r "SYSTEM:F" "Administrators:F" "Users:RX"

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechSplinterware System Scheduler

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/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-276
  • Technical References
  • Exploit-DB #45072

  • Splinterware Homepage

  • VulnCheck Advisory on Splinterware
  • 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