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 "Top 10-2017 A6-Security Misconfiguration"

From OWASP
Jump to: navigation, search
(Updated Navigation (incl PrevLink and NextLink))
(Prepare OWASP Top 10-2017 Release (Content))
Line 1: Line 1:
 
{{Top_10_2013:TopTemplate
 
{{Top_10_2013:TopTemplate
 +
    |useprev=2017PrevLink
 +
    |prev=A5-{{Top_10_2010:ByTheNumbers
 +
        |5
 +
        |year=2017
 +
        |language=en
 +
    }}
 
     |usenext=2017NextLink
 
     |usenext=2017NextLink
 
     |next=A7-{{Top_10_2010:ByTheNumbers
 
     |next=A7-{{Top_10_2010:ByTheNumbers
              |7
+
        |7
              |year=2017
+
        |year=2017
              |language=en}}
+
        |language=en
     |useprev=2017PrevLink
+
     }}
    |prev=A5-{{Top_10_2010:ByTheNumbers
 
              |5
 
              |year=2017
 
              |language=en}}
 
 
     |year=2017
 
     |year=2017
 
     |language=en
 
     |language=en
 
}}
 
}}
 
+
<!--- 2017 Security Misconfiguration --->
 
{{Top_10_2010:SummaryTableHeaderBeginTemplate|year=2017|language=en}}
 
{{Top_10_2010:SummaryTableHeaderBeginTemplate|year=2017|language=en}}
{{Top_10:SummaryTableTemplate|exploitability=1|prevalence=2|detectability=1|impact=2|year=2017|language=en}}
+
{{Top_10-2017:SummaryTableTemplate|exploitability=3 |prevalence=3 |detectability=3 |impact=2 |year=2017|language=en}}
 
{{Top_10_2010:SummaryTableHeaderEndTemplate|year=2017}}
 
{{Top_10_2010:SummaryTableHeaderEndTemplate|year=2017}}
    <td {{Template:Top 10 2010:SummaryTableRowStyleTemplate|year=2017}}>
+
    <td colspan=2 {{Template:Top_10_2010:SummaryTableRowStyleTemplate|year=2017}}>
<!--- Threat Agents: --->Consider anonymous external attackers as well as authorized users that may attempt to compromise the system. Also consider insiders wanting to disguise their actions.
+
<!--- Threat Agent: --->
</td>
+
Attackers will often attempt to exploit unpatched flaws or access default accounts, unused pages, unprotected files and directories, etc to gain unauthorized access or knowledge of the system. </td>
    <td {{Template:Top 10 2010:SummaryTableRowStyleTemplate|year=2017}}>
+
    <td colspan=2  {{Template:Top_10_2010:SummaryTableRowStyleTemplate|year=2017}}>
<!--- Attack Vectors --->Attackers access default accounts, unused pages, unpatched flaws, unprotected files and directories, etc. to gain unauthorized access to or knowledge of the system.
+
<!--- Security Weakness: --->
</td>
+
Security misconfiguration can happen at any level of an application stack, including the network services, platform, web server, application server, database, frameworks, custom code, and pre-installed virtual machines, containers, or storage. Automated scanners are useful for detecting misconfigurations, use of default accounts or configurations, unnecessary services, legacy options, etc. </td>
    <td colspan=2  {{Template:Top 10 2010:SummaryTableRowStyleTemplate|year=2017}}>
+
    <td colspan=2  {{Template:Top_10_2010:SummaryTableRowStyleTemplate|year=2017}}>
<!--- Security Weakness --->Security misconfiguration can happen at any level of an application stack, including the platform, web server, application server, database, frameworks, and custom code. Developers and system administrators need to work together to ensure that the entire stack is configured properly. Automated scanners are useful for detecting missing patches, misconfigurations, use of default accounts, unnecessary services, etc.
+
<!--- Impacts: --->
</td>
+
Such flaws frequently give attackers unauthorized access to some system data or functionality. Occasionally, such flaws result in a complete system compromise. The business impact depends on the protection needs of the application and data. </td>
    <td {{Template:Top 10 2010:SummaryTableRowStyleTemplate|year=2017}}>
 
<!--- Technical Impacts --->Such flaws frequently give attackers unauthorized access to some system data or functionality. Occasionally, such flaws result in a complete system compromise.
 
</td>
 
    <td {{Template:Top 10 2010:SummaryTableRowStyleTemplate|year=2017}}>
 
<!--- Business Impacts  --->The system could be completely compromised without you knowing it. All of your data could be stolen or modified slowly over time.
 
 
 
Recovery costs could be expensive.
 
</td>
 
 
{{Top_10_2010:SummaryTableEndTemplate|year=2017}}
 
{{Top_10_2010:SummaryTableEndTemplate|year=2017}}
  
