1. Home
  2. Frameworks and Standards
  3. OWASP Top 10 2017
  4. OWASP Top 10 – A1:2017 – Injection

OWASP Top 10 – A1:2017 – Injection

Risk

A1:2017 – Injection of the OWASP Top 10 Application Security Risks – 2017 states that “Injection flaws, such as SQL, NoSQL, OS, and LDAP injection, occur when untrusted data is sent to an interpreter as part of a command or query. The attacker’s hostile data can trick the interpreter into executing unintended commands or accessing data without proper authorization.”

 

What is the OWASP Top 10 2017?

The OWASP Top 10 is a standard awareness document for developers and web application security. It represents a broad consensus about the most critical security risks to web applications. Globally recognized by developers as the first step towards more secure coding.

 

Reference:

Updated on September 17, 2022
Was this article helpful?

Related Articles