Skip to main content

Get CVE Details by ID

POST 

/uve/api/v1/vulnerabilities/download

Get the CVE details and impacted assets by CVE ID in a GZIP CSV format.

Note: You need 'investigateVulnerabilityRql' feature with 'View' permission to access this endpoint. Verify if your permission group includes this feature using the Get Permission Group by ID endpoint. You can also check this in the Prisma Cloud console by ensuring that Investigate > Vulnerability is enabled.

Request

Body

required
    cveId stringrequired

    CVE ID

    riskFactors string[]

    List of risk factors

    assetType string

    Possible values: [package, serverlessFunction, iac, deployedImage, vmImage, registryImage, host]

    Asset Type

Responses

Successful response

Schema

    string

Loading...