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
SSLPatch — Patch iOS SSL vulnerability (CVE-2014-1266) | Kitploit
Tools/GitHubGitHub/macressler/sslpatch
iOS SecurityVulnerability AnalysisExploitationMobile Security
GitHubmacressler/sslpatch

SSLPatch

Patch iOS SSL vulnerability (CVE-2014-1266)

View Repository
1812 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

SSL Patch (CVE-2014-1266)

Copyright (c) 2014 Linus Yang

Introduction

CVE-2014-1266, or known as "goto fail SSL verification exploit", is a very serious SSL/TLS vulnerability of iOS and OS X. Apple issues iOS 6.1.6 and 7.0.6 to fix this problem, but ignores some users who can't or just don't want to upgrade their systems to iOS 7 (e.g. users with older devices, or iOS 7 haters :P).

Finally, here is an elegant solution, especially for iOS jailbreak users: a Cydia Substrate tweak for fixing this SSL vulnerability. This tweak is a runtime patch that won't modify any system files, so very safe to use.

To install this fix, you can

  • Add repo http://yangapp.googlecode.com/svn to Cydia, then search and install "SSL Patch",
  • Or manually download at the Release Tab and install by iFile or dpkg.

After installation, you can use Safari to verify if the fix works by visiting following sites:

  • "Goto Fail": gotofail.com
  • "Adam Langley's Weblog": imperialviolet.org (If Safari can't open this page, it means the fix works.)

If you find any issue after installing this tweak, just uninstall it in Cydia.

Reference

Adam Langley's Writeup

Apple OpenSource Library

Build

root@kitploit:~
git clone --recursive https://github.com/linusyang/SSLPatch.git
cd SSLPatch
make
make package # If you have dpkg-deb utilities

License

Licensed under GPLv3.

Download Tool