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

# Endpoint for creating and editing vulnerabilities in the local source

`POST /vulnerability/`

Create a vulnerability with the CVE version 5 format.

## Request body

- object
  - `data` string

## Response `200`

Success.

## Other responses

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

---

[API](https://skmtc.net/gcve-eu/apis/vulnerability-lookup-api.md) · [All operations](https://skmtc.net/gcve-eu/apis/vulnerability-lookup-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gcve-eu/vulnerability-lookup-api/revisions/5ff926c52769/schema)
