Skip to main content

Get Vulnerable Assets by CVE V2

POST 

/uve/api/v1/vuln-assets

Get the list of all the assets affected by the CVE. This API supports the account group and account Id filters in addition to the filters we have in the Get Vulnerable Assets by CVE endpoint.

Request

Body

    query string
    cve_id string

    cveId

    risk_factors string[]

    List of Risk Factors

    sort_by string

    Assets Order

    asset_type string

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

    List of Asset Types

    page_offset int32

    Page offset

    page_size int32

    Page Size

    filter_suppressed boolean

    Filter Suppressed

    severity string[]

    List of Severities

    life_cycle string[]

    List of Life Cycles

    account_groups string[]

    List of Account Groups

    account_ids string[]

    List of Account Ids

    account_names string[]

    List of Account Names

    clusters string[]

    List of Account Ids

    cluster_namespaces string[]

    List of Namespaces

Responses

Success

Schema
    value object
    cveId string
    severity string[]
    cbdrStage string[]
    riskFactors string[]
    cvssScore double
    packageData object
    count int32
    repositorycount int32
    fixImpact object
    percentageVulns float
    across int64
    remediationAvailable object[]
  • Array [
  • action string
    status string
    actionResult string
    message string
  • ]
  • deployedImages object
    count int32
    repositorycount int32
    fixImpact object
    percentageVulns float
    across int64
    remediationAvailable object[]
  • Array [
  • action string
    status string
    actionResult string
    message string
  • ]
  • iac object
    count int32
    repositorycount int32
    fixImpact object
    percentageVulns float
    across int64
    remediationAvailable object[]
  • Array [
  • action string
    status string
    actionResult string
    message string
  • ]
  • host object
    count int32
    repositorycount int32
    fixImpact object
    percentageVulns float
    across int64
    remediationAvailable object[]
  • Array [
  • action string
    status string
    actionResult string
    message string
  • ]
Loading...