Sunday, April 27, 2014

Web application security

copied from: http://en.wikipedia.org/wiki/Web_application_security

Web application security

From Wikipedia, the free encyclopedia
Web application security' is a branch of Information Security that deals specifically with security of websitesweb 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. Typically web applications are developed using programming languages such as PHPJava EEJavaPythonRubyASP.NETC#VB.NET or Classic ASP.

Security threats[edit]

With the emergence of Web 2.0, increased information sharing through social networking and increasing business adoption of the Web as a means of doing business and delivering service, websites are often attacked directly. Hackers either seek to compromise the corporate network or the end-users accessing the website by subjecting them to drive-by downloading.[1][2]
As a result, industry[3] is paying increased attention to the security of the web applications[4] themselves in addition to the security of the underlying computer network andoperating systems.
The majority of web application attacks occur through cross-site scripting (XSS) and SQL injection attacks[5] which typically result from flawed coding, and failure to sanitize input to and output from the web application. These are ranked in the 2009 CWE/SANS Top 25 Most Dangerous Programming Errors.[6] According the security vendor Cenzic, the top vulnerabilities in March 2012 include:[7]

Security standards[edit]

OWASP is the emerging standards body for Web application security. In particular they have published the OWASP Top 10 which describes in detail the major threats against web applications. The Web Application Security Consortium (WASC) has created the Web Hacking Incident Database[8] and also produced open source best practice documents on Web application security.

Security technology[edit]

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:

See also[edit]

No comments:

Post a Comment