Copied to clipboard

Flag this post as spam?

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


  • Craig Palenshus 39 posts 63 karma points
    Feb 22, 2012 @ 23:27
    Craig Palenshus
    0

    Will v2 work on a 4.52 site using legacy xslt schema?

    I would like to be able to edit the web.config file inside of Umbraco, so I hope to be able to just uninstall the nibble version from the site and install 2.0. Please let me know if this will work or if the package is dependent upon the new schema.

    The site was originally a v4 site that we upgraded to 4.52, but we have not updated the schema.

    Thanks!

  • Lee Kelleher 3945 posts 15163 karma points MVP 10x admin c-trib
    Feb 23, 2012 @ 10:59
    Lee Kelleher
    0

    Hi Craig,

    Yes, v2.0 will work with Umbraco v4.5.2+.

    If you do run into any problems, let me know.

    Cheers, Lee.

  • Anthony Dang 1404 posts 2558 karma points MVP 2x c-trib
    Mar 27, 2012 @ 11:31
    Anthony Dang
    0

    I like being able to quicky see config settings on a remote server. However there is a security risk involving the web.config.

    If someone is able to get into the cms, they can install the config-tree package (if it is not already installed) which will give them access to the web.config.

    From here they can do all types off stuff, including (but not limited to):
    - Get the database connection string
    - Enable trace and debugging which will give access to server variables

    From there they can mount any number of attacks on the server. 

    Is there any way that we can mitigate this?

     

  • Lee Kelleher 3945 posts 15163 karma points MVP 10x admin c-trib
    Mar 27, 2012 @ 12:04
    Lee Kelleher
    1

    Hi Anthony,

    If someone was determined enough, they'd be writing their own package to abuse/exploit everything.  It doesn't even need a package, code could be added at runtime inside a script block on a MasterPage template. My point is, the weakness isn't the Config Tree package.

    Obviously this is an issue. I'm not sure what the solution is, but I'd like to know too! :-)

    Cheers, Lee.

  • Grant Thomas 291 posts 324 karma points
    Mar 27, 2012 @ 12:16
    Grant Thomas
    0
    '...If someone is able to get into the cms, they can install the config-tree package...'

     

    If someone can access the CMS, then there's the security flaw (easy passwords, anyone?) - as Lee says, once they're that far then the package is merely incidental.

    I'm not advocating storing of senstive data in a more accessible place if a less accessible place is available - for me all sensitive data should be reliably encrypted anyway, that's a different matter - but simply noting a breakdown in the logic.

  • Anthony Dang 1404 posts 2558 karma points MVP 2x c-trib
    Mar 28, 2012 @ 00:29
    Anthony Dang
    0

    Ah yes... script blocks in masterpages would probably be very useful to an attacker. Not to mention razor.

    I guess if you are able to access the templates then you can get out of the server as much as you would have got from the web.config.

    Makes me cringe at some of the passwords I know some Umbraco editors are using.

    I guess this comes down to making sure you know who has credentials to access the settings and developer section.

     

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies