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-2024-44623 — Details about the Blind RCE issue(SPX-GC) in SPX-GC | Kitploit
Tools/GitHubGitHub/merbinr/cve-2024-44623
Vulnerability AnalysisCode AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubmerbinr/cve-2024-44623

CVE-2024-44623

Details about the Blind RCE issue(SPX-GC) in SPX-GC

View Repository
21 year 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-2024-44623

In SPX-GC 1.3.0v and below versions, user-controlled input was passed in the exec function of the child_process module without any sanitization, leading to unauthenticated blind remote code execution.

Vulnerability

In /routes/routes-api.js, user input received from file param and passed into exec function of child_process leads to unauthenticated blind RCE

Blind RCE

Blind Remote Code Execution (RCE) in web applications occurs when an attacker can execute arbitrary code on a server without immediate feedback or direct knowledge of the results. This vulnerability often arises from improper user input handling and can be exploited through mechanisms like command execution. References:

  • OWASP Foundation's OWASP Cheat Sheet Series: Command Injection
  • CWE-94: Improper Control of Generation of Code ('Code Injection')

Affected Product

SPX-GC <= 1.3.0v

Fixed Version

Fixed in 31c96893a193428a3a11499ed0e165125f9bbe23 commit, The changes were added to the master branch, so the new build and installation from that branch are not vulnerable. The fix has not yet been published as a release on GitHub.

Download Tool

CVE ID

CVE-2024-44623

Vulnerability Type

Blind Remote Code Execution

Root Cause

Usage of user input at require('child_process').exec('open "' + folder + '"'); function in the routes/routes-api.js file

Impact

Shell commands can be executed by an unauthenticated user in the instances where the vulnerable SPX-GC tool is running.

CVSS

9.8

References

Vulnerable Code: routes/routes-api.js#L37-L39

Fix Commit: 31c96893a193428a3a11499ed0e165125f9bbe23