> 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-de/administration/sicherheit.md).

# Sicherheit

Der nomos system Controller führt regelmäßig eine Sicherheitsüberprüfung durch, um potenzielle Schwachstellen zu identifizieren. Die Ergebnisse dieser Überprüfung werden in einer Tabelle angezeigt.

* **ID (CVE):** Eine eindeutige Kennung (Common Vulnerabilities and Exposures) der Sicherheitslücke. CVE-24-0002 deutet auf ein spezifisches Problem hin.
* **Schweregrad:** Eine Bewertung der Schwere der Schwachstelle. Höhere Zahlen (z. B. 10 im Screenshot) bedeuten ein höheres Risiko.
* **Beschreibung:** Eine kurze Beschreibung der Sicherheitslücke.
* **Aktionen/Lösung:** Für jede Schwachstelle wird eine Schaltfläche „Lösung“ angeboten wo Ihnen hilft die Eingaben zu vervollständigen/verbessern.

**Behebung von Sicherheitslücken (Allgemeine Hinweise):**

Die Schaltfläche „Lösung“ für jede Schwachstelle führt zu folgenden Schritten:

* **Passwortänderung:** Ändern Sie das betroffene Passwort.
* **Benutzerkonto deaktivieren/löschen:** Falls ein Benutzerkonto nicht mehr benötigt wird, kann es deaktiviert oder komplett gelöscht werden.
* **Software-Updates:** Stellen Sie sicher, dass der nomos system Controller auf dem aktuellsten Stand ist.

**Zusätzliche Sicherheitsmaßnahmen:**

* **Regelmäßige Sicherheitsüberprüfungen:** Planen Sie regelmäßige Sicherheitsüberprüfungen.
* **Firewall-Konfiguration:** Konfigurieren Sie Ihre Firewall, um unbefugten Zugriff auf den nomos system Controller zu verhindern.
* **Netzwerk-Sicherheit:** Schützen Sie Ihr Netzwerk mit starken Passwörtern und anderen Sicherheitsmaßnahmen.
* **Zugriffskontrolle:** Stellen Sie sicher, dass nur autorisierte Personen Zugriff auf den nomos system Controller haben.

<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-de/administration/sicherheit.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.
