GLOSSARY
Cybersecurity Glossary
Complete cybersecurity glossary with key security terms, concepts, and definitions.
C
D
G
M
P
Privilege Escalation
The act of exploiting a vulnerability, design flaw, or misconfiguration to gain elevated access to resources normally protected from an application or user. Horizontal escalation accesses other users' resources; vertical escalation gains higher privilege levels (e.g., admin).
S
SBOM (Software Bill of Materials)
A formal, machine-readable inventory of software components and dependencies in an application. SBOMs enable organizations to track known vulnerabilities in their supply chain, meet compliance requirements, and respond quickly to new CVEs.
W
Z
Zero Trust
A security model that assumes no implicit trust for any user, device, or network — even inside the corporate perimeter. Every access request must be verified, authorized, and encrypted. Key principles: verify explicitly, use least-privilege access, assume breach.