Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: SMF Malicious script  (Read 3936 times)

0 Members and 1 Guest are viewing this topic.

Loreny

    Topic Starter


    Greenhorn

    SMF Malicious script
    « on: March 28, 2009, 02:45:37 AM »
    Hello,

    I moderate a Simple Machine Forum and would like to ask if it is possible for a registered member to post something with a malicious script that can overwhelm  the Database ?

    Thanks !

    kpac

    • Web moderator


    • Hacker

    • kpac®
    • Thanked: 184
      • Yes
      • Yes
      • Yes
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 7
    Re: SMF Malicious script
    « Reply #1 on: March 28, 2009, 03:25:22 AM »
    Hello,

    I moderate a Simple Machine Forum and would like to ask if it is possible for a registered member to post something with a malicious script that can overwhelm  the Database ?

    Thanks !

    Very unlikely, though possible. The best way to avoid it is to keep the software up-to-date, which can be done via the Package Manager in the Admin CP.

    evilfantasy

    • Malware Removal Specialist
    • Moderator


    • Genius
    • Calm like a bomb
    • Thanked: 493
    • Experience: Experienced
    • OS: Windows 11
    Re: SMF Malicious script
    « Reply #2 on: March 28, 2009, 09:47:56 AM »
    Denial-of-service attack also called a DOS Attack.

    kpac

    • Web moderator


    • Hacker

    • kpac®
    • Thanked: 184
      • Yes
      • Yes
      • Yes
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 7
    Re: SMF Malicious script
    « Reply #3 on: March 28, 2009, 10:28:23 AM »
    Denial-of-service attack also called a DOS Attack.

    Well, actually the main concern is SQL injection.

    Basically entering SQL commands into a text field. If the field has no vaildation key, entering the right (or wrong  ???) code could simply delete the database.

    BC_Programmer


      Mastermind
    • Typing is no substitute for thinking.
    • Thanked: 1140
      • Yes
      • Yes
      • BC-Programming.com
    • Certifications: List
    • Computer: Specs
    • Experience: Beginner
    • OS: Windows 11
    Re: SMF Malicious script
    « Reply #4 on: March 28, 2009, 10:31:53 AM »
    DROP or ALTER. Of course you would need to know the table names, but they aren't to hard to get from the smf docs.
    I was trying to dereference Null Pointers before it was cool.

    evilfantasy

    • Malware Removal Specialist
    • Moderator


    • Genius
    • Calm like a bomb
    • Thanked: 493
    • Experience: Experienced
    • OS: Windows 11
    Re: SMF Malicious script
    « Reply #5 on: March 28, 2009, 10:38:32 AM »
    Quote
    a malicious script that can overwhelm  the Database ?

    Could they actually mean server?

    I think a DOS Attack would be the most likely place to begin investigating.

    kpac

    • Web moderator


    • Hacker

    • kpac®
    • Thanked: 184
      • Yes
      • Yes
      • Yes
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 7
    Re: SMF Malicious script
    « Reply #6 on: March 28, 2009, 12:39:47 PM »
    Could they actually mean server?

    Ah, I doubt it. SMF is secure enough to disallow that.

    evilfantasy

    • Malware Removal Specialist
    • Moderator


    • Genius
    • Calm like a bomb
    • Thanked: 493
    • Experience: Experienced
    • OS: Windows 11
    Re: SMF Malicious script
    « Reply #7 on: March 28, 2009, 12:44:22 PM »
    I mean it sounds like the server is being over loaded by a DOS style attack. It's a pretty common way for someone with a grudge against a web site to seek revenge.

    Loreny

      Topic Starter


      Greenhorn

      Re: SMF Malicious script
      « Reply #8 on: March 29, 2009, 11:24:13 PM »

      Thanks for taking the time to answer KPAC !   :)