Vulnerabilities
CWE (Common Weakness Enumeration)
Also known as: Weakness type, CWE identifier
Definition
A community-developed taxonomy of software and hardware weakness types — the underlying flaw classes that lead to vulnerabilities.
Examples
- CWE-89 — SQL Injection.
- CWE-416 — Use After Free.
Related terms
Vulnerability
A weakness in a system, application, or process that an attacker can exploit to violate confidentiality, integrity, or availability.
CVE (Common Vulnerabilities and Exposures)
A public catalogue that assigns a unique identifier to each disclosed software or hardware vulnerability so they can be referenced unambiguously across the industry.
SANS Top 25
SANS Top 25 — definition coming soon.
Secure Coding
Secure Coding — definition coming soon.
SAST (Static Application Security Testing)
Automated analysis of source code, bytecode or binaries — without executing it — to find security weaknesses such as injection, unsafe APIs or insecure crypto.
OWASP Top 10
OWASP Top 10 — definition coming soon.