Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration Exploitability

An enumeration of possible exploitability levels associated with a vulnerability.

Index

Enumeration members

FUNCTIONAL_EXPLOIT_EXISTS

FUNCTIONAL_EXPLOIT_EXISTS: = 3

Denotes that a functional exploit for the vulnerability exists.

HIGH

HIGH: = 4

Denotes that a weaponised exploit for the vulnerability is readily available.

NOT_DEFINED

NOT_DEFINED: = 0

Denotes an undefined value.

PROOF_OF_CONCEPT_CODE

PROOF_OF_CONCEPT_CODE: = 2

Denotes that proof of concept code for exploiting the vulnerability exists.

UNPROVEN_THAT_EXPLOIT_EXISTS

UNPROVEN_THAT_EXPLOIT_EXISTS: = 1

Denotes that it is unproven that an exploit for the vulnerability exists.

Generated using TypeDoc