Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Mukesh 30 posts 60 karma points
    Mar 17, 2016 @ 10:14
    Mukesh
    0

    Umbraco login can be hack?

    As part of the vulnerability scan, we got below two Umbraco login issues

    1. User Credentials sent in plain text

    2. Login page guessing attack

    We are using ADMembershipProvider to login to Umbraco back office

    is it possible hacker can hack our details while login?

  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    Mar 17, 2016 @ 10:19
    Ismail Mayat
    0

    Mukesh,

    You could set up the login to go over ssl then its encrypted?

    Regards

    Ismail

  • Kevin Jump 2311 posts 14697 karma points MVP 7x c-trib
    Mar 17, 2016 @ 10:21
    Kevin Jump
    100

    Hi,

    those two issues probably came up as part of how your site is setup.

    1. User Credentials sent in plain text If you use https then the credentials will be encrypted as part of the users session with the site.

    2. Login page guessing attack I am not sure what they mean by this ? the login page for umbraco is well known, but once there the hacker would have to know an account name and the password.

    as you are using the ADMembershipProvider, the active directory will probably lock an account after 10 unsuccessful login attempts so no one can brute force the accounts on your site.

    if you are worried you can set up IP Based restrictions on the /umbraco/ part of the site(you can do this in IIS) and then only people from certain locations will be able to logon to your site.

  • Mukesh 30 posts 60 karma points
    Mar 17, 2016 @ 10:26
    Mukesh
    0

    thank you for active response both.

Please Sign in or register to post replies

Write your reply to:

Draft