Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Page 1 of 5 1 2 3 ... LastLast
Results 1 to 15 of 66
  1. #1
    Member
    Join Date
    Sep 2004
    Posts
    26

    Default x86_64 Kernel Exploit

    Full Disclosure: Workaround for Ac1db1tch3z exploit.

    Does the default install depend on any 32 bit binaries?

  2. #2
    Member
    Join Date
    Jun 2007
    Posts
    17

    Angry Serious Kernel Exploit - Affects x86_64 (including default rhel5)


  3. #3
    Member
    Join Date
    May 2010
    Posts
    321

    Default

    Ahum,

    Not even Centos have released anything yet.

    I'm 64bit based and have already applied the patch. This is a tempory must as the "script kiddies" are running wild on this.

  4. #4
    cPanel Staff cpanelnick's Avatar
    Join Date
    Feb 2003
    Location
    Houston, TX
    Posts
    4,597

    Default

    *** This only affects x86_64 machines. Please ignore this message if you are running a i386/32-bit only machine ***

    *** The below is a temporary workaround for the recent local root security hole in the Linux kernel. This workaround will adversely affect some systems. A partial list of this adverse reactions is listed below. Please think carefully, and seek the advise of an expert if you are unsure if you should apply this workaround. As soon is it becomes available and deemed stable for use, you should get an updated kernel from your Linux kernel vendor. ***

    This "patch"
    Code:
    echo ':32bits:M:0:\x7fELF\x01::/bin/echo:' > /proc/sys/fs/binfmt_misc/register
    will break anything that requires 32-bit compatibility mode. cPanel does distribute true 64 bit binaries. *In theory* most things should be fine.


    So far we have found that most things work just fine (be sure to apply the attached patch before doing this to avoid problems on the next update):

    - it *may* break php when mySQL versions are updated (easyapache should fix this)
    - courier and mysql get installed from source instead of binary (patch attached -- apply in /scripts with
    Code:
    patch -p0 < courierup-mysqlup-32bitdisabled.patch.txt
    -- this will be published in the next EDGE)
    - frontpage (if you still have it) breaks.
    - third party 32bit only apache modules may break.

    There are probably some more things that have not been found yet.
    Attached Files
    -Nick
    cPanel Inc.

    Need support? Submit a request here. Complimentary support is available to all license holders regardless of where you purchased your license.
    Need a complimentary support account? Create one here.

  5. #5
    Member sneader's Avatar
    Join Date
    Aug 2003
    Location
    La Crosse, WI
    Posts
    932
    cPanel/Enkompass Access Level

    Root Administrator

    Default FrontPage

    Like it or not, we still have a LOT of people that use FrontPage extensions to publish.

    I'd be interested in any workarounds that would allow us to patch for this exploit and still support FrontPage extensions/publishing.

    - Scott

  6. #6
    Registered User This forum account has been confirmed by cPanel staff to represent a vendor.
    Join Date
    Aug 2009
    Posts
    2

    Default Tracking this issue: CentOS

    We are tracking this issue within CentOS at : 0004518: CVE-2010-3081 - CentOS Bug Tracker

    Also, its important that people realise the code does not need to be built locally, it can be injected and deployed over a remote hole in an existing application installed on your machine ( like WHM itself or anything contained within WHM or apps the users deploy ).

    --
    Karanbir Singh <http://www.karan.org/>

  7. #7
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Sep 2006
    Location
    Virginia Beach, VA
    Posts
    254
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Hey people,

    If you subscribe to ksplice, they already have a fix available for a reboot-less upgrade. Otherwise, there are patches available, if disabling 32-bit binaries is not an option for you.

    Please see:

    Nasty Kernel Exploit in the Wild :: The cPanel Admin

  8. #8
    Member
    Join Date
    Nov 2004
    Posts
    48

    Default Ksplice Question

    Well, I attempted to install the Ksplice system but get an error with CENTOS 5.5 x86_64:

    error: Failed dependencies:
    rpmlib(FileDigests) <= 4.6.0-1 is needed by ksplice-uptrack-release-1-3.noarch
    rpmlib(PayloadIsXz) <= 5.2-1 is needed by ksplice-uptrack-release-1-3.noarch

    I've searched and searched and can't find these anywhere, but I did find a lot of forum posts from others with the same problem. Does anyone have a solution for this?

  9. #9
    Member
    Join Date
    Oct 2003
    Posts
    147

    Default

    I installed Ksplice on 6 servers and apply patch

  10. #10
    Member
    Join Date
    Jun 2007
    Posts
    17

    Default

    Quote Originally Posted by hekri View Post
    I installed Ksplice on 6 servers and apply patch
    Did you first checked if your system is not compromised?

  11. #11
    Member
    Join Date
    Oct 2003
    Posts
    147

    Default

    Yes i checked. Instruction: https://www.ksplice.com/uptrack/cve-2010-3081.ssi.xhtml


    After checed install ksplice and run:
    uptrack-upgrade -y

  12. #12
    Member
    Join Date
    Sep 2003
    Posts
    234

    Default

    Quote Originally Posted by vanessa View Post
    Hey people,

    If you subscribe to ksplice, they already have a fix available for a reboot-less upgrade. Otherwise, there are patches available, if disabling 32-bit binaries is not an option for you.

    Please see:

    Nasty Kernel Exploit in the Wild :: The cPanel Admin
    Where are the patches that keep 32bit intact?

  13. #13
    Member
    Join Date
    Nov 2004
    Posts
    48

    Default

    I also checked to make sure the server was clean and it was, but I still can't install Ksplice due to:

    error: Failed dependencies:
    rpmlib(FileDigests) <= 4.6.0-1 is needed by ksplice-uptrack-release-1-3.noarch
    rpmlib(PayloadIsXz) <= 5.2-1 is needed by ksplice-uptrack-release-1-3.noarch

    I have an email in to Ksplice but they are probably overwhelmed right now with orders and trial downloads. I just hope I can figure this out before the server is hit.

  14. #14
    Registered User
    Join Date
    Sep 2010
    Posts
    1

    Default

    Quote Originally Posted by vanessa View Post
    Hey people,

    If you subscribe to ksplice, they already have a fix available for a reboot-less upgrade. Otherwise, there are patches available, if disabling 32-bit binaries is not an option for you.

    Please see:

    Nasty Kernel Exploit in the Wild :: The cPanel Admin
    Thanks for sharing.

  15. #15
    Member
    Join Date
    Sep 2003
    Posts
    234

    Default

    Quote Originally Posted by sneader View Post
    Like it or not, we still have a LOT of people that use FrontPage extensions to publish.

    I'd be interested in any workarounds that would allow us to patch for this exploit and still support FrontPage extensions/publishing.

    - Scott
    Have you found a solution for this?

+ Reply to Thread
Page 1 of 5 1 2 3 ... LastLast
Similar Threads & Tags
Similar threads

  1. Post-kernel upgrade: ext3 not supported by kernel?
    By mitu in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 06-02-2005, 08:41 AM
  2. Info On Latest Kernel Exploit
    By CamronFry in forum cPanel and WHM Discussions
    Replies: 6
    Last Post: 01-10-2005, 03:06 PM
  3. Replies: 2
    Last Post: 09-07-2004, 03:01 AM
  4. kernel: kernel BUG at vmscan.c:359!
    By nlservices in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 11-23-2003, 12:11 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube