> For the complete documentation index, see [llms.txt](https://hacking-notes.jord4n.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hacking-notes.jord4n.pro/de/privesc/sudoers/sudo-version-vulnerabilities-linux-privilege-escalation.md).

# Sudo-Version-Schwachstellen - Linux-Privilegieneskalation

Die sudoers-Privilegieneskalation beginnt mit den Befehlen, die ein Benutzer über `sudo`. Fehlkonfigurierte Binärdateien, unsichere Skriptargumente, der Umgang mit Symlinks und verwundbare sudo-Versionen können begrenzte sudo-Rechte in eine Root-Shell verwandeln.

## Methodik

* Ausführen `sudo -l` und dokumentiere jeden erlaubten Befehl, den Zielbenutzer und jede NOPASSWD-Regel.
* Prüfe GTFOBins auf Shell-Escapes, Dateischreibzugriffe und durch Argumente gesteuerte Ausführung.
* Untersuche Skripte auf beschreibbare Pfade, Symlink-Behandlung, Wildcard-Erweiterung und fehlende Dateireferenzen.
* Prüfen `sudo --version` wenn der Pfad von einer bekannten sudo-CVE abhängt.

## Schnellprüfungen

```bash
sudo -l
sudo --version
```

<table data-view="cards" data-full-width="false" data-search="false"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-user-lock" style="color:$primary;">:user-lock:</i></h3></td><td><h4>sudo 1.8.27 CVE-2019-14287</h4></td><td>Notizen zu sudo 1.8.27 [CVE-2019-14287] für Linux-Privilegieneskalation, mit Enumerationsschritten, Ausnutzungsbeispielen und einer auf Berichte ausgerichteten Validierung.</td><td><a href="/pages/3cad353e36dc54bc339abc548f218397c0d74abb">/pages/3cad353e36dc54bc339abc548f218397c0d74abb</a></td></tr><tr><td><h3><i class="fa-user-lock" style="color:$primary;">:user-lock:</i></h3></td><td><h4>sudo 1.9.17 CVE-2025-32463</h4></td><td>Notizen zu sudo 1.9.17 [CVE-2025-32463] für Linux-Privilegieneskalation, mit Enumerationsschritten, Ausnutzungsbeispielen und einer auf Berichte ausgerichteten Validierung.</td><td><a href="/pages/f9e60f0f062f675628c79761869577aaf30c91ea">/pages/f9e60f0f062f675628c79761869577aaf30c91ea</a></td></tr></tbody></table>


---

# 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://hacking-notes.jord4n.pro/de/privesc/sudoers/sudo-version-vulnerabilities-linux-privilege-escalation.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.
