Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 7.74 KB

VulnerabilityCvssV3.md

File metadata and controls

21 lines (17 loc) · 7.74 KB

VulnerabilityCvssV3

Properties

Name Type Description Notes
attack_complexity str Access Complexity (AC) component with measures the conditions beyond the attacker's control that must exist in order to exploit the vulnerability. Access Complexity
attack_vector str Attack Vector (AV) component which measures context by which vulnerability exploitation is possible. Access Vector
availability_impact str Availability Impact (A) measures the impact to the availability of the impacted component resulting from 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 impact score. [optional]
impact_score float The CVSS exploit score. [optional]
integrity_impact str Integrity Impact (I) measures the impact to integrity of a successfully exploited vulnerability. Integrity refers to the trustworthiness and veracity of information. Integrity Impact
privilege_required str Privileges Required (PR) measures the level of privileges an attacker must possess before successfully exploiting the vulnerability. Privileges Required (PR)
scope str Scope (S) measures the collection of privileges defined by a computing authority (e.g. an application, an operating system, or a sandbox environment) when granting access to computing resources (e.g. files, CPU, memory, etc). These privileges are assigned based on some method of identification and authorization. Scope (S)
score float The CVSS score, which ranges from 0-10. [optional]
user_interaction str User Interaction (UI) measures the requirement for a user, other than the attacker, to participate in the successful compromise of the vulnerable component. User Interaction (UI)
vector str The <a target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot; href=&quot;https://www.first.org/cvss/specification-document\&quot;&gt;CVSS v3</a> vector. [optional]

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