This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "OWASP Periodic Table of Vulnerabilities - Application Misconfiguration"

From OWASP
Jump to: navigation, search
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:
 
=== Root Cause Summary ===
 
=== Root Cause Summary ===
  
Software applications are very complex, to ease installation and configuration of the application many software packages come preconfigured with vulnerabilities right out of the box.  
+
Software applications are very complex; to ease installation and configuration of the application, many software packages come preconfigured with vulnerabilities right out of the box.  
Application misconfigurations are not coding issues but are options and/or features in the application that can be easily exploited such as:   
+
Application misconfigurations are not coding issues. They are options and/or features in the application that can be easily exploited, such as:   
  
Special access mechanisms,
+
*Special access mechanisms
Default usernames and passwords,
+
*Default usernames and passwords
Default configuration file settings, and
+
*Default configuration file settings
Security settings at the lowest possible level
+
*Security settings at the lowest possible level
 
   
 
   
This ease of use configurations and settings must be corrected to prevent exploitation of the application and system through these “defaults”.  
+
Due to the complexity of configuration, certain combinations of settings might expose vulnerabilities, though each individual setting may be safe on its own.
  
 
=== Browser / Standards Solution ===
 
=== Browser / Standards Solution ===
Line 20: Line 20:
 
=== Perimeter Solution ===
 
=== Perimeter Solution ===
  
Understand the application and interfacing systems in such a manner that all application permissions, configurable components and files are modified and given least privilege for the specific platform and technology stack to harden the system.
+
All application permissions, configurable components and files should be given least privilege for the specific platform and technology stack. The application should prominently warn users/administrators when an insecure setting is in use (as it might be temporarily during deployment or in a staging environment).
  
 
=== Generic Framework Solution ===
 
=== Generic Framework Solution ===

Latest revision as of 18:35, 20 July 2013

Return to Periodic Table Working View

Application Misconfiguration

Root Cause Summary

Software applications are very complex; to ease installation and configuration of the application, many software packages come preconfigured with vulnerabilities right out of the box. Application misconfigurations are not coding issues. They are options and/or features in the application that can be easily exploited, such as:

  • Special access mechanisms
  • Default usernames and passwords
  • Default configuration file settings
  • Security settings at the lowest possible level

Due to the complexity of configuration, certain combinations of settings might expose vulnerabilities, though each individual setting may be safe on its own.

Browser / Standards Solution

None

Perimeter Solution

All application permissions, configurable components and files should be given least privilege for the specific platform and technology stack. The application should prominently warn users/administrators when an insecure setting is in use (as it might be temporarily during deployment or in a staging environment).

Generic Framework Solution

None

Custom Framework Solution

None

Custom Code Solution

None

Discussion / Controversy

Application misconfiguration is not a coding issue and can be difficult secure due to the complexities of applications and networks and is a perfect example of the “Security, Functionality, and Ease of Use Triangle”. The easier the application is to use the less secure it may be.

References

Application Misconfiguration WASC TC

CAPEC-348 WASC Threat Classification 2.0 – WASC – 15 Application Misconfiguration