Community Forums
Connect with us on LinkedIn
Community Notice
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 29
  1. #1
    Member
    Join Date
    Mar 2003
    Posts
    14

    Default cpanel file manager security vulnerability

    Take a look at this:
    http://freepgs.com/ledbetter/wordpress/?p=261

    Is it true?

  2. #2
    Member
    Join Date
    Aug 2005
    Posts
    49

    Default

    Quote Originally Posted by phiber
    Is it true?
    /me puts his tinfoil hat on at a jaunty angle

    You know, considering the original forum post referred to in the article seems to be missing, it's hard to say. My gut feeling is this would be big enough to warrant a "please remove your post while we fix this" request from cpanel. If it was simply mistaken, I'd expect a retraction/clarification post rather than removal. fwiw, I've disabled File manager on all my cpanel machines until we find out more.

    Edit: Interesting - I disabled file manager (whm -> packages -> feature manager -> disabled -> untick FM -> save), yet I can still access it through cPanel. WHM 10.8.0 - cPanel 10.8.1-S114
    Last edited by /bin/bash.org; 02-28-2006 at 02:24 AM.

  3. #3
    Member
    Join Date
    Mar 2003
    Posts
    14

    Default

    I can still access it too. Yes, I've restarted cpanel services.

  4. #4
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Feb 2002
    Location
    Pula, Croatia
    Posts
    196
    cPanel/Enkompass Access Level

    DataCenter Provider

    Default

    Quote Originally Posted by phiber
    I can still access it too. Yes, I've restarted cpanel services.
    I confirm, i can access it too regardles if it is on or off in a feature manager.

  5. #5
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    This was discussed some days ago and is fixed in EDGE if you check the changelog.
    Jonathan Michaelson

    Need your cPanel servers secured and tuned?
    cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
    Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
    http://www.configserver.com

  6. #6
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Feb 2002
    Location
    Pula, Croatia
    Posts
    196
    cPanel/Enkompass Access Level

    DataCenter Provider

    Default

    Quote Originally Posted by chirpy
    This was discussed some days ago and is fixed in EDGE if you check the changelog.
    Btw, is there any quickhack how to disable it completly until things settle down?

  7. #7
    Member
    Join Date
    Oct 2002
    Posts
    751

    Default

    I assume this is only exploitable if one has access to a cpanel account?

  8. #8
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    Quote Originally Posted by gemby
    Btw, is there any quickhack how to disable it completly until things settle down?
    I'm not aware of one - if you're worried then you'll have to go to EDGE.
    Jonathan Michaelson

    Need your cPanel servers secured and tuned?
    cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
    Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
    http://www.configserver.com

  9. #9
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    Quote Originally Posted by jamesbond
    I assume this is only exploitable if one has access to a cpanel account?
    That assumption would be wrong. The cPanel user needs to setup the WysiwygPro editor by using it in the cPanel File Manager, but after that it's exploitable by anyone.
    Jonathan Michaelson

    Need your cPanel servers secured and tuned?
    cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
    Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
    http://www.configserver.com

  10. #10
    Member
    Join Date
    Oct 2002
    Posts
    751

    Default

    Well, I hope someone comes with a solution without having to upgrade to EDGE.

    How can we see which users have used file manager previously? (which would make those accounts exploitable by everyone, right?) My cpanel logs don't go back so far.

    As a temporary fix I chmodded the cpanel WysiwygPro directory to 000.
    Last edited by jamesbond; 02-28-2006 at 06:00 PM.

  11. #11
    Member
    Join Date
    Aug 2005
    Posts
    49

    Default

    Quote Originally Posted by chirpy
    This was discussed some days ago and is fixed in EDGE if you check the changelog.
    Sorry, I must have missed that discussion. Can I just confirm my understanding please - this affects all cPanel versions, but the fix is currently being TESTED in Edge? That is, what is in Edge eventually filters down to Release and Stable. Especially a fix for a remotely exploitable hole that we can't workaround, right? Call me paranoid, but I'm reluctant to move my production servers to a "bleeding edge" level code base.

  12. #12
    Member
    Join Date
    Apr 2004
    Location
    London - UK
    Posts
    45

    Default re

    chmod 000 /usr/local/cpanel/3rdparty/WysiwygPro

    will disable it across the server.
    when its fixed just chmod it again with

    chmod 755 /usr/local/cpanel/3rdparty/WysiwygPro

  13. #13
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    Quote Originally Posted by /bin/bash.org
    Call me paranoid, but I'm reluctant to move my production servers to a "bleeding edge" level code base.
    That's your choice. But the cPanel release method means that if you want any recently developed feature immediately then you have to run whichever tree has it implemented. cPanel could certainly release all trees to the same level as EDGE is at now, but they would all then contain the same code. Since cPanel only maintain a single version number, regardless of the number of trees, then that is the choice you have.
    Jonathan Michaelson

    Need your cPanel servers secured and tuned?
    cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
    Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
    http://www.configserver.com

  14. #14
    Member
    Join Date
    Aug 2005
    Posts
    49

    Default

    Quote Originally Posted by chirpy
    That's your choice. But the cPanel release method means that if you want any recently developed feature immediately then you have to run whichever tree has it implemented. cPanel could certainly release all trees to the same level as EDGE is at now, but they would all then contain the same code. Since cPanel only maintain a single version number, regardless of the number of trees, then that is the choice you have.
    I really must be out of the loop on the way the cPanel devs, versions, and code releases work. I'm struggling to comprehend how a fix for a remotely exploitable hole could be deemed a feature, and requires an "upgrade" to what cPanel themselves describe as a bleeding edge release. What actually is my system doing during the cpup process if not applying updates and fixes? What fixes are going in that remotely exploitable holes aren't worthy of attention?

    Anyway, I appreciate that you are just the messenger, so I'll take this up directly with cPanel.

    As an aside, chirpy - now there's a Spanish forum, how about a security forum with date stamped topics so we can easily see what issues are current and those resolved or with workarounds available? I can't imagine what it's like for you, but I find it tiring chasing 6 threads around 4 forums on the same topic, only to see answers like "Oh, we discussed that a few days ago" without any reference to what/where/how/etc. Maybe we can keep security discussions in one place and reduce redundancy?

    --Matt ;^]

  15. #15
    Member
    Join Date
    Aug 2002
    Posts
    1,118

    Default

    I think the deficiencies in the CPanel changelog are well documented. I don't have a problem with the current changelog, but I think it would also be helpful to have a changelog for the other versions as well (Current, Release, Stable). This way you know what issues are resolved in your current version. As it stands now, if a new Current is released, you don't really know if it contains the fix for this exploit or not, its just more or less a guess.

    Perhaps this should be logged in Bugzilla as an enhancement request. However, I do see where there are some similar requests in Bugzilla that appear to be somewhat dated.

    I know this post is somewhat off-topic and I apologize for that. If concerns about the ChangeLog warrant further discussion, I would recommend that someone post a new topic rather than take this thread further off course. I posted in this thread because I thought it was important to bring to the attention some of the confusion over the current ChangeLog and why some users are confused as to what security/bug fixes have been applied to their current CPanel version.

Similar Threads & Tags
Similar threads

  1. [Case 45599] Can't Extract .tar file in cPanel File Manager
    By voezie in forum New User Questions
    Replies: 4
    Last Post: 07-22-2011, 10:10 AM
  2. SECURITY ALERT: Horde arbitrary file inclusion vulnerability
    By ericgregory in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 03-07-2008, 12:10 AM
  3. SECURITY ALERT: Horde arbitrary file inclusion vulnerability
    By ericgregory in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 03-07-2008, 12:10 AM
  4. Security Vulnerability?
    By anup123 in forum cPanel and WHM Discussions
    Replies: 5
    Last Post: 06-22-2005, 06:30 PM
  5. Replies: 7
    Last Post: 03-20-2004, 03:29 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube