joomla hacked

Discussion in 'Joomla' started by login, Mar 15, 2007.

  1. #1
    Hi. Hope this is posted in the right forum.

    I have a Joomla site that was hacked today, no big deal, only the index page was changed. Its just those turkish hacker pigs again.

    Well, to the case. I am not administrating the site, I do not know Joomla so my question is: is Joomla unsafe or is it more likely that the server has security issues?
     
    login, Mar 15, 2007 IP
  2. psyberweb

    psyberweb Peon

    Messages:
    585
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Have you uploaded to the latest joomla version? is your configuration.php set to 655 or a secure file attribute. After installing any components and modules, set the directories concerned to 655 or a secure file attribute. as far as i know these are the only files that can be affected, no open source script or cms is safe these days so it is advisable to secure your server if you've been hacked. everyday new exploits are found and it is best to upgrade it to the latest version. :)
     
    psyberweb, Mar 15, 2007 IP
  3. user_name

    user_name Banned

    Messages:
    149
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    It should be 644 for all the files and 755 for all the directories with only cache set to 777. Use this code to do it by ssh.

    find -type f -exec chmod 644 {} \;
    find -type d -exec chmod 755 {} \;
     
    user_name, Mar 15, 2007 IP
  4. bingokid

    bingokid Well-Known Member

    Messages:
    670
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    128
    #4
    Joomla is safe as long as you update it regularly and have the latest version installed. I think this stuff happend to all CMS, forums etc... once they get really popular they become more interesting to hackers.
     
    bingokid, Mar 16, 2007 IP
  5. login

    login Notable Member

    Messages:
    8,849
    Likes Received:
    349
    Best Answers:
    0
    Trophy Points:
    280
    #5
    Thanks all. Now it looks like it was a stupid subscription script that was the cause.
     
    login, Mar 16, 2007 IP
  6. casperl

    casperl Peon

    Messages:
    1,560
    Likes Received:
    57
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Same happened to me some months ago too. The cause seems to be generally the extensions. Somehow they had manage to overwrite index.php using a bug in a forum extension.
     
    casperl, Mar 16, 2007 IP
    Clive likes this.
  7. Clive

    Clive Web Developer

    Messages:
    4,507
    Likes Received:
    297
    Best Answers:
    0
    Trophy Points:
    250
    #7
    Agree, extensions are mostly causing the troubles, if developed improperly. That is why one should research before installing a component on his joomla powered website. The core protects a standard website, while custom extensions may leave doors open for the attackers. Careful what you're installing.
     
    Clive, Mar 16, 2007 IP
  8. netdeals

    netdeals Guest

    Messages:
    199
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #8
    netdeals, Mar 26, 2007 IP
  9. xenous

    xenous Peon

    Messages:
    102
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #9
    if your configuration.php file is open for writing is a seconds job to make the joomla site hacked :( but keep in mind any php or asp developed site is open to that thread. You have to secure yourself with the right user permissions. And none of Turkish are hackers ;) all they are Lamers. ( am Turkish by the way) Generally 14-18 years old school boys doing google searches are doing that kind of things i reccomend you to report them as the Turkish Laws are strict on the concept.
     
    xenous, Mar 26, 2007 IP
  10. venetsian

    venetsian Well-Known Member

    Messages:
    1,105
    Likes Received:
    61
    Best Answers:
    0
    Trophy Points:
    168
    #10
    Ha ha ha .. Yes I totally agree with that age group. When I was about 16 I used to write viruses and Trojan horses to demonstrate how good coder I was ... as dumb as it gets I got caught by the Interpol but got out with a warning. I was lucky because they didn't have evidence since I recently reinstalled my computer because I was testing "brute force hdd encrypter" and lost all my data" ha ha ha ha ...

    Since then I'm working as computer security guy :) ha ha ha .. as always!

    Cheers,

    Venetsian.

    P.S. Not all CMS software in hackable. Depends on how much time the development company is willing to invest in "security audits". As some might know I'm currently in the development team of the "SEO Website CMS" and for now its pretty secure from "user's point of view". It still have the php global register "on" but I'll make it off in some future version since that's the most popular security fault in most CMS systems.
     
    venetsian, Mar 27, 2007 IP
  11. trichnosis

    trichnosis Prominent Member

    Messages:
    13,785
    Likes Received:
    333
    Best Answers:
    0
    Trophy Points:
    300
    #11
    joomla is the most stable cms . i think you must focus on your host . i have some joomla sites in turkish like you and they have never hacked . why ? i have a good host
     
    trichnosis, Mar 29, 2007 IP
  12. Hilschi

    Hilschi Guest

    Messages:
    60
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Hilschi, Apr 14, 2007 IP
  13. joomlajoomla

    joomlajoomla Member

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #13
    "By default the Joomla! code base is considered to be safe, but without a safe hosting environment even the most secure release of Joomla! will be compromised."
     
    joomlajoomla, Nov 10, 2009 IP