# CVE List

The CVE list is synchronized with each catalog publications. In this list you can examine;

### CVE ID

A CVE ID stands for "Common Vulnerabilities and Exposures Identification" and it uniquely identifies a specific security vulnerability. The CVE system provides a standardized method for referencing known security vulnerabilities and exposures, making it easier to share and recognize these issues across different platforms and organizations. Each CVE ID is formatted as "CVE-YEAR-NUMBER," for example, CVE-2021-34527. These IDs are used by security professionals, software developers, and users to communicate about vulnerabilities consistently and clearly.

### CVE Score

The CVE Score, also known as the CVSS (Common Vulnerability Scoring System) score, is a standardized measure used to assess the severity of security vulnerabilities. The CVSS score provides a numerical representation of the risk posed by a vulnerability, helping organizations prioritize their responses to different security issues.

The overall CVSS score is used to categorize vulnerabilities into different severity levels:

* **Low (0.1-3.9)**
* **Medium (4.0-6.9)**
* **High (7.0-8.9)**
* **Critical (9.0-10.0)**

This scoring system helps organizations prioritize their efforts in addressing vulnerabilities based on their potential impact and likelihood of exploitation.

You can filter with slider and sort by score.

### Product

These are applications provided by Easy2Patch.

### Description

CVE Description provides detailed information about a specific security vulnerability identified by its CVE ID. It includes a summary of the vulnerability, its potential impact, and any relevant technical details that can help organizations understand and address the issue. The description is crucial for security professionals, developers, and users to comprehend the nature of the vulnerability and take appropriate action.

You can see the entire description by pressing the i button, and you can copy the description and use it for documentation purposes.

<figure><img src="/files/NEfa11eLd8RkB6TOg8No" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.easy2patch.com/managing-easy2patch/easy2patch-4.0/cve-list.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