{{Top_10:SubsectionTableBeginTemplate|type=main|year=2017}} {{Top_10_2010:SubsectionAdvancedTemplate|type={{Top_10_2010:StyleTemplate}}|subsection=vulnerableTo|position=firstLeft|risk=5|year=2017|language=en}}
+
{{Top_10:SubsectionTableBeginTemplate|type=main}}
Is your application missing the proper security hardening across any part of the application stack? Including:
+
{{Top_10_2010:SubsectionAdvancedTemplate|type={{Top_10_2010:StyleTemplate}}|subsection=isTheApplicationVulnerable|position=firstLeft|year=2017|language=en}}
# Is any of your software out of date? This software includes the OS, Web/App Server, DBMS, applications, APIs, and all components and libraries (see <u>[[{{Top_10:LanguageFile|text=documentRootTop10|language=en|year=2017 }}-A9-{{Top_10_2010:ByTheNumbers|9|year=2017|language=en}}|2017-A9]]</u>).
+
The application might be vulnerable if the application is:
# Are any unnecessary features enabled or installed (e.g., ports, services, pages, accounts, privileges)?
+
* Missing appropriate security hardening across any part of the application stack, or improperly configured permissions on cloud services.
# Are default accounts and their passwords still enabled and unchanged?
+
* Unnecessary features are enabled or installed (e.g. unnecessary ports, services, pages, accounts, or privileges).
# Does your error handling reveal stack traces or other overly informative error messages to users?
+
* Default accounts and their passwords still enabled and unchanged.
# Are the security settings in your application servers, application frameworks (e.g., Struts, Spring, ASP.NET), libraries, databases, etc. not set to secure values?
+
* Error handling reveals stack traces or other overly informative error messages to users.
 
+
* For upgraded systems, latest security features are disabled or not configured securely.
 +
* The security settings in the application servers, application frameworks (e.g. Struts, Spring, ASP.NET), libraries, databases, etc. not set to secure values.
 +
* The server does not send security headers or directives or they are not set to secure values.
 +
* The software is out of date or vulnerable (see <b>A9:2017-Using Components with Known Vulnerabilities</b>).
 
Without a concerted, repeatable application security configuration process, systems are at a higher risk.
 
Without a concerted, repeatable application security configuration process, systems are at a higher risk.
  
{{Top_10_2010:SubsectionAdvancedTemplate|type={{Top_10_2010:StyleTemplate}}|subsection=howPrevent|position=right|risk=5|year=2017|language=en}}
+
{{Top_10_2010:SubsectionAdvancedTemplate|type={{Top_10_2010:StyleTemplate}}|subsection=howToPrevent|position=right|year=2017|language=en}}
The primary recommendations are to establish all of the following:
+
Secure installation processes should be implemented, including:
# A repeatable hardening process that makes it fast and easy to deploy another environment that is properly locked down. Development, QA, and production environments should all be configured identically (with different passwords used in each environment). This process should be automated to minimize the effort required to setup a new secure environment.
+
* A repeatable hardening process that makes it fast and easy to deploy another environment that is properly locked down. Development, QA, and production environments should all be configured identically, with different credentials used in each environment. This process should be automated to minimize the effort required to setup a new secure environment.
# A process for keeping abreast of and deploying all new software updates and patches in a timely manner to each deployed environment. This process needs to include all components and libraries as well (see <u>[[{{Top_10:LanguageFile|text=documentRootTop10|language=en|year=2017 }}-A9-{{Top_10_2010:ByTheNumbers|9|year=2017|language=en}}|2017-A9]]</u>).
+
* A minimal platform without any unnecessary features, components, documentation, and samples. Remove or do not install unused features and frameworks.
# A strong application architecture that provides effective, secure separation between components.
+
* A task to review and update the configurations appropriate to all security notes, updates and patches as part of the patch management process (see <b>A9:2017-Using Components with Known Vulnerabilities</b>). In particular, review cloud storage permissions (e.g. S3 bucket permissions).
# An automated process to verify that configurations and settings are properly configured in all environments.
+
* A segmented application architecture that provides effective, secure separation between components or tenants, with segmentation, containerization, or cloud security groups (ACLs).
 +
* Sending security directives to clients, e.g. <u>[[OWASP_Secure_Headers_Project|Security Headers]]</u>.
 +
* An automated process to verify the effectiveness of the configurations and settings in all environments.
  
{{Top_10_2010:SubsectionAdvancedTemplate|type={{Top_10_2010:StyleTemplate}}|subsection=example|position=left|risk=5|year=2017|language=en}}
+
{{Top_10_2010:SubsectionAdvancedTemplate|type={{Top_10_2010:StyleTemplate}}|subsection=exampleAttackScenarios|position=left|year=2017|language=en}}
<u>'''Scenario #1:'''</u> The app server admin console is automatically installed and not removed. Default accounts aren’t changed. Attacker discovers the standard admin pages are on your server, logs in with default passwords, and takes over.
+
<b>Scenario #1</b>: The application server comes with sample applications that are not removed from the production server. These sample applications have known security flaws attackers use to compromise the server. If one of these applications is the admin console, and default accounts weren't changed the attacker logs in with default passwords and takes over.
  
<u>'''Scenario #2:'''</u> Directory listing is not disabled on your web server. An attacker discovers they can simply list directories to find any file. The attacker finds and downloads all your compiled Java classes, which they decompile and reverse engineer to get all your custom code. Attacker then finds a serious access control flaw in your application.
+
<b>Scenario #2</b>: Directory listing is not disabled on the server. An attacker discovers they can simply list directories. The attacker finds and downloads the compiled Java classes, which they decompile and reverse engineer to view the code. The attacker then finds a serious access control flaw in the application.
  
<u>'''Scenario #3:'''</u> App server configuration allows stack traces to be returned to users, potentially exposing underlying flaws such as framework versions that are known to be vulnerable.
+
<b>Scenario #3</b>: The application server's configuration allows detailed error messages, e.g. stack traces, to be returned to users. This potentially exposes sensitive information or underlying flaws such as component versions that are known to be vulnerable.
  
<u>'''Scenario #4:'''</u> App server comes with sample applications that are not removed from your production server. These sample applications have well known security flaws attackers can use to compromise your server.
+
<b>Scenario #4</b>: A cloud service provider has default sharing permissions open to the Internet by other CSP users. This allows sensitive data stored within cloud storage to be accessed.
  
{{Top_10_2010:SubsectionAdvancedTemplate|type={{Top_10_2010:StyleTemplate}}|subsection=references|position=right|risk=5|year=2017|language=en}}
+
{{Top_10_2010:SubsectionAdvancedTemplate|type={{Top_10_2010:StyleTemplate}}|subsection=references|position=right|year=2017|language=en}}
 
{{Top_10_2010:SubSubsectionOWASPReferencesTemplate|year=2017|language=en}}
 
{{Top_10_2010:SubSubsectionOWASPReferencesTemplate|year=2017|language=en}}
* <u>[[Configuration|OWASP Development Guide: Chapter on Configuration]]</u>
 
* <u>[[Error_Handling|OWASP Code Review Guide: Chapter on Error Handling]]</u>
 
 
* <u>[[Testing_for_configuration_management|OWASP Testing Guide: Configuration Management]]</u>
 
* <u>[[Testing_for_configuration_management|OWASP Testing Guide: Configuration Management]]</u>
 
* <u>[[Testing_for_Error_Code_(OWASP-IG-006)|OWASP Testing Guide: Testing for Error Codes]]</u>
 
* <u>[[Testing_for_Error_Code_(OWASP-IG-006)|OWASP Testing Guide: Testing for Error Codes]]</u>
* <u>[[A10_2004_Insecure_Configuration_Management|OWASP Top 10 2004 - Insecure Configuration Management]]</u>  
+
* <u>[[OWASP_Secure_Headers_Project|OWASP Security Headers Project]]</u>
 
+
For additional requirements in this area, see the Application Security Verification Standard <u>[[ASVS_V19_Configuration|V19 Configuration]]</u>.
For additional requirements in this area, see the <u>[[ASVS|ASVS requirements areas for Security Configuration (V11 and V19)]]</u>.
 
  
 
{{Top_10_2010:SubSubsectionExternalReferencesTemplate|year=2017|language=en}}
 
