Common Vulnerability Scoring System (CVSS)
It is common for a vulnerability to get CVSS (CVSS stands for Common Vulnerability Scoring System) rating. CVSS score will tell how bad such a vulnerability is. CVSS has a numerical value associated with a vulnerability, the score ranges from 0 to 10. 0 means minimal impact and 10 means maximum impact.
CVSS is the way vulnerabilities can be prioritized. A person that is fixing issues needed to focus on higher CVSS scores first, because such vulnerabilities have potential to cause more harm.
It doesn’t mean that vulnerabilities with lower score can be disregarded, they just represent less harm. For example a version of web server maybe known. By itself such information can not be exploited, however knowing a version of a we server can be combined with other vulnerabilities, such as how such a web server can be exploited.
Comments
Post a Comment