---
title: "Get CVE details"
method: GET
path: "/cve/{cve_id}"
---

# Get CVE details

`GET /cve/{cve_id}`

Get details about a CVE

## Path parameters

- `cve_id` string, required

## Response `200`

Details about the CVE

- object
  - `cve` string — The identifier of this cve. Might also be an Aikido intel vulnerability.
  - `related_cve_id` string — A secondary CVE when a CVE is later assigned to an issue already related to an Aikido intel vulnerability.
  - `package_name` string — The name affected package related to this CVE.
  - `language` string — The language of the affected package related to this CVE.
  - `short_description` string — A short description explaining the CVE.
  - `tldr` string — A more detailed description explaining the CVE.
  - `does_this_affect_me` string — Additional info explaining the conditions of when an CVE is exploitable. Might be an empty string.
  - `severity` 'Critical' | 'High' | 'Medium' | 'Low' — The severity in text related to this CVE.
  - `severity_score` integer — The severity as an integer ranging from 0 to 100.
  - `patch_versions` unknown[] — An array of strings containing the package versions with a patch for this CVE.
    - unknown
  - `published` string — The date when this CVE was published.

---

[API](https://skmtc.net/aikido/apis/authorization.md) · [All operations](https://skmtc.net/aikido/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aikido/authorization/revisions/5445e7c21137/schema)
