v2

latestOpenAPI 3.1.02026-08-0641230.0 KB
This endpoint delivers detailed information on a particular EUVD when you provide its unique EUVD ID.

Info

Get information about a specific vulnerability by its EUVD ID.

Parameters:

  • euvd_id (str): The EUVD identifier (e.g. EUVD-2024-02040).

Returns:

  • An EUVDWithCVE object with EUVD fields at the top level and CVE data nested under cve. Please refer to the EUVDWithCVE schema for more details.
get/euvd/{euvd_id}

Path parameters

euvd_idstring required

Response

Successful Response

euvd_idstring nullable required

The EUVD identifier from the European Union Vulnerability Database.

descriptionstring nullable required

Vulnerability description as published by EUVD.

published_timestring date-time nullable required

Date the vulnerability was published in EUVD.

cvssnumber nullable required

CVSS base score as recorded by EUVD.

cvss_versionstring nullable required

CVSS version used for the EUVD base score.

epssnumber nullable required

EPSS score as recorded by EUVD.

assignerstring nullable required

Organisation that assigned this EUVD entry.

referencesstring[] nullable required

References listed in the EUVD entry.

productsstring[] nullable required

Products listed in the EUVD entry.

vendorsstring[] nullable required

Vendors listed in the EUVD entry.