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

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

`POST /vulnerability/`

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` — 5 info
  - api tag `default` added
  - api tag `vulnerability` removed
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `403`
  - …1 more

[Change history](https://skmtc.dev/vulnerability-lookup/apis/vulnerability-lookup-api/changes/vulnerability/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)
