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-0144 — CVE-2017-0144 | Kitploit
Tools/GitHubGitHub/0xblackash/cve-2017-0144
Vulnerability AnalysisExploitationMalware AnalysisPenetration TestingLearning & EducationIncident Response
GitHub0xblackash/cve-2017-0144

CVE-2017-0144

CVE-2017-0144

View Repository
212 months 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

🔵 EternalBlue (CVE-2017-0144)

ChatGPT Image Jun 14, 2026, 03_59_43 PM

Critical Microsoft SMBv1 Remote Code Execution Vulnerability

CVSS Attack Vector Exploitation CVE MS17-010 Severity License: MIT


📌 Overview

EternalBlue is a critical vulnerability in Microsoft's Server Message Block version 1 (SMBv1) protocol that allows remote attackers to execute arbitrary code on vulnerable Windows systems without authentication.

The exploit was developed by the NSA and later leaked by the Shadow Brokers hacking group in 2017. It became widely known after being weaponized by global ransomware campaigns such as WannaCry and NotPetya.


🆔 Vulnerability Details


⚠️ Impact

Successful exploitation can lead to:

  • 💀 Remote code execution with SYSTEM privileges
  • 🖥️ Complete takeover of vulnerable machines
  • 🌐 Worm-like propagation across networks
  • 🔐 Deployment of ransomware or malware
  • 📂 Data theft, destruction, or encryption
  • 🚨 Large-scale organizational outages

📸 Demo

nessus1 nessus2

🦠 Major Malware Campaigns


🛑 WannaCry Ransomware (May 2017) 🛑

ChatGPT Image Jun 14, 2026, 10_35_18 PM

WannaCry used EternalBlue to spread automatically across networks.

Impact:

  • 🌍 More than 200,000 computers infected
  • 🌎 Affected over 150 countries
  • 🏥 Disrupted hospitals, businesses, telecoms, and government services
  • 💰 Caused billions of dollars in damages

🛑 NotPetya ransomware (June 2017) 🛑

ChatGPT Image Jun 14, 2026, 10_38_32 PM

NotPetya combined EternalBlue with other propagation techniques.

Impact:

  • 🏢 Targeted multinational organizations
  • 💾 Destroyed data rather than simply encrypting it
  • 💸 Estimated damages exceeded $10 billion
  • 🌍 One of the most destructive cyberattacks in history

🔥 Why EternalBlue Was Dangerous

root@kitploit:~
Internet
    |
    v
Exposed SMBv1 Port (TCP 445)
    |
    v
Specially Crafted SMB Packet
    |
    v
Kernel Memory Corruption
    |
    v
Remote Code Execution
    |
    v
SYSTEM-Level Access
    |
    v
Automatic Network Spread

🛡️ Mitigation

Immediate Actions

  • ✅ Apply Microsoft security update MS17-010
  • ✅ Disable SMBv1 if not required
  • ✅ Block SMB traffic (TCP port 445) from untrusted networks
  • ✅ Segment internal networks
  • ✅ Keep Windows systems updated
  • ✅ Use modern endpoint protection
  • ✅ Monitor SMB activity for unusual behavior

🔍 Detection Indicators

Potential signs of exploitation:

  • Unusual SMB traffic over TCP/445
  • Rapid lateral movement between systems
  • Unexpected creation of processes like cmd.exe or powershell.exe
  • Ransomware activity or mass file modifications

📊 CVSS Vector

root@kitploit:~
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H

🗓 Timeline

DateEvent
March 2017Microsoft releases MS17-010 patch
April 2017Shadow Brokers leaks EternalBlue exploit
May 2017WannaCry global ransomware outbreak
June 2017NotPetya destructive cyberattack

📚 References

  • Microsoft Security Bulletin MS17-010
  • MITRE CVE-2017-0144
  • CISA Known Exploited Vulnerabilities Catalog

⚠️ Disclaimer

This repository is for educational and defensive cybersecurity purposes only.
Do not use this information to attack systems without explicit authorization.


🔵 EternalBlue • CVE-2017-0144 • SMBv1 RCE

Download Tool
FieldInformation
CVE IDCVE-2017-0144
NameEternalBlue
TypeRemote Code Execution (RCE)
SeverityCritical
CVSS v310.0
CWECWE-120: Buffer Copy without Checking Size of Input
Attack VectorNetwork
AuthenticationNot Required
User InteractionNone
Affected ComponentMicrosoft SMBv1
PatchMS17-010