---
title: "Endpoint for creating and editing vulnerabilities in the CIRCL local source"
method: POST
path: "/api/cve/"
tags: ["api"]
---

# Endpoint for creating and editing vulnerabilities in the CIRCL local source

`POST /api/cve/`

Create a vulnerability with the CVE version 5 format.

## Response `200`

Success

## Other responses

- `400` — JSON validation failed.
- `403` — Reporter permission required.
- `422` — Not possible to edit a vulnerability from the requested source.

## Changes

- **2024-06-05** `e83dec6bbbdd` — 3 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `403`
  - added the non-success response with the status `422`
- **2024-06-05** `28bfb33cc1fb` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/vulnerability-lookup/apis/vulnerability-lookup-api/changes/api/cve/post.md)

---

[API](https://skmtc.dev/vulnerability-lookup/apis/vulnerability-lookup-api.md) · [All operations](https://skmtc.dev/vulnerability-lookup/apis/vulnerability-lookup-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vulnerability-lookup/vulnerability-lookup-api/revisions/e83dec6bbbdd/schema)
