Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 5.53 KB

VulnerabilityCvssV2.md

File metadata and controls

19 lines (15 loc) · 5.53 KB

VulnerabilityCvssV2

Properties

Name Type Description Notes
access_complexity str Access Complexity (AC) component which measures the complexity of the attack required to exploit the vulnerability once an attacker has gained access to the target system. Access Complexity
access_vector str Access Vector (Av) component which reflects how the vulnerability is exploited. Access Vector
authentication str Authentication (Au) component which measures the number of times an attacker must authenticate to a target in order to exploit a vulnerability. Authentication
availability_impact str Availability Impact (A) component which measures the impact to availability of a successfully exploited vulnerability. Availability Impact
confidentiality_impact str Confidentiality Impact (C) component which measures the impact on confidentiality of a successfully exploited vulnerability. Confidentiality Impact
exploit_score float The CVSS exploit score. [optional]
impact_score float The CVSS impact score. [optional]
integrity_impact str Integrity Impact (I) component measures the impact to integrity of a successfully exploited vulnerability. Integrity Impact
score float The CVSS score, which ranges from 0-10. [optional]
vector str The <a target=&quot;_blank&quot; href=&quot;https://www.first.org/cvss/v2/guide\&quot;&gt;CVSS v2</a> vector. [optional]

[Back to Model list] [Back to API list] [Back to README]