---
title: "Update Vulnerabilities"
method: PUT
path: "/api/controls/v2/vulnerabilities"
tags: ["Vulnerabilities"]
---

# Update Vulnerabilities

`PUT /api/controls/v2/vulnerabilities`

Use this API to update the attributes of vulnerabilities in the Vulnerability Library.

> 🗒 Things to Know
>
> - The [Get List of Vulnerabilities](https://developer.onetrust.com/onetrust/reference/findvulnerabilitiesbycriteriausingpost) API can be used to retrieve a list of all existing vulnerabilities.

## Request body

- TechRiskComplianceITRiskManagementVulnerabilityUpdateRequest[] — Post request containing a list of vulnerabilities and attributes to be updated within the vulnerabilities library.
  - `orgGroupId` string, uuid, required — Organization group identifier that this vulnerability belongs to.
  - `identifier` string, required — Unique business identifier for the vulnerability - must be unique within the organization.
  - `name` string, required — Name of the vulnerability.
  - `description` string — Detailed description of the vulnerability.
  - `framework` TechRiskComplianceITRiskManagementFrameworkInformation
    - `id` string, uuid — Primary Identifier.
    - `name` string — Framework Name of Control.
    - `nameKey` string — Framework Name key for Translation.
  - `category` TechRiskComplianceITRiskManagementCategoryInformation
    - `id` string, uuid — Category unique identifier
    - `name` string — Category name
    - `nameKey` string — Category nameKey for localization support
  - `status` 'Active' | 'Pending' | 'Archived' — Current status of the vulnerability.
  - `id` string, uuid, required — Unique system identifier (UUID) of the vulnerability to update.
  - `attributes` object — Custom attributes associated with this vulnerability, organized as a map of attribute names to their values.

## Response `200`

OK

- TechRiskComplianceITRiskManagementVulnerabilityDto[]
  - `id` string, uuid, required — Unique system identifier (UUID) for the vulnerability.
  - `identifier` string, required — Business identifier for the vulnerability - unique within the organization.
  - `name` string, required — Display name of the vulnerability.
  - `description` string — Detailed description of the vulnerability, including potential impact and affected components.
  - `framework` TechRiskComplianceITRiskManagementFrameworkInformation
    - `id` string, uuid — Primary Identifier.
    - `name` string — Framework Name of Control.
    - `nameKey` string — Framework Name key for Translation.
  - `category` TechRiskComplianceITRiskManagementCategoryInformation
    - `id` string, uuid — Category unique identifier
    - `name` string — Category name
    - `nameKey` string — Category nameKey for localization support
  - `orgGroup` TechRiskComplianceITRiskManagementOrganizationInformation, required
    - `id` string, uuid — Primary Identifier.
    - `name` string — Organization Name.
  - `status` 'Active' | 'Pending' | 'Archived' — Current status of the vulnerability (e.g., Active, Pending, Archived).
  - `attributes` object — Custom attributes associated with this vulnerability, organized as a map of attribute names to their values.
  - `displayLabel` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests. For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).
- `500` — Internal Server Error

---

[API](https://skmtc.net/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.net/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/versions/21de3aa0b170/schema)
