Slide 7
Slide 7 text
● Standing for Common Vulnerabilities and Exposures, CVEs are records of
publicly disclosed software vulnerabilities
● The CVE Program was created in 1999 and has now over 200.000 registered
vulnerabilities, with more being added each day
● The Common Vulnerability Scoring System (CVSS) provides a framework to
classify vulnerabilities by severity (low, medium, high, and critical)
● CLI scanners such as Grype and Trivy can be used to scan container images and
detect the presence of affected packages
● Patching CVEs is a time-draining task due to factors such as false positives and
lack of readily-available upstream patches
What are CVEs?
7