Web application security
Web application security is a branch of information security that deals specifically with security of websites, web applications and web services. At a high level, web application security draws on the principles of application security but applies them specifically to internet and web systems.[1]
This article is part of a series on |
Information security |
---|
Related security categories |
Threats |
|
Defenses |
Security threats
The majority of web application attacks occur through cross-site scripting (XSS) and SQL injection attacks[2] which typically are made possible by flawed coding and failure to sanitize application inputs and outputs. These attacks are ranked in the 2009 CWE/SANS Top 25 Most Dangerous Programming Errors.[3]
According to the security vendor Cenzic, the top vulnerabilities in March 2012 include:[4]
37% | Cross-site scripting |
16% | SQL injection |
5% | Path disclosure |
5% | Denial-of-service attack |
4% | Arbitrary code execution |
4% | Memory corruption |
4% | Cross-site request forgery |
3% | Data breach (information disclosure) |
3% | Arbitrary file inclusion |
2% | Local file inclusion |
1% | Remote file inclusion |
1% | Buffer overflow |
15% | Other, including code injection (PHP/JavaScript), etc. |
The Open Web Application Security Project (OWASP) provides free and open resources. It is led by a non-profit called The OWASP Foundation. The OWASP Top 10 - 2017 is the published result of recent research based on comprehensive data compiled from over 40 partner organizations. From this data, approximately 2.3 million vulnerabilities were discovered across over 50,000 applications.[5] According to the OWASP Top 10 - 2017, the ten most critical web application security risks include:[6]
- Injection
- Broken authentication
- Sensitive data exposure
- XML external entities (XXE)
- Broken access control
- Security misconfiguration
- Cross-site scripting (XSS)
- Insecure deserialization
- Using components with known vulnerabilities
- Insufficient logging and monitoring
Best practices recommendation
Secure web application development should be enhanced by applying security checkpoints and techniques at early stages of development as well as throughout the software development lifecycle. Special emphasis should be applied to the coding phase of development. Security mechanisms that should be used include, threat modeling, risk analysis, static analysis, digital signature, among others.[7]
Security standards
OWASP is the emerging standards body for web application security. In particular they have published the OWASP Top 10,[8] which describes in detail the major threats against web applications. The Web Application Security Consortium (WASC) has created the Web Hacking Incident Database (WHID) and also produced open source best practice documents on web application security. The WHID became an OWASP project in February 2014.[9]
Security technology
While security is fundamentally based on people and processes, there are a number of technical solutions to consider when designing, building and testing secure web applications. At a high level, these solutions include:
- Black box testing tools such as Web application security scanners,[10] vulnerability scanners and penetration testing[11] software
- White box testing tools such as static source code analyzers[12]
- Fuzzing,[13] tools used for input testing
- Web application security scanner (vulnerability scanner)
- Web application firewalls (WAF),[14] used to provide firewall-type protection at the web application layer
- Password cracking tools for testing password strength and implementation
See also
- Application service architecture (ASA)
- Electronic authentication
- w3af, a free open-source web application security scanner
- Web application security scanner
- Runtime application self-protection
References
- "Web Application Security Overview". 2015-10-23.
- "Testing and Comparing Web Vulnerability Scanning Tools for SQL Injection and XSS Attacks". Fonseca, J.; Vieira, M.; Madeira, H., Dependable Computing, IEEE. Dec 2007. doi:10.1109/PRDC.2007.55.
- "CWE/SANS Top 25 Most Dangerous Programming Errors". CWE/SANS. May 2009.
- "2012 Trends Report: Application Security Risks". Cenzic, Inc. 11 March 2012. Retrieved 9 July 2012.
- Korolov, Maria (Apr 27, 2017). "Latest OWASP Top 10 looks at APIs, web apps: The new OWASP Top 10 list is out, and while most of it remains the same, there are new additions focusing on web applications and APIs". CSO. ProQuest 1892694046.
- "OWASP Top 10 - 2017: The Ten Most Critical Web Application Security Risks" (PDF). Open Web Application Security Project. 2017. Retrieved June 30, 2018.
- Shuaibu, Bala Musa; Norwawi, Norita Md; Selamat, Mohd Hasan; Al-Alwani, Abdulkareem (2013-01-17). "Systematic review of web application security development model". Artificial Intelligence Review. 43 (2): 259–276. doi:10.1007/s10462-012-9375-6. ISSN 0269-2821.
- OWASP Top 10
- "WHID Project is now a Joint WASC/OWASP Project". WASC. 18 February 2014.
- "Web Application Vulnerability Scanners". NIST.
- "Top Penetration Testing Companies". 2019-11-06.
- "Source Code Security Analyzers". NIST.
- "Fuzzing". OWASP.
- "Web application firewalls for security and regulatory compliance". TestingXperts Blog. March 2017.