OWASP - OWASP Top 10

From GCA ACT
Revision as of 23:53, 25 October 2023 by Globalcyberalliance (talk | contribs) (Created via script)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Description


OWASP Top 10 is a classification of the most common attacks on the web. It has 10 entries, and these are:

Injection: Injection flaws, such as SQL injection, occur when untrusted data is sent to an interpreter as part of a command or query. The attacker’s goal is to trick the interpreter into executing unintended commands or accessing data without proper authorization.

Broken Authentication and Session Management: Attackers can exploit poorly implemented authentication and

More Information


https://owasp.org/Top10/A00_2021_Introduction/