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
bash-cve-2014-6271-fixes — Curated collection of verified patches for the Shellshock (CVE-2014-6271) bash vulnerability, with upstream, Debian, and custom patches plus SHA256 integrity checks. | Kitploit
Tools/GitHubGitHub/dlitz/bash-cve-2014-6271-fixes
Vulnerability AnalysisSupply Chain SecurityLearning & EducationCurated Resources
GitHubdlitz/bash-cve-2014-6271-fixes

bash-cve-2014-6271-fixes

Curated collection of verified patches for the Shellshock (CVE-2014-6271) bash vulnerability, with upstream, Debian, and custom patches plus SHA256 integrity checks.

View Repository
311 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-2014-6271 patches for bash

The original mailing list post only lets you fetch the patches over unauthenticated HTTP. Sigh

I've downloaded these over HTTP and put them into a git repository that you can fetch over HTTPS and check independently.

I have not checked whether these files are authentic, but you can check independently whether you have the same files.

  • Original announcement
  • SHA256SUMS

== Upstream patches ==

Retrieved from http://ftp.gnu.org/pub/gnu/bash/bach-*-patches/

  • upstream/bash30-017
  • upstream/bash31-018
  • upstream/bash32-052
  • upstream/bash40-039
  • upstream/bash41-012
  • upstream/bash42-048
  • upstream/bash43-025

== Debian ==

Retrieved using apt-get source bash (version 4.2+dfsg-0.1+deb7u1). I'm not sure if apt did a gpg signature check on this.

  • debian/CVE-2014-6271.diff

== My own patches ==

  • dlitz/CVE-2014-6271_4.3-9.diff
    • This is bash43-025 applied to Debian bash 4.3-9 (from sid)

== SHA256SUMS ==

  • SHA256SUMS
root@kitploit:~
427c3ba3e0d6ea29b8ddbfc2fa48f0f90fbd68d38501a409ba0beb73840245d3  upstream/bash30-017
80f15b2719f3acd746edbe828f23b80116ca033b870120301256131eaa5050b3  upstream/bash31-018
a0eccf9ceda50871db10d21efdd74b99e35efbd55c970c400eeade012816bb61  upstream/bash32-052
09de2a4309fdcdff470754357073b6e9b1e4662add5981888acba27a53954a1e  upstream/bash40-039
272e24a9a2802e896b20dae7c88d6a34b8dc89692c9bc90542cd4bda77607b6d  upstream/bash41-012
751a5d2330b21ac9aba7323acbbc91c948285f30a4bb41f56796f9a36b983d24  upstream/bash42-048
1e5186f5c4a619bb134a1177d9e9de879f3bb85d9c5726832b03a762a2499251  upstream/bash43-025
a197e03ea8e39d7f0cda14367bae1e5880384d50235516dfcd20921dc3810e57  debian/CVE-2014-6271.diff
Download Tool