> For the complete documentation index, see [llms.txt](https://documentation.nomos-system.com/nomos-system/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.nomos-system.com/nomos-system/integrator-en/administration/security.md).

# Security

The nomos system Controller regularly conducts a security check to identify potential vulnerabilities. The results of this check are displayed in a table.

* **ID (CVE):** A unique identifier (Common Vulnerabilities and Exposures) for the security flaw. CVE-24-0002 refers to a specific issue.
* **Severity:** An assessment of how serious the vulnerability is. Higher numbers (e.g., 10 in the screenshot) indicate a greater risk.
* **Description:** A brief explanation of the security flaw.
* **Actions/Solution:** For each vulnerability, there is a "Solution" button that helps you complete or improve your inputs.

**Fixing Security Vulnerabilities (General Tips):**

The "Solution" button for each vulnerability leads to the following steps:

* **Password Change:** Change the affected password.
* **User Account Deactivation/Deletion:** If a user account is no longer needed, it can be deactivated or completely deleted.
* **Software Updates:** Ensure that the nomos system Controller is up to date.

**Additional Security Measures:**

* **Regular Security Checks:** Schedule regular security reviews.
* **Firewall Configuration:** Set up your firewall to prevent unauthorized access to the nomos system Controller.
* **Network Security:** Protect your network with strong passwords and other security measures.
* **Access Control:** Make sure that only authorized individuals have access to the nomos system Controller.

<figure><img src="/files/zyhPNEsHdV3Q1UFID9sG" alt="" width="563"><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://documentation.nomos-system.com/nomos-system/integrator-en/administration/security.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
