Skip to main content

Get CVE Overview - POST

POST 

/uve/api/v2/cve-overview

Get the detailed information for a given cve. This endpoint returns information, such as EPSS details, CVSS details, exploit details, and environment factors. This API supports the additional filters like accountGroup and accountIds when compared to the Get CVE Overview V2 endpoint

Request

Body

    assetTypes string[]

    List of Asset Types

    lifeCycle string[]

    List of Asset Life Cycles

    severities string[]

    List of Severities

    accountGroups string[]

    List of Cloud Account Groups

    accountIds string[]

    List of Cloud Account IDs

    clusters string[]

    List of Clusters

    clusterNamespaces string[]

    List of Namespaces

    accountNames string[]

    List of Account Names

    cveId stringrequired

    CVE ID

Responses

Success

Schema
    cveId string
    cvss double
    lifeCycle string[]
    riskFactors string[]
    severity string
    impactedDistrosList object[]
  • Array [
  • distro string
    impactCount int32
    highestCVSS double
    highestSeverity string
    firstPublishedDate int64
    lastModifiedDate int64
    distroDetailsList object[]
  • Array [
  • cvss double
    packageName string
    release string
    severity string
    affectedVersion string
    fixedTime int64
    publishedDate int64
    modifiedDate int64
  • ]
  • ]
  • impactedAssetsCount int32
    impactedAssetsRuntimeCount int32
    description string
    firstSeen int64
    lastSeen int64
    packageType string[]
    impactedPackages string[]
    cvssDetails object
    publishedDate int64
    lastModifiedDate int64
    attackVector string
    privilegesRequired string
    confidentiality string
    attackComplexity string
    userInteractionRequired string
    integrity string
    patchable boolean
    exploitable boolean
    environmentFactors object
    internetExposed boolean
    packageInUse boolean
    epssDetails object
    epss int64
    epss_previous int64
    probabilityScore double
    exploitDetails object
    cisaLink string
    cisaKind string
    additionalLinks object
    vendorLinks string[]
    nvdlinks string[]
Loading...