<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.owasp.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Samngms</id>
		<title>OWASP - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.owasp.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Samngms"/>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php/Special:Contributions/Samngms"/>
		<updated>2026-04-17T06:40:36Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.27.2</generator>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Category:OWASP_Top_Ten_Project&amp;diff=4809</id>
		<title>Category:OWASP Top Ten Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category:OWASP_Top_Ten_Project&amp;diff=4809"/>
				<updated>2006-06-01T01:12:18Z</updated>
		
		<summary type="html">&lt;p&gt;Samngms: /* Versions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Welcome to the OWASP Top Ten Project'''&lt;br /&gt;
&lt;br /&gt;
The OWASP Top Ten provides a minimum standard for web application security. The OWASP Top Ten represents a broad consensus about what the most critical web application security flaws are. Project members include a variety of security experts from around the world who have shared their expertise to produce this list. There are currently versions in English, French, Japanese, and Korean. A Spanish version is in the works. We urge all companies to adopt the standard within their organization and start the process of ensuring that their web applications do not contain these flaws. Adopting the OWASP Top Ten is perhaps the most effective first step towards changing the software development culture within your organization into one that produces secure code. &lt;br /&gt;
&lt;br /&gt;
==Versions==&lt;br /&gt;
&lt;br /&gt;
'''Browse online'''&lt;br /&gt;
* [[Commentary_OWASP_Top_Ten_Project|browse]]&lt;br /&gt;
&lt;br /&gt;
'''Download'''&lt;br /&gt;
* [[Media:OWASP_Top_Ten_2004.doc|English (Word)]]&lt;br /&gt;
* [http://sourceforge.net/project/showfiles.php?group_id=64424&amp;amp;package_id=70827 English (PDF)]&lt;br /&gt;
&lt;br /&gt;
'''[http://sourceforge.net/project/showfiles.php?group_id=64424&amp;amp;package_id=70827 International Versions]'''&lt;br /&gt;
*Chinese&lt;br /&gt;
*English&lt;br /&gt;
*French&lt;br /&gt;
*Italian&lt;br /&gt;
*Japanese&lt;br /&gt;
*Spanish&lt;br /&gt;
&lt;br /&gt;
==Top Ten Overview==&lt;br /&gt;
&lt;br /&gt;
The following list summarizes the OWASP Top Ten. However, we strongly recommend reading the full report, as each area covers quite a lot of ground.&lt;br /&gt;
&lt;br /&gt;
;[[Commentary OWASP Top Ten Project|Commentary]]&lt;br /&gt;
;[[Introduction_OWASP_Top_Ten_Project|Introduction]]&lt;br /&gt;
;[[Background OWASP Top Ten Project|Background]]&lt;br /&gt;
;[[Updates OWASP Top Ten Project|Updates]]&lt;br /&gt;
&lt;br /&gt;
;A1 [[Unvalidated Input]]&lt;br /&gt;
:Information from web requests is not validated before being used by a web application. Attackers can use these flaws to attack backend components through a web application. &lt;br /&gt;
&lt;br /&gt;
;A2 [[Broken Access Control]]&lt;br /&gt;
:Restrictions on what authenticated users are allowed to do are not properly enforced. Attackers can exploit these flaws to access other users' accounts, view sensitive files, or use unauthorized functions. &lt;br /&gt;
&lt;br /&gt;
;A3 [[Broken Authentication and Session Management]]&lt;br /&gt;
:Account credentials and session tokens are not properly protected. Attackers that can compromise passwords, keys, session cookies, or other tokens can defeat authentication restrictions and assume other users' identities. &lt;br /&gt;
&lt;br /&gt;
;A4 [[Cross Site Scripting]]&lt;br /&gt;
:The web application can be used as a mechanism to transport an attack to an end user's browser. A successful attack can disclose the end user?s session token, attack the local machine, or spoof content to fool the user. &lt;br /&gt;
&lt;br /&gt;
;A5 [[Buffer Overflow]]&lt;br /&gt;
:Web application components in some languages that do not properly validate input can be crashed and, in some cases, used to take control of a process. These components can include CGI, libraries, drivers, and web application server components. &lt;br /&gt;
&lt;br /&gt;
;A6 [[Injection Flaws]]&lt;br /&gt;
:Web applications pass parameters when they access external systems or the local operating system. If an attacker can embed malicious commands in these parameters, the external system may execute those commands on behalf of the web application. &lt;br /&gt;
&lt;br /&gt;
;A7 [[Improper Error Handling]]&lt;br /&gt;
:Error conditions that occur during normal operation are not handled properly. If an attacker can cause errors to occur that the web application does not handle, they can gain detailed system information, deny service, cause security mechanisms to fail, or crash the server. &lt;br /&gt;
&lt;br /&gt;
;A8 [[Insecure Storage]]&lt;br /&gt;
:Web applications frequently use cryptographic functions to protect information and credentials. These functions and the code to integrate them have proven difficult to code properly, frequently resulting in weak protection. &lt;br /&gt;
&lt;br /&gt;
;A9 [[Application Denial of Service]]&lt;br /&gt;
:Attackers can consume web application resources to a point where other legitimate users can no longer access or use the application. Attackers can also lock users out of their accounts or even cause the entire application to fail. &lt;br /&gt;
&lt;br /&gt;
;A10 [[Insecure Configuration Management]]&lt;br /&gt;
:Having a strong server configuration standard is critical to a secure web application. These servers have many configuration options that affect security and are not secure out of the box. &lt;br /&gt;
&lt;br /&gt;
;[[Conclusion OWASP Top Ten Project|Conclusion]]&lt;br /&gt;
&lt;br /&gt;
==Acknowledgements==&lt;br /&gt;
&lt;br /&gt;
OWASP would like to thank the researchers at Aspect Security for their leadership and contributions to the Top Ten project.&lt;br /&gt;
&lt;br /&gt;
The OWASP Top Ten project lead is Jeff Williams from Aspect Security. He can be contacted at jeff.williams 'at' owasp.org.&lt;br /&gt;
&lt;br /&gt;
International Translators&lt;br /&gt;
&lt;br /&gt;
* Ludovic Petit (French)&lt;br /&gt;
* Satoru Takahashi (Japanese)&lt;br /&gt;
* Jeremy Bae (Korean)&lt;br /&gt;
* Juan Carlos Calderon, &lt;br /&gt;
* Pedro DelReal, Rogelio Morell and Javier Muzquiz (Spanish)&lt;br /&gt;
&lt;br /&gt;
==Users and Adopters==&lt;br /&gt;
&lt;br /&gt;
The U.S. Federal Trade Commission strongly recommends that all companies use the OWASP Top Ten and ensure that their partners do the same. In addition, the U.S. Defense Information Systems Agency has listed the OWASP Top Ten as key best practices that should be used as part of the DOD Information Technology Security Certification and Accreditation (C&amp;amp;A) Process (DITSCAP).&lt;br /&gt;
&lt;br /&gt;
In the commercial market, the [http://usa.visa.com/download/business/accepting_visa/ops_risk_management/cisp_PCI_Data_Security_Standard.pdf Payment Card Industry (PCI) standard] has adopted the OWASP Top Ten, and requires (among other things) that all merchants get a security code review for all their custom code. In addition, a broad range of companies and agencies around the globe are also using the OWASP Top Ten, including:&lt;br /&gt;
&lt;br /&gt;
* Sprint&lt;br /&gt;
* IBM Global Services&lt;br /&gt;
* Cognizant&lt;br /&gt;
* Foundstone Strategic Security&lt;br /&gt;
* Bureau of Alcohol, Tobacco, and Firearms (ATF)&lt;br /&gt;
* Sun Microsystems&lt;br /&gt;
* British Telecom&lt;br /&gt;
* National Australia Bank&lt;br /&gt;
* Swiss Federal Institute of Technology&lt;br /&gt;
* Sempra Energy&lt;br /&gt;
* Corillian Corporation&lt;br /&gt;
* A.G. Edwards&lt;br /&gt;
* Texas Dept of Human Services&lt;br /&gt;
* Predictive Systems&lt;br /&gt;
* Price Waterhouse Coopers&lt;br /&gt;
* Best Software&lt;br /&gt;
* Online Business Systems&lt;br /&gt;
* ZipForm&lt;br /&gt;
* Contra Costa County, CA&lt;br /&gt;
* SSP Solutions&lt;br /&gt;
* Recreational Equipment, Inc. (REI)&lt;br /&gt;
* Zapatec&lt;br /&gt;
* Cboss Internet&lt;br /&gt;
* Samsung SDS (Korea)&lt;br /&gt;
* Norfolk Southern&lt;br /&gt;
* Bank of Newport&lt;br /&gt;
* ...and many others&lt;br /&gt;
&lt;br /&gt;
Several schools have also adopted the OWASP Top Ten as a part of their curriculum, including Michigan State University (MSU), and the University of California at San Diego (UCSD).&lt;br /&gt;
&lt;br /&gt;
==Feedback==&lt;br /&gt;
&lt;br /&gt;
Please let us know how your organization is using the Top Ten. Include your name, organization's name, and brief description of how you use the list. Thanks for supporting OWASP! &lt;br /&gt;
&lt;br /&gt;
We hope you find the information in the OWASP Top Ten useful. Please contribute back to the project by sending your comments, questions, and suggestions to topten@owasp.org. Thanks!&lt;br /&gt;
&lt;br /&gt;
To join the OWASP Top Ten mailing list or view the archives, please visit the subscription page. &lt;br /&gt;
&lt;br /&gt;
==Project Sponsors== &lt;br /&gt;
&lt;br /&gt;
The OWASP Top Ten project is sponsored by &lt;br /&gt;
[http://www.aspectsecurity.com http://www.owasp.org/docroot/owasp/img/members/aspect_logo.gif]&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Project]]&lt;br /&gt;
[[Category:OWASP Document]]&lt;br /&gt;
[[Category:OWASP Download]]&lt;/div&gt;</summary>
		<author><name>Samngms</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Category:OWASP_Top_Ten_Project&amp;diff=4808</id>
		<title>Category:OWASP Top Ten Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category:OWASP_Top_Ten_Project&amp;diff=4808"/>
				<updated>2006-06-01T01:05:02Z</updated>
		
		<summary type="html">&lt;p&gt;Samngms: /* Versions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Welcome to the OWASP Top Ten Project'''&lt;br /&gt;
&lt;br /&gt;
The OWASP Top Ten provides a minimum standard for web application security. The OWASP Top Ten represents a broad consensus about what the most critical web application security flaws are. Project members include a variety of security experts from around the world who have shared their expertise to produce this list. There are currently versions in English, French, Japanese, and Korean. A Spanish version is in the works. We urge all companies to adopt the standard within their organization and start the process of ensuring that their web applications do not contain these flaws. Adopting the OWASP Top Ten is perhaps the most effective first step towards changing the software development culture within your organization into one that produces secure code. &lt;br /&gt;
&lt;br /&gt;
==Versions==&lt;br /&gt;
&lt;br /&gt;
'''Browse online'''&lt;br /&gt;
* [[Commentary_OWASP_Top_Ten_Project|browse]]&lt;br /&gt;
&lt;br /&gt;
'''Download'''&lt;br /&gt;
* [[Media:OWASP_Top_Ten_2004.doc|English (Word)]]&lt;br /&gt;
* [http://sourceforge.net/project/showfiles.php?group_id=64424&amp;amp;package_id=70827 English (PDF)]&lt;br /&gt;
&lt;br /&gt;
'''[http://sourceforge.net/project/showfiles.php?group_id=64424&amp;amp;package_id=70827 International Versions]'''&lt;br /&gt;
*Chinese (Edit by Hong Kong Chapter)&lt;br /&gt;
*English&lt;br /&gt;
*French&lt;br /&gt;
*Italian&lt;br /&gt;
*Japanese&lt;br /&gt;
*Spanish&lt;br /&gt;
&lt;br /&gt;
==Top Ten Overview==&lt;br /&gt;
&lt;br /&gt;
The following list summarizes the OWASP Top Ten. However, we strongly recommend reading the full report, as each area covers quite a lot of ground.&lt;br /&gt;
&lt;br /&gt;
;[[Commentary OWASP Top Ten Project|Commentary]]&lt;br /&gt;
;[[Introduction_OWASP_Top_Ten_Project|Introduction]]&lt;br /&gt;
;[[Background OWASP Top Ten Project|Background]]&lt;br /&gt;
;[[Updates OWASP Top Ten Project|Updates]]&lt;br /&gt;
&lt;br /&gt;
;A1 [[Unvalidated Input]]&lt;br /&gt;
:Information from web requests is not validated before being used by a web application. Attackers can use these flaws to attack backend components through a web application. &lt;br /&gt;
&lt;br /&gt;
;A2 [[Broken Access Control]]&lt;br /&gt;
:Restrictions on what authenticated users are allowed to do are not properly enforced. Attackers can exploit these flaws to access other users' accounts, view sensitive files, or use unauthorized functions. &lt;br /&gt;
&lt;br /&gt;
;A3 [[Broken Authentication and Session Management]]&lt;br /&gt;
:Account credentials and session tokens are not properly protected. Attackers that can compromise passwords, keys, session cookies, or other tokens can defeat authentication restrictions and assume other users' identities. &lt;br /&gt;
&lt;br /&gt;
;A4 [[Cross Site Scripting]]&lt;br /&gt;
:The web application can be used as a mechanism to transport an attack to an end user's browser. A successful attack can disclose the end user?s session token, attack the local machine, or spoof content to fool the user. &lt;br /&gt;
&lt;br /&gt;
;A5 [[Buffer Overflow]]&lt;br /&gt;
:Web application components in some languages that do not properly validate input can be crashed and, in some cases, used to take control of a process. These components can include CGI, libraries, drivers, and web application server components. &lt;br /&gt;
&lt;br /&gt;
;A6 [[Injection Flaws]]&lt;br /&gt;
:Web applications pass parameters when they access external systems or the local operating system. If an attacker can embed malicious commands in these parameters, the external system may execute those commands on behalf of the web application. &lt;br /&gt;
&lt;br /&gt;
;A7 [[Improper Error Handling]]&lt;br /&gt;
:Error conditions that occur during normal operation are not handled properly. If an attacker can cause errors to occur that the web application does not handle, they can gain detailed system information, deny service, cause security mechanisms to fail, or crash the server. &lt;br /&gt;
&lt;br /&gt;
;A8 [[Insecure Storage]]&lt;br /&gt;
:Web applications frequently use cryptographic functions to protect information and credentials. These functions and the code to integrate them have proven difficult to code properly, frequently resulting in weak protection. &lt;br /&gt;
&lt;br /&gt;
;A9 [[Application Denial of Service]]&lt;br /&gt;
:Attackers can consume web application resources to a point where other legitimate users can no longer access or use the application. Attackers can also lock users out of their accounts or even cause the entire application to fail. &lt;br /&gt;
&lt;br /&gt;
;A10 [[Insecure Configuration Management]]&lt;br /&gt;
:Having a strong server configuration standard is critical to a secure web application. These servers have many configuration options that affect security and are not secure out of the box. &lt;br /&gt;
&lt;br /&gt;
;[[Conclusion OWASP Top Ten Project|Conclusion]]&lt;br /&gt;
&lt;br /&gt;
==Acknowledgements==&lt;br /&gt;
&lt;br /&gt;
OWASP would like to thank the researchers at Aspect Security for their leadership and contributions to the Top Ten project.&lt;br /&gt;
&lt;br /&gt;
The OWASP Top Ten project lead is Jeff Williams from Aspect Security. He can be contacted at jeff.williams 'at' owasp.org.&lt;br /&gt;
&lt;br /&gt;
International Translators&lt;br /&gt;
&lt;br /&gt;
* Ludovic Petit (French)&lt;br /&gt;
* Satoru Takahashi (Japanese)&lt;br /&gt;
* Jeremy Bae (Korean)&lt;br /&gt;
* Juan Carlos Calderon, &lt;br /&gt;
* Pedro DelReal, Rogelio Morell and Javier Muzquiz (Spanish)&lt;br /&gt;
&lt;br /&gt;
==Users and Adopters==&lt;br /&gt;
&lt;br /&gt;
The U.S. Federal Trade Commission strongly recommends that all companies use the OWASP Top Ten and ensure that their partners do the same. In addition, the U.S. Defense Information Systems Agency has listed the OWASP Top Ten as key best practices that should be used as part of the DOD Information Technology Security Certification and Accreditation (C&amp;amp;A) Process (DITSCAP).&lt;br /&gt;
&lt;br /&gt;
In the commercial market, the [http://usa.visa.com/download/business/accepting_visa/ops_risk_management/cisp_PCI_Data_Security_Standard.pdf Payment Card Industry (PCI) standard] has adopted the OWASP Top Ten, and requires (among other things) that all merchants get a security code review for all their custom code. In addition, a broad range of companies and agencies around the globe are also using the OWASP Top Ten, including:&lt;br /&gt;
&lt;br /&gt;
* Sprint&lt;br /&gt;
* IBM Global Services&lt;br /&gt;
* Cognizant&lt;br /&gt;
* Foundstone Strategic Security&lt;br /&gt;
* Bureau of Alcohol, Tobacco, and Firearms (ATF)&lt;br /&gt;
* Sun Microsystems&lt;br /&gt;
* British Telecom&lt;br /&gt;
* National Australia Bank&lt;br /&gt;
* Swiss Federal Institute of Technology&lt;br /&gt;
* Sempra Energy&lt;br /&gt;
* Corillian Corporation&lt;br /&gt;
* A.G. Edwards&lt;br /&gt;
* Texas Dept of Human Services&lt;br /&gt;
* Predictive Systems&lt;br /&gt;
* Price Waterhouse Coopers&lt;br /&gt;
* Best Software&lt;br /&gt;
* Online Business Systems&lt;br /&gt;
* ZipForm&lt;br /&gt;
* Contra Costa County, CA&lt;br /&gt;
* SSP Solutions&lt;br /&gt;
* Recreational Equipment, Inc. (REI)&lt;br /&gt;
* Zapatec&lt;br /&gt;
* Cboss Internet&lt;br /&gt;
* Samsung SDS (Korea)&lt;br /&gt;
* Norfolk Southern&lt;br /&gt;
* Bank of Newport&lt;br /&gt;
* ...and many others&lt;br /&gt;
&lt;br /&gt;
Several schools have also adopted the OWASP Top Ten as a part of their curriculum, including Michigan State University (MSU), and the University of California at San Diego (UCSD).&lt;br /&gt;
&lt;br /&gt;
==Feedback==&lt;br /&gt;
&lt;br /&gt;
Please let us know how your organization is using the Top Ten. Include your name, organization's name, and brief description of how you use the list. Thanks for supporting OWASP! &lt;br /&gt;
&lt;br /&gt;
We hope you find the information in the OWASP Top Ten useful. Please contribute back to the project by sending your comments, questions, and suggestions to topten@owasp.org. Thanks!&lt;br /&gt;
&lt;br /&gt;
To join the OWASP Top Ten mailing list or view the archives, please visit the subscription page. &lt;br /&gt;
&lt;br /&gt;
==Project Sponsors== &lt;br /&gt;
&lt;br /&gt;
The OWASP Top Ten project is sponsored by &lt;br /&gt;
[http://www.aspectsecurity.com http://www.owasp.org/docroot/owasp/img/members/aspect_logo.gif]&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Project]]&lt;br /&gt;
[[Category:OWASP Document]]&lt;br /&gt;
[[Category:OWASP Download]]&lt;/div&gt;</summary>
		<author><name>Samngms</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Category:OWASP_Top_Ten_Project&amp;diff=4807</id>
		<title>Category:OWASP Top Ten Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category:OWASP_Top_Ten_Project&amp;diff=4807"/>
				<updated>2006-06-01T01:01:18Z</updated>
		
		<summary type="html">&lt;p&gt;Samngms: /* Versions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Welcome to the OWASP Top Ten Project'''&lt;br /&gt;
&lt;br /&gt;
The OWASP Top Ten provides a minimum standard for web application security. The OWASP Top Ten represents a broad consensus about what the most critical web application security flaws are. Project members include a variety of security experts from around the world who have shared their expertise to produce this list. There are currently versions in English, French, Japanese, and Korean. A Spanish version is in the works. We urge all companies to adopt the standard within their organization and start the process of ensuring that their web applications do not contain these flaws. Adopting the OWASP Top Ten is perhaps the most effective first step towards changing the software development culture within your organization into one that produces secure code. &lt;br /&gt;
&lt;br /&gt;
==Versions==&lt;br /&gt;
&lt;br /&gt;
'''Browse online'''&lt;br /&gt;
* [[Commentary_OWASP_Top_Ten_Project|browse]]&lt;br /&gt;
&lt;br /&gt;
'''Download'''&lt;br /&gt;
* [[Media:OWASP_Top_Ten_2004.doc|English (Word)]]&lt;br /&gt;
* [http://sourceforge.net/project/showfiles.php?group_id=64424&amp;amp;package_id=70827 English (PDF)]&lt;br /&gt;
&lt;br /&gt;
'''[http://sourceforge.net/project/showfiles.php?group_id=64424&amp;amp;package_id=70827 International Versions]'''&lt;br /&gt;
*Chinese (TC/SC)&lt;br /&gt;
*English&lt;br /&gt;
*French&lt;br /&gt;
*Italian&lt;br /&gt;
*Japanese&lt;br /&gt;
*Spanish&lt;br /&gt;
&lt;br /&gt;
==Top Ten Overview==&lt;br /&gt;
&lt;br /&gt;
The following list summarizes the OWASP Top Ten. However, we strongly recommend reading the full report, as each area covers quite a lot of ground.&lt;br /&gt;
&lt;br /&gt;
;[[Commentary OWASP Top Ten Project|Commentary]]&lt;br /&gt;
;[[Introduction_OWASP_Top_Ten_Project|Introduction]]&lt;br /&gt;
;[[Background OWASP Top Ten Project|Background]]&lt;br /&gt;
;[[Updates OWASP Top Ten Project|Updates]]&lt;br /&gt;
&lt;br /&gt;
;A1 [[Unvalidated Input]]&lt;br /&gt;
:Information from web requests is not validated before being used by a web application. Attackers can use these flaws to attack backend components through a web application. &lt;br /&gt;
&lt;br /&gt;
;A2 [[Broken Access Control]]&lt;br /&gt;
:Restrictions on what authenticated users are allowed to do are not properly enforced. Attackers can exploit these flaws to access other users' accounts, view sensitive files, or use unauthorized functions. &lt;br /&gt;
&lt;br /&gt;
;A3 [[Broken Authentication and Session Management]]&lt;br /&gt;
:Account credentials and session tokens are not properly protected. Attackers that can compromise passwords, keys, session cookies, or other tokens can defeat authentication restrictions and assume other users' identities. &lt;br /&gt;
&lt;br /&gt;
;A4 [[Cross Site Scripting]]&lt;br /&gt;
:The web application can be used as a mechanism to transport an attack to an end user's browser. A successful attack can disclose the end user?s session token, attack the local machine, or spoof content to fool the user. &lt;br /&gt;
&lt;br /&gt;
;A5 [[Buffer Overflow]]&lt;br /&gt;
:Web application components in some languages that do not properly validate input can be crashed and, in some cases, used to take control of a process. These components can include CGI, libraries, drivers, and web application server components. &lt;br /&gt;
&lt;br /&gt;
;A6 [[Injection Flaws]]&lt;br /&gt;
:Web applications pass parameters when they access external systems or the local operating system. If an attacker can embed malicious commands in these parameters, the external system may execute those commands on behalf of the web application. &lt;br /&gt;
&lt;br /&gt;
;A7 [[Improper Error Handling]]&lt;br /&gt;
:Error conditions that occur during normal operation are not handled properly. If an attacker can cause errors to occur that the web application does not handle, they can gain detailed system information, deny service, cause security mechanisms to fail, or crash the server. &lt;br /&gt;
&lt;br /&gt;
;A8 [[Insecure Storage]]&lt;br /&gt;
:Web applications frequently use cryptographic functions to protect information and credentials. These functions and the code to integrate them have proven difficult to code properly, frequently resulting in weak protection. &lt;br /&gt;
&lt;br /&gt;
;A9 [[Application Denial of Service]]&lt;br /&gt;
:Attackers can consume web application resources to a point where other legitimate users can no longer access or use the application. Attackers can also lock users out of their accounts or even cause the entire application to fail. &lt;br /&gt;
&lt;br /&gt;
;A10 [[Insecure Configuration Management]]&lt;br /&gt;
:Having a strong server configuration standard is critical to a secure web application. These servers have many configuration options that affect security and are not secure out of the box. &lt;br /&gt;
&lt;br /&gt;
;[[Conclusion OWASP Top Ten Project|Conclusion]]&lt;br /&gt;
&lt;br /&gt;
==Acknowledgements==&lt;br /&gt;
&lt;br /&gt;
OWASP would like to thank the researchers at Aspect Security for their leadership and contributions to the Top Ten project.&lt;br /&gt;
&lt;br /&gt;
The OWASP Top Ten project lead is Jeff Williams from Aspect Security. He can be contacted at jeff.williams 'at' owasp.org.&lt;br /&gt;
&lt;br /&gt;
International Translators&lt;br /&gt;
&lt;br /&gt;
* Ludovic Petit (French)&lt;br /&gt;
* Satoru Takahashi (Japanese)&lt;br /&gt;
* Jeremy Bae (Korean)&lt;br /&gt;
* Juan Carlos Calderon, &lt;br /&gt;
* Pedro DelReal, Rogelio Morell and Javier Muzquiz (Spanish)&lt;br /&gt;
&lt;br /&gt;
==Users and Adopters==&lt;br /&gt;
&lt;br /&gt;
The U.S. Federal Trade Commission strongly recommends that all companies use the OWASP Top Ten and ensure that their partners do the same. In addition, the U.S. Defense Information Systems Agency has listed the OWASP Top Ten as key best practices that should be used as part of the DOD Information Technology Security Certification and Accreditation (C&amp;amp;A) Process (DITSCAP).&lt;br /&gt;
&lt;br /&gt;
In the commercial market, the [http://usa.visa.com/download/business/accepting_visa/ops_risk_management/cisp_PCI_Data_Security_Standard.pdf Payment Card Industry (PCI) standard] has adopted the OWASP Top Ten, and requires (among other things) that all merchants get a security code review for all their custom code. In addition, a broad range of companies and agencies around the globe are also using the OWASP Top Ten, including:&lt;br /&gt;
&lt;br /&gt;
* Sprint&lt;br /&gt;
* IBM Global Services&lt;br /&gt;
* Cognizant&lt;br /&gt;
* Foundstone Strategic Security&lt;br /&gt;
* Bureau of Alcohol, Tobacco, and Firearms (ATF)&lt;br /&gt;
* Sun Microsystems&lt;br /&gt;
* British Telecom&lt;br /&gt;
* National Australia Bank&lt;br /&gt;
* Swiss Federal Institute of Technology&lt;br /&gt;
* Sempra Energy&lt;br /&gt;
* Corillian Corporation&lt;br /&gt;
* A.G. Edwards&lt;br /&gt;
* Texas Dept of Human Services&lt;br /&gt;
* Predictive Systems&lt;br /&gt;
* Price Waterhouse Coopers&lt;br /&gt;
* Best Software&lt;br /&gt;
* Online Business Systems&lt;br /&gt;
* ZipForm&lt;br /&gt;
* Contra Costa County, CA&lt;br /&gt;
* SSP Solutions&lt;br /&gt;
* Recreational Equipment, Inc. (REI)&lt;br /&gt;
* Zapatec&lt;br /&gt;
* Cboss Internet&lt;br /&gt;
* Samsung SDS (Korea)&lt;br /&gt;
* Norfolk Southern&lt;br /&gt;
* Bank of Newport&lt;br /&gt;
* ...and many others&lt;br /&gt;
&lt;br /&gt;
Several schools have also adopted the OWASP Top Ten as a part of their curriculum, including Michigan State University (MSU), and the University of California at San Diego (UCSD).&lt;br /&gt;
&lt;br /&gt;
==Feedback==&lt;br /&gt;
&lt;br /&gt;
Please let us know how your organization is using the Top Ten. Include your name, organization's name, and brief description of how you use the list. Thanks for supporting OWASP! &lt;br /&gt;
&lt;br /&gt;
We hope you find the information in the OWASP Top Ten useful. Please contribute back to the project by sending your comments, questions, and suggestions to topten@owasp.org. Thanks!&lt;br /&gt;
&lt;br /&gt;
To join the OWASP Top Ten mailing list or view the archives, please visit the subscription page. &lt;br /&gt;
&lt;br /&gt;
==Project Sponsors== &lt;br /&gt;
&lt;br /&gt;
The OWASP Top Ten project is sponsored by &lt;br /&gt;
[http://www.aspectsecurity.com http://www.owasp.org/docroot/owasp/img/members/aspect_logo.gif]&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Project]]&lt;br /&gt;
[[Category:OWASP Document]]&lt;br /&gt;
[[Category:OWASP Download]]&lt;/div&gt;</summary>
		<author><name>Samngms</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Category:Attack&amp;diff=4642</id>
		<title>Category:Attack</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category:Attack&amp;diff=4642"/>
				<updated>2006-05-31T01:35:11Z</updated>
		
		<summary type="html">&lt;p&gt;Samngms: /* Work to be done here includes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Application Security Threats'''&lt;br /&gt;
&lt;br /&gt;
This category is for common types of application security attacks. These are the techniques that attackers use to exploit the vulnerabilities in applications. Attacks are often confused with vulnerabilities, so please try to be sure that the attack you are describing is something that an attacker would do, rather than a weakness in an application.&lt;br /&gt;
&lt;br /&gt;
An attack article should include:&lt;br /&gt;
* the [[:Category:Threat|Threat]]&lt;br /&gt;
* the [[:Category:Vulnerability|Vulnerability]]&lt;br /&gt;
* a description of exactly how the attack works&lt;br /&gt;
* tools and techniques for performing the attack&lt;br /&gt;
&lt;br /&gt;
{{Template:PutInCategory}}&lt;br /&gt;
&lt;br /&gt;
{{Template:Stub}}&lt;br /&gt;
&lt;br /&gt;
==Work to be done here includes==&lt;br /&gt;
&lt;br /&gt;
Creating articles for the following topics:&lt;br /&gt;
*Brute Force Attacks&lt;br /&gt;
*Account Lockout&lt;br /&gt;
*Credential/Session Prediction&lt;br /&gt;
*Unauthorized Access Attempts&lt;br /&gt;
*Session Fixation&lt;br /&gt;
*Session Hijacking&lt;br /&gt;
*Cross-Site Scripting&lt;br /&gt;
*Buffer Overflow Attack&lt;br /&gt;
*Format String Attack&lt;br /&gt;
*Directory Indexing&lt;br /&gt;
*File Path Abuse&lt;br /&gt;
*Traffic Flood&lt;br /&gt;
*Automation of Functionality&lt;br /&gt;
*File location guessing (see [[Guessed or visible temporary file]]&lt;br /&gt;
* ... make sure the attack is listed for each [[:Category:Vulnerability|vulnerability]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: many of the items marked vulnerabilities from CLASP and other places are really attacks. Some of the more obvious are:&lt;br /&gt;
* [[Command injection]]&lt;br /&gt;
* [[Log injection]]&lt;br /&gt;
* [[Resource exhaustion]]&lt;br /&gt;
* [[SQL injection]]&lt;br /&gt;
* [[Reflection injection]]&lt;br /&gt;
* [[Reflection attack in an auth protocol]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Article Type]]&lt;/div&gt;</summary>
		<author><name>Samngms</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=SQL_Injection&amp;diff=4641</id>
		<title>SQL Injection</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=SQL_Injection&amp;diff=4641"/>
				<updated>2006-05-31T01:34:50Z</updated>
		
		<summary type="html">&lt;p&gt;Samngms: /* Avoidance and mitigation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:SecureSoftware}}&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
&lt;br /&gt;
[[Glossary#SQL Injection|SQL Injection]] attacks are another instantiation of injection attack, in which SQL commands are injected into data-plane input in order to effect the execution of predefined SQL commands.&lt;br /&gt;
&lt;br /&gt;
==Consequences ==&lt;br /&gt;
&lt;br /&gt;
* Confidentiality: Since SQL databases generally hold sensitive data, loss of confidentiality is a frequent problem with [[Glossary#SQL Injection|SQL Injection]] vulnerabilities.&lt;br /&gt;
&lt;br /&gt;
* Authentication: If poor SQL commands are used to check user names and passwords, it may be possible to connect to a system as another user with no previous knowledge of the password.&lt;br /&gt;
&lt;br /&gt;
* Authorization: If authorization information is held in an SQL database, it may be possible to change this information through the successful exploitation of an [[Glossary#SQL Injection|SQL Injection]] vulnerability.&lt;br /&gt;
&lt;br /&gt;
* Integrity: Just as it may be possible to read sensitive information, it is also possible to make changes or even delete this information with an [[Glossary#SQL Injection|SQL Injection]] attack.&lt;br /&gt;
&lt;br /&gt;
==Exposure period ==&lt;br /&gt;
&lt;br /&gt;
* Requirements specification: A non-SQL style database which is not subject to this flaw may be chosen.&lt;br /&gt;
&lt;br /&gt;
* Implementation: If SQL is used, all flaws resulting in [[Glossary#SQL Injection|SQL Injection]] problems must be mitigated at the implementation level.&lt;br /&gt;
&lt;br /&gt;
==Platform ==&lt;br /&gt;
&lt;br /&gt;
* Language: SQL&lt;br /&gt;
&lt;br /&gt;
* Platform: Any (requires interaction with an SQL database)&lt;br /&gt;
&lt;br /&gt;
==Required resources ==&lt;br /&gt;
&lt;br /&gt;
Any&lt;br /&gt;
&lt;br /&gt;
==Severity ==&lt;br /&gt;
&lt;br /&gt;
Medium to High&lt;br /&gt;
&lt;br /&gt;
==Likelihood   of exploit ==&lt;br /&gt;
&lt;br /&gt;
Very High&lt;br /&gt;
&lt;br /&gt;
==Avoidance and mitigation ==&lt;br /&gt;
&lt;br /&gt;
* Requirements specification: A non-SQL style database which is not subject to this flaw may be chosen.&lt;br /&gt;
&lt;br /&gt;
* Implementation: Use vigorous white-list style checking on any user input that may be used in an SQL command. Rather than escape meta-characters, it is safest to disallow them entirely. Reason: Later use of data that has been entered in the database may neglect to escape meta-characters before use.&lt;br /&gt;
&lt;br /&gt;
* [[Image:Advanced Topics on SQL Injection Protection.ppt]]&lt;br /&gt;
&lt;br /&gt;
==Discussion ==&lt;br /&gt;
&lt;br /&gt;
[[Glossary#SQL Injection|SQL Injection]] has become a common issue with database-driven web sites. The flaw is easily detected, and easily exploited, and as such, any site or software package with even a minimal user base is likely to be subject to an attempted attack of this kind. &lt;br /&gt;
&lt;br /&gt;
Essentially, the attack is accomplished by placing a meta character into data input to then place SQL commands in the control plane, which did not exist there before. This flaw depends on the fact that SQL makes no real distinction between the control and data planes.&lt;br /&gt;
&lt;br /&gt;
==Examples ==&lt;br /&gt;
&lt;br /&gt;
In SQL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
select id, firstname, lastname from authors&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If one provided:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Firstname: evil'ex&lt;br /&gt;
Lastname: Newman&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
the query string becomes:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
select id, firstname, lastname from authors where forename = 'evil'ex' and surname ='newman'&lt;br /&gt;
which the database attempts to run as &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Incorrect syntax near al' as the database tried to execute evil. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A safe version of the above SQL statement could be coded in Java as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
String firstname = req.getParameter(&amp;quot;firstname&amp;quot;);&lt;br /&gt;
String lastname = req.getParameter(&amp;quot;lastname&amp;quot;);&lt;br /&gt;
// FIXME: do your own validation to detect attacks&lt;br /&gt;
String query = &amp;quot;SELECT id, firstname, lastname FROM authors WHERE forename = ? and surname = ?&amp;quot;;&lt;br /&gt;
PreparedStatement pstmt = connection.prepareStatement( query );&lt;br /&gt;
pstmt.setString( 1, firstname );&lt;br /&gt;
pstmt.setString( 2, lastname );&lt;br /&gt;
try&lt;br /&gt;
{&lt;br /&gt;
	ResultSet results = pstmt.execute( );&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Related problems ==&lt;br /&gt;
&lt;br /&gt;
* [[Injection problem]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Vulnerability]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Range and Type Errors]]&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_CLASP_Project]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Code Snippet]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Java]]&lt;/div&gt;</summary>
		<author><name>Samngms</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=SQL_Injection&amp;diff=4640</id>
		<title>SQL Injection</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=SQL_Injection&amp;diff=4640"/>
				<updated>2006-05-31T01:34:14Z</updated>
		
		<summary type="html">&lt;p&gt;Samngms: /* Avoidance and mitigation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:SecureSoftware}}&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
&lt;br /&gt;
[[Glossary#SQL Injection|SQL Injection]] attacks are another instantiation of injection attack, in which SQL commands are injected into data-plane input in order to effect the execution of predefined SQL commands.&lt;br /&gt;
&lt;br /&gt;
==Consequences ==&lt;br /&gt;
&lt;br /&gt;
* Confidentiality: Since SQL databases generally hold sensitive data, loss of confidentiality is a frequent problem with [[Glossary#SQL Injection|SQL Injection]] vulnerabilities.&lt;br /&gt;
&lt;br /&gt;
* Authentication: If poor SQL commands are used to check user names and passwords, it may be possible to connect to a system as another user with no previous knowledge of the password.&lt;br /&gt;
&lt;br /&gt;
* Authorization: If authorization information is held in an SQL database, it may be possible to change this information through the successful exploitation of an [[Glossary#SQL Injection|SQL Injection]] vulnerability.&lt;br /&gt;
&lt;br /&gt;
* Integrity: Just as it may be possible to read sensitive information, it is also possible to make changes or even delete this information with an [[Glossary#SQL Injection|SQL Injection]] attack.&lt;br /&gt;
&lt;br /&gt;
==Exposure period ==&lt;br /&gt;
&lt;br /&gt;
* Requirements specification: A non-SQL style database which is not subject to this flaw may be chosen.&lt;br /&gt;
&lt;br /&gt;
* Implementation: If SQL is used, all flaws resulting in [[Glossary#SQL Injection|SQL Injection]] problems must be mitigated at the implementation level.&lt;br /&gt;
&lt;br /&gt;
==Platform ==&lt;br /&gt;
&lt;br /&gt;
* Language: SQL&lt;br /&gt;
&lt;br /&gt;
* Platform: Any (requires interaction with an SQL database)&lt;br /&gt;
&lt;br /&gt;
==Required resources ==&lt;br /&gt;
&lt;br /&gt;
Any&lt;br /&gt;
&lt;br /&gt;
==Severity ==&lt;br /&gt;
&lt;br /&gt;
Medium to High&lt;br /&gt;
&lt;br /&gt;
==Likelihood   of exploit ==&lt;br /&gt;
&lt;br /&gt;
Very High&lt;br /&gt;
&lt;br /&gt;
==Avoidance and mitigation ==&lt;br /&gt;
&lt;br /&gt;
* Requirements specification: A non-SQL style database which is not subject to this flaw may be chosen.&lt;br /&gt;
&lt;br /&gt;
* Implementation: Use vigorous white-list style checking on any user input that may be used in an SQL command. Rather than escape meta-characters, it is safest to disallow them entirely. Reason: Later use of data that has been entered in the database may neglect to escape meta-characters before use.&lt;br /&gt;
&lt;br /&gt;
* [[Image:Advanced Topics on SQL Injection Protection.ppt|Advanced Topics on SQL Injection Protection]]&lt;br /&gt;
&lt;br /&gt;
==Discussion ==&lt;br /&gt;
&lt;br /&gt;
[[Glossary#SQL Injection|SQL Injection]] has become a common issue with database-driven web sites. The flaw is easily detected, and easily exploited, and as such, any site or software package with even a minimal user base is likely to be subject to an attempted attack of this kind. &lt;br /&gt;
&lt;br /&gt;
Essentially, the attack is accomplished by placing a meta character into data input to then place SQL commands in the control plane, which did not exist there before. This flaw depends on the fact that SQL makes no real distinction between the control and data planes.&lt;br /&gt;
&lt;br /&gt;
==Examples ==&lt;br /&gt;
&lt;br /&gt;
In SQL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
select id, firstname, lastname from authors&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If one provided:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Firstname: evil'ex&lt;br /&gt;
Lastname: Newman&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
the query string becomes:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
select id, firstname, lastname from authors where forename = 'evil'ex' and surname ='newman'&lt;br /&gt;
which the database attempts to run as &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Incorrect syntax near al' as the database tried to execute evil. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A safe version of the above SQL statement could be coded in Java as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
String firstname = req.getParameter(&amp;quot;firstname&amp;quot;);&lt;br /&gt;
String lastname = req.getParameter(&amp;quot;lastname&amp;quot;);&lt;br /&gt;
// FIXME: do your own validation to detect attacks&lt;br /&gt;
String query = &amp;quot;SELECT id, firstname, lastname FROM authors WHERE forename = ? and surname = ?&amp;quot;;&lt;br /&gt;
PreparedStatement pstmt = connection.prepareStatement( query );&lt;br /&gt;
pstmt.setString( 1, firstname );&lt;br /&gt;
pstmt.setString( 2, lastname );&lt;br /&gt;
try&lt;br /&gt;
{&lt;br /&gt;
	ResultSet results = pstmt.execute( );&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Related problems ==&lt;br /&gt;
&lt;br /&gt;
* [[Injection problem]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Vulnerability]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Range and Type Errors]]&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_CLASP_Project]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Code Snippet]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Java]]&lt;/div&gt;</summary>
		<author><name>Samngms</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Category:Attack&amp;diff=4639</id>
		<title>Category:Attack</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category:Attack&amp;diff=4639"/>
				<updated>2006-05-31T01:32:02Z</updated>
		
		<summary type="html">&lt;p&gt;Samngms: /* Work to be done here includes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Application Security Threats'''&lt;br /&gt;
&lt;br /&gt;
This category is for common types of application security attacks. These are the techniques that attackers use to exploit the vulnerabilities in applications. Attacks are often confused with vulnerabilities, so please try to be sure that the attack you are describing is something that an attacker would do, rather than a weakness in an application.&lt;br /&gt;
&lt;br /&gt;
An attack article should include:&lt;br /&gt;
* the [[:Category:Threat|Threat]]&lt;br /&gt;
* the [[:Category:Vulnerability|Vulnerability]]&lt;br /&gt;
* a description of exactly how the attack works&lt;br /&gt;
* tools and techniques for performing the attack&lt;br /&gt;
&lt;br /&gt;
{{Template:PutInCategory}}&lt;br /&gt;
&lt;br /&gt;
{{Template:Stub}}&lt;br /&gt;
&lt;br /&gt;
==Work to be done here includes==&lt;br /&gt;
&lt;br /&gt;
Creating articles for the following topics:&lt;br /&gt;
*Brute Force Attacks&lt;br /&gt;
*Account Lockout&lt;br /&gt;
*Credential/Session Prediction&lt;br /&gt;
*Unauthorized Access Attempts&lt;br /&gt;
*Session Fixation&lt;br /&gt;
*Session Hijacking&lt;br /&gt;
*Cross-Site Scripting&lt;br /&gt;
*Buffer Overflow Attack&lt;br /&gt;
*Format String Attack&lt;br /&gt;
*Directory Indexing&lt;br /&gt;
*File Path Abuse&lt;br /&gt;
*Traffic Flood&lt;br /&gt;
*Automation of Functionality&lt;br /&gt;
*File location guessing (see [[Guessed or visible temporary file]]&lt;br /&gt;
* ... make sure the attack is listed for each [[:Category:Vulnerability|vulnerability]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: many of the items marked vulnerabilities from CLASP and other places are really attacks. Some of the more obvious are:&lt;br /&gt;
* [[Command injection]]&lt;br /&gt;
* [[Log injection]]&lt;br /&gt;
* [[Resource exhaustion]]&lt;br /&gt;
* [[SQL injection]]&lt;br /&gt;
* [[Image:Advanced Topics on SQL Injection Protection.ppt]]&lt;br /&gt;
* [[Reflection injection]]&lt;br /&gt;
* [[Reflection attack in an auth protocol]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Article Type]]&lt;/div&gt;</summary>
		<author><name>Samngms</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=File:Advanced_Topics_on_SQL_Injection_Protection.ppt&amp;diff=4638</id>
		<title>File:Advanced Topics on SQL Injection Protection.ppt</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=File:Advanced_Topics_on_SQL_Injection_Protection.ppt&amp;diff=4638"/>
				<updated>2006-05-31T01:29:17Z</updated>
		
		<summary type="html">&lt;p&gt;Samngms: 7 methods to prevent SQL injection attacks correctly and in a more integrated approach. Methods 1 to 3 are applicable during design or development life cycle. Method 4 is mainly from QA’s perspective. Methods 5 and 6 can be applied to production environ&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;7 methods to prevent SQL injection attacks correctly and in a more integrated approach. Methods 1 to 3 are applicable during design or development life cycle. Method 4 is mainly from QA’s perspective. Methods 5 and 6 can be applied to production environment and are applicable even if you do not have access to or if you cannot change the source code. Other non-main stream technology are discussed in Method 7.&lt;/div&gt;</summary>
		<author><name>Samngms</name></author>	</entry>

	</feed>