v1

latestOpenAPI 3.0.02026-08-0417295208.0 KB
channels
cves

Get subchannel CVE details

get/channels/{channel_name}/subchannels/{subchannel_name}/cves/{cve_id}

Path parameters

channel_namestring required
subchannel_namestring required
cve_idstring required

Response

successfully returns subchannel CVE details

idstring
descriptionstring

Text description of the vulnerability from the database

scorenumber

Maximum score of the CVE

cvssv2_scorenumber

CVSSv2 score of the CVE

cvssv3_scorenumber

CVSSv3 score of the CVE

curatedboolean

Indicates whether CVE has curated status

packages_countnumber

Number of associated packages with this CVE

published_atstring

date when the CVE has been published in NVD

nvd_modified_atstring

latest date when the CVE was updated in NVD

anaconda_modified_atstring

latest date when the CVE was curated by Anaconda

nvdv2object
reviewsobject[]
cwesstring[]

Example response

{
  "id": "CVE-2019-9948",
  "packages": [
    {
      "channel_name": "The Channel",
      "parent_channel_name": "The Root Channel",
      "artifact_type": "conda1",
      "ckey": "osx-64/numpy-1.1.1.conda",
      "common_name": "numpy",
      "blob_sha256": "82cf9c932145565158eb8ee67dba369851210aab"
    }
  ],
  "cvssv2": {
    "cvssV2": {
      "vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:N",
      "accessComplexity": "LOW",
      "accessVector": "NETWORK",
      "authentication": "NONE",
      "availabilityImpact": "NONE",
      "confidentialityImpact": "PARTIAL",
      "integrityImpact": "PARTIAL"
    },
    "exploitabilityScore": 10,
    "impactScore": 6.5,
    "severity": "MEDIUM"
  },
  "cvssv3": {
    "cvssV3": {
      "attackComplexity": "LOW",
      "attackVector": "NETWORK",
      "availabilityImpact": "NONE",
      "baseSeverity": "CRITICAL",
      "confidentialityImpact": "HIGH",
      "integrityImpact": "HIGH",
      "privilegesRequired": "NONE",
      "scope": "UNCHANGED",
      "userInteraction": "NONE",
      "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N"
    },
    "exploitabilityScore": 10,
    "impactScore": 6.5
  }
}