v1

latestOpenAPI 3.0.02026-08-0417295208.0 KB
cves

Get list of the latest CVEs

get/cves

Query parameters

offsetinteger

the offset of the result set

limitinteger

the number of results in the result set

statusCVEStatus[]

CVE artifact status (may be comma-separated)

min_scorenumber

Returns the CVE with at least provided minimum score

min_packages_countinteger

Returns the CVE with at least provided minimum score

qstring

the string to search on

sortstring[]

property to sort CVEs (may be comma-separated)

Response

get latest CVEs

total_countnumber

Example response

{
  "items": [
    {
      "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
      }
    }
  ]
}