Library tutorials & articles
Top 10 Application Security Vulnerabilities in Web.config Files - Part Two
- Learn about Authentication and Authorization Application Security Issues
- Cookieless Authentication Enabled
- Failure to Require SSL for Authentication Cookies
- Sliding Expiration Used
- Non-Unique Authentication Cookie Used
- Hardcoded Credentials Used
- You're Not Out of the Woods Yet
Learn about Authentication and Authorization Application Security Issues
An additional problem is that Web.config files were designed to be changed at any time, even after the Web-based applications are in production. A well-intentioned system administrator could inadvertently get around application security measures and open the Web site to attack just by modifying the configuration file. And because .NET configuration files operate in a hierarchical manner, a single change to the global Machine.config file could affect every Web site on the entire network.
Part one of this article listed five of the most serious configuration vulnerabilities that are applicable to any ASP.NET Web-based applications. This part will focus on authentication and authorization application security issues, and detail another five vulnerabilities commonly found in ASP.NET Web-based applications using Forms authentication. It will also provide some best practices for application security, including locking down your configuration files to ensure that they are not unintentionally modified by well-meaning (but uninformed) programmers or administrators.
Related articles
Related discussion
-
Not able to launch the web application
by NaseemAhmed (0 replies)
-
Impersonation failing for a user.
by mittalpa (0 replies)
-
ASP.NET Query. TO access a webpage from a network ( LAN ) computer
by Slicksim (1 replies)
-
SharePoint Is Confusing
by dass ooo (1 replies)
-
Error Capture
by Slicksim (4 replies)
Related podcasts
-
Episode 36: Scott Watermasysk
This week, the Herding Code cast talks shop with Scott Watermasysk about cloud computing, blogging platforms, Internet Explorer, the DotNetOpenId project and much more: Scott W, Scott K and Jon discuss Azure, Amazon Web Services and Google App Engine. Jon asks Scott W to share his thoughts on bl...
Events coming up
-
Dec
2
Web Standards Group (Sydney)
North Sydney, Australia
TBA
If histoy is compromised,can't be the cookies compromised as well? and the hijack can still be performed.
This thread is for discussions of Top 10 Application Security Vulnerabilities in Web.config Files - Part Two.