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

Template:OWASP Secure Configuration Guide

From OWASP
Revision as of 15:42, 4 December 2014 by Alexander Antukh (talk | contribs) (Description)

Jump to: navigation, search


Secure Configuration Guide page structure is presented below. Please use the template to make the Guide more clean and unified.


Summary

A detailed description of the product (can be taken from the official website)

Common Misconfigurations

Misconfiguration 1

Description

%ProductName% allows unauthorized attacker to list all users of the system ...

// Detailed description of the impact. Is it enabled by default?

How to test

In order to test for %Misconfiguration_1%, one should ...

// Please include the screenshots and widely known tools/scanners!

Remediation

Initial/common value of parameter "listUsers" from config.xml is set to "true".

To assess the vulnerability it is enough to change the value to false:

<security>
	<listUsers>false</listUsers>
</security>

Misconfiguration 2

...


References

http://official.documentation/documentation.pdf

// please also include links to already existing OWASP pages!