Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

What good is WebServer uid ?

Comments

  • Registered Users, Registered Users 2 Posts: 380 ✭✭dogs


    It's bad because you're letting an attacker find out more information about your machine.

    A lot of web-apps store their authentication details in their config files. On a well-run system with multiple users, it should only be readable by that specific script, but too often they're left wide-open and world readable.
    This would give an attacker access to a db account (if they were this lazy setting up the script, how likely is it they've filtered connections to the db?)

    Other scripts I've seen keep users account
    details, (with passwords stored in the clear *sigh*), in files that end up world-readable. This is a real problem if any of those users have logins/access to other services on the machine as, generally, there's always a couple users that use the same password for everything.

    I can't think of any links off-hand, but a look through some of the web-apps on freshmeat should show you what I mean.

    HTH.

    [This message has been edited by dogs (edited 30-04-2001).]


  • Closed Accounts Posts: 19 nitr0s


    Not all sys admins and operating systems enforce shadow passwords.


Advertisement