Miscellaneous

  Home arrow Miscellaneous arrow Page 7 - The PAVISE of Security
MISCELLANEOUS

The PAVISE of Security
By: notepad
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 2
    2006-07-28

    Table of Contents:
  • The PAVISE of Security
  • Privacy
  • Administration
  • Validation
  • Integrity
  • Sociology
  • Environment
  • Closing

  •  
     

    SEARCH CODEWALKERS

    TOOLS YOU CAN USE

    advertisement

    The PAVISE of Security - Environment


    (Page 7 of 8 )

    No matter how secure your code may be, if it's not in a secure environment then all is lost.

    Shared Hosting

    Using a shared host is probably the most affordable solution for personal websites and small businesses. What this means is that you're renting space on a web server that also hosts websites for other paying customers. The way file permissions work in a shared environment, could allow other users on that server to snoop around your files even though they don't have direct access. Sessions for example are commonly stored in a particular folder on the server, and all the websites hosted on that server share the same folder for session information. An attacker might write a session injection script to modify or insert data in that folder which effects the sessions on your site (another good reason to store sessions in a database). As stated before, the server really isn't your responsibility, but it's still an access point for a malicious user so you need to be aware of the risks. The more you learn about your environment, the better off you will be.

    Another point to keep in mind is that just because you’re a security conscious developer, other developers in your shared environment may not be. A vulnerability in any one of their applications might be exploited to gain information about your application as well.

    More Miscellaneous Articles
    More By notepad

    blog comments powered by Disqus

    MISCELLANEOUS ARTICLES

    - Oracle Database XE: Indexes and Sequences
    - Modifying Tables in Oracle Database XE
    - Oracle Database XE: Tables and Constraints
    - More on Oracle Databases and Datatypes
    - Oracle Database XE Datatypes: Datetime and L...
    - Oracle Database XE Datatypes: Character and ...
    - From Databases to Datatypes
    - Firefox 3.6.6 Released with Improved Plug-in...
    - Attention Bloggers: WordPress 3.0 Now Releas...
    - Reflection in PHP 5
    - Inheritance and Other Advanced OOP Features
    - Advanced OOP Features
    - Linux from Scratch V.6.6 Review
    - Linux Gaining in Strength
    - Install Slackware on Your Old PC


    © 2003-2012 by Developer Shed. All rights reserved. DS Cluster 5 - Follow our Sitemap