> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/resources/security-advisories.md).

# Security advisories

***Security Advisories*** for all our products are available for consultation on our [Devolutions website](https://devolutions.net/security/advisories) It is a list to inform our users that a security vulnerability in our products was found. It will include remediation and workarounds, the severity level score from the [Common Vulnerability Scoring System](https://www.first.org/cvss/) (CVSS), and the [Common Vulnerabilities and Exposures](https://cve.mitre.org/index.html) (CVE) number. [Subscribe](https://devolutions.net/security/advisories) to receive our latest security advisories by email.

### CVSS

The CVSS provides a way to capture the principal characteristics of a vulnerability and produce a numerical score reflecting its severity. The numerical score can then be translated into a qualitative representation (such as low, medium, high, and critical) to help organizations properly assess and prioritize their vulnerability management processes.

For more details and a description of the various equation components, please visit the [CVSS](https://www.first.org/cvss/) website.

### CVE

The CVE mission program is to identify, define, and catalog publicly disclosed cybersecurity vulnerabilities. There is one CVE Record for each vulnerability in the catalog. The vulnerabilities are discovered then assigned and published by organizations from around the world that have partnered with the CVE Program. Partners publish CVE Records to communicate consistent descriptions of vulnerabilities. Information technology and cybersecurity professionals use CVE Records to ensure they are discussing the same issue and to coordinate their efforts to prioritize and address the vulnerabilities. It is a list of publicly disclosed computer security flaws. When someone refers to a CVE, it is a security flaw that has been assigned a CVE ID number.

For more details, please visit the [CVE](https://cve.mitre.org/) website.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.devolutions.net/resources/security-advisories.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.