{{Top_10_2010:SubSubsectionExternalReferencesTemplate|year=2017|language=en}}
* <u>[http://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-123.pdf NIST Guide to General Server Hardening]</u>
+
* <u>[https://csrc.nist.gov/publications/detail/sp/800-123/final NIST Guide to General Server Hardening]</u>
* <u>[https://cwe.mitre.org/data/definitions/2.html CWE Entry 2 on Environmental Security Flaws]</u>
+
* <u>[https://cwe.mitre.org/data/definitions/2.html CWE-2: Environmental Security Flaws]</u>
* <u>[https://benchmarks.cisecurity.org/downloads/benchmarks/ CIS Security Configuration Guides/Benchmarks]</u>
+
* <u>[https://cwe.mitre.org/data/definitions/16.html CWE-16: Configuration]</u>
 +
* <u>[https://cwe.mitre.org/data/definitions/388.html CWE-388: Error Handling]</u>
 +
* <u>[https://www.cisecurity.org/cis-benchmarks/ CIS Security Configuration Guides/Benchmarks]</u>
 +
* <u>[https://blog.websecurify.com/2017/10/aws-s3-bucket-discovery.html Amazon S3 Bucket Discovery and Enumeration]</u>
  
 
{{Top_10_2013:BottomAdvancedTemplate
 
{{Top_10_2013:BottomAdvancedTemplate
     |type={{Top_10_2010:StyleTemplate}}
+
     |type=box
 +
    |useprev=2017PrevLink
 +
    |prev=A5-{{Top_10_2010:ByTheNumbers
 +
        |5
 +
        |year=2017
 +
        |language=en
 +
    }}
 
     |usenext=2017NextLink
 
     |usenext=2017NextLink
 
     |next=A7-{{Top_10_2010:ByTheNumbers
 
     |next=A7-{{Top_10_2010:ByTheNumbers
              |7
+
        |7
              |year=2017
+
        |year=2017
              |language=en}}
+
        |language=en
     |useprev=2017PrevLink
+
     }}
    |prev=A5-{{Top_10_2010:ByTheNumbers
 
              |5
 
              |year=2017
 
              |language=en}}
 
 
     |year=2017
 
     |year=2017
 
     |language=en
 
     |language=en
 
}}
 
}}
 +
 +
<!-- [[Category:OWASP Top Ten Project]] -->

Revision as of 23:30, 14 December 2017

← A5-Broken Access Control
2017 Table of Contents

PDF version

A7-Cross-Site Scripting (XSS) →
Threat Agents / Attack Vectors Security Weakness Impacts
App Specific Exploitability: 3
Prevalence: 3
Detectability: 3
Technical: 2
Business ?
Attackers will often attempt to exploit unpatched flaws or access default accounts, unused pages, unprotected files and directories, etc to gain unauthorized access or knowledge of the system. Security misconfiguration can happen at any level of an application stack, including the network services, platform, web server, application server, database, frameworks, custom code, and pre-installed virtual machines, containers, or storage. Automated scanners are useful for detecting misconfigurations, use of default accounts or configurations, unnecessary services, legacy options, etc. Such flaws frequently give attackers unauthorized access to some system data or functionality. Occasionally, such flaws result in a complete system compromise. The business impact depends on the protection needs of the application and data.
Is the Application Vulnerable?

The application might be vulnerable if the application is:

  • Missing appropriate security hardening across any part of the application stack, or improperly configured permissions on cloud services.
  • Unnecessary features are enabled or installed (e.g. unnecessary ports, services, pages, accounts, or privileges).
  • Default accounts and their passwords still enabled and unchanged.
  • Error handling reveals stack traces or other overly informative error messages to users.
  • For upgraded systems, latest security features are disabled or not configured securely.
  • The security settings in the application servers, application frameworks (e.g. Struts, Spring, ASP.NET), libraries, databases, etc. not set to secure values.
  • The server does not send security headers or directives or they are not set to secure values.
  • The software is out of date or vulnerable (see A9:2017-Using Components with Known Vulnerabilities).

Without a concerted, repeatable application security configuration process, systems are at a higher risk.

How to Prevent

Secure installation processes should be implemented, including:

  • A repeatable hardening process that makes it fast and easy to deploy another environment that is properly locked down. Development, QA, and production environments should all be configured identically, with different credentials used in each environment. This process should be automated to minimize the effort required to setup a new secure environment.
  • A minimal platform without any unnecessary features, components, documentation, and samples. Remove or do not install unused features and frameworks.
  • A task to review and update the configurations appropriate to all security notes, updates and patches as part of the patch management process (see A9:2017-Using Components with Known Vulnerabilities). In particular, review cloud storage permissions (e.g. S3 bucket permissions).
  • A segmented application architecture that provides effective, secure separation between components or tenants, with segmentation, containerization, or cloud security groups (ACLs).
  • Sending security directives to clients, e.g. Security Headers.
  • An automated process to verify the effectiveness of the configurations and settings in all environments.
Example Attack Scenarios

Scenario #1: The application server comes with sample applications that are not removed from the production server. These sample applications have known security flaws attackers use to compromise the server. If one of these applications is the admin console, and default accounts weren't changed the attacker logs in with default passwords and takes over.

Scenario #2: Directory listing is not disabled on the server. An attacker discovers they can simply list directories. The attacker finds and downloads the compiled Java classes, which they decompile and reverse engineer to view the code. The attacker then finds a serious access control flaw in the application.

Scenario #3: The application server's configuration allows detailed error messages, e.g. stack traces, to be returned to users. This potentially exposes sensitive information or underlying flaws such as component versions that are known to be vulnerable.

Scenario #4: A cloud service provider has default sharing permissions open to the Internet by other CSP users. This allows sensitive data stored within cloud storage to be accessed.

References

OWASP

For additional requirements in this area, see the Application Security Verification Standard V19 Configuration.

External

← A5-Broken Access Control
2017 Table of Contents

PDF version

A7-Cross-Site Scripting (XSS) →

© 2002-2017 OWASP Foundation This document is licensed under the Creative Commons Attribution-ShareAlike 3.0 license. Some rights reserved. CC-by-sa-3 0-88x31.png