Announcement

Collapse
No announcement yet.

Bash security update published by Redhat

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • accounts
    replied
    Got that test from another website, but will presume your answer is the right one.

    Leave a comment:


  • iseletsk
    replied
    What exactly do you think it tests? You are basically running:

    bash -c "echo vulnerable to CVE-2014-7169"

    of course it will print out: vulnerable to CVE-2014-7169
    No injection here, bash just executes "echo ...." command.

    Leave a comment:


  • accounts
    replied
    I have that version installed. Heres another test that should work on any nix version:

    Code:
    env var=(){(a)=> bash -c "echo vulnerable to CVE-2014-7169"; /bin/true

    Leave a comment:


  • david
    replied
    Seems to be the correct version though?

    Leave a comment:


  • accounts
    replied
    For redhat based systems the test I mentioned above is here: https://access.redhat.com/articles/1200223

    Leave a comment:


  • david
    replied
    afaik it shouldnt print out those error messages kernow.

    Check bottom https://access.redhat.com/articles/1212303 for the outputs when not affected.
    Perhaps theres a difference of output from redhat and debian?

    Leave a comment:


  • accounts
    replied
    Until the fix comes, if you use mod_security add the rules posted here: https://access.redhat.com/articles/1212303

    Leave a comment:


  • tommy
    replied
    Update seem to be available now.

    Leave a comment:


  • sqh
    replied
    CloudLinux pushed out the first bash update, but now there is a second update available. My non-CloudLinux boxes got the update directly from the CentOS repo... just waiting for CloudLinux to catch up.

    - Scott

    Leave a comment:


  • tommy
    replied
    Is the updated fix far away Igor?

    Leave a comment:


  • rodrigomf
    replied
    Yeah, figured it out, thank you very much!

    Leave a comment:


  • david
    replied
    bitlab:
    try:

    Code:
    yum clean all
    
    yum update bash
    It also seems youre using yum priorities plugin. Perhaps youre holding bash back by having higher priority for some other repo?
    Check priority in your /etc/yum.repos.d/ files and make sure cloudlinux.repo has the highest (lowest value) priority - that is: priority=1

    Leave a comment:


  • david
    replied
    Igor, will you guys be waiting for upstream for the next patch or will you guys patch it yourselves?




    Might not be as bad as I thought, so perhaps its worth waiting for upstream patch.

    Leave a comment:


  • rodrigomf
    replied
    Hi there:

    I just did exactly that but got this:

    yum update bash
    Loaded plugins: priorities, protectbase, rhnplugin, security
    27 packages excluded due to repository priority protections
    0 packages excluded due to repository protections
    Setting up Update Process
    No Packages marked for Update

    Any clues?

    Leave a comment:


  • clm
    replied
    Thanks !

    Is there a risk running ldconfig instead of rebooting ?

    Leave a comment:

Working...
X