Skip to main content

Endpoint

Authentication


Query Parameters


Request


Response

string
Status message from the API.
array
Array of CVE objects.
object
Core CVE metadata including ID, state, assigner information, and key dates.
string
The CVE identifier (e.g., CVE-2024-12345).
string
Current state of the CVE record (e.g., PUBLISHED, REJECTED).
string
UUID of the organisation that assigned the CVE.
string
Short name of the assigning organisation.
number
Date the CVE was reserved, in milliseconds. Defaults to 0 when unavailable.
number
Date the CVE was published, in milliseconds. Defaults to 0 when unavailable.
number
Date the CVE was last updated, in milliseconds. Defaults to 0 when unavailable.
number
Date the CVE was rejected, in milliseconds. Defaults to 0 when unavailable.
number
Year the CVE was discovered. Defaults to 0 when unavailable.
object
CVE Numbering Authority (CNA) data including affected products, CVSS scores, references, and problem types.
array
List of affected products and their version ranges.
array
CVSS scoring metrics. cvssV3_1, cvssV3_0, and cvssV2_0 may be null when scoring data is unavailable.
array
External references (advisories, patches, PoCs) related to the CVE.
number
Date the provider metadata was last updated, in milliseconds. Defaults to 0 when unavailable.
array
List of CVE IDs that replace this entry, if applicable.
array
Reasons for rejection, if the CVE state is REJECTED.
string
Cursor to pass as next for the next page of results.