v1

latestOpenAPI 3.1.0MIT2026-07-1718648.2 KB
vulnerabilities

/api/vulnerabilites/{cve}

Returns detailed information on a vulnerability with the specified ID

get/api/vulnerabilities/{cve}

Path parameters

cvestring Common Vulnerabilities Enumeration required

The unique CVE identifier of the vulnerability

Response

OK

idinteger

VHP's primary key. Subject to change without notice.

cvestring

Unique, public identifier string

project_idinteger

Project ID that this vulnerability falls under

announcedstring

The date that this vulnerability was announced

descriptionstring

The handwritten description of the vulnerability

short_descstring
upvotesinteger
nicknamestring
notesNotesObject

A freeform document (i.e. JSON) of any extra information we have on this record. Sometimes we don't have an exact place in our schema to place things, so we err on the side of retaining records and record them here.

Importantly, the schema of this object is subject to change. We try to keep it consistent, but all curators have a mind of their own.