Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2017-1000475 — Proof-of-concept exploit for CVE-2017-1000475 demonstrating unquoted service path privilege escalation in FreeSSHd 1.3.1 on Windows, achieving SYSTEM shell via MSFVenom payload. | Kitploit
Tools/GitHubGitHub/lajarajorge/cve-2017-1000475
Privilege EscalationPayload GenerationVulnerability AnalysisExploitationPenetration Testing
GitHublajarajorge/cve-2017-1000475

CVE-2017-1000475

Proof-of-concept exploit for CVE-2017-1000475 demonstrating unquoted service path privilege escalation in FreeSSHd 1.3.1 on Windows, achieving SYSTEM shell via MSFVenom payload.

View Repository
28 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2017-1000475: Freesshd Unquoted Service Path

Prove of concept

Windows 10 with freeSSHd 1.3.1, installed by default and with the option running as a system service.

1

Command to check Unquoted Service Path. The service is unquoted by default.

2

The process is running as SYSTEM by default.

3

Create a Reverse Shell with MSFVenom to check the connection against an attacker and rename the executable Program.exe configured to connect against the attacker IP (192.168.158.133:4444):

4

And configure the listener to handle the connection:

5

Windows Network configuration:

6

When the Service is restarted, it executes Program.exe with SYSTEM privileges, returning a “NT AUTHORITY\SYSTEM” shell:

7

Download Tool