Take the 2-minute tour ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems. It's 100% free, no registration required.

I have a project for my grad level OS class, and I have decided to choose the Shellshock vulnerability bugs as my topic. There is a lot of great information out there, but I was curious if it is possible to get the source code of patches that resolved the bugs related to Shellshock. Namely,

CVE-2014-6271, CVE-2014-6277, CVE-2014-6278, CVE-2014-7169, CVE-2014-7186, CVE-2014-7187

I was able to find some source code here, but I was wondering if anyone could point me to a comprehensive list of patch source. Or, which would be great, if someone could explain how I can access the patch source on my machine (since I have upgraded my machine and am no longer vulnerable, and I am not a Unix guru).

Thanks guys, I appreciate any and all help!

share|improve this question
2  
    
Wow thank you! Can't believe I couldn't find that! –  heez Mar 2 at 15:19
    
When you install software, upgrades, patches from repositories you are downloading pre-compiled packages. If you are not being specific about downloading source your system won't do it. –  jcbermu Mar 2 at 15:33

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.