Google Cloud OS Config v1alpha API - Enum CVSSv3.Types.PrivilegesRequired (2.0.0-alpha05)

public enum CVSSv3.Types.PrivilegesRequired

Reference documentation and code samples for the Google Cloud OS Config v1alpha API enum CVSSv3.Types.PrivilegesRequired.

This metric describes the level of privileges an attacker must possess before successfully exploiting the vulnerability.

Namespace

Google.Cloud.OsConfig.V1Alpha

Assembly

Google.Cloud.OsConfig.V1Alpha.dll

Fields

Name Description
High

The attacker requires privileges that provide significant (e.g., administrative) control over the vulnerable component allowing access to component-wide settings and files.

Low

The attacker requires privileges that provide basic user capabilities that could normally affect only settings and files owned by a user. Alternatively, an attacker with Low privileges has the ability to access only non-sensitive resources.

None

The attacker is unauthorized prior to attack, and therefore does not require any access to settings or files of the vulnerable system to carry out an attack.

Unspecified

Invalid value.