> 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/ar/privesc/sudoers/sudo-version-vulnerabilities-linux-privilege-escalation.md).

# ثغرات إصدارات sudo - تصعيد صلاحيات Linux

يبدأ تصعيد الامتيازات في sudoers بالأوامر التي يمكن للمستخدم تشغيلها عبر `sudo`. يمكن أن تؤدي الثنائيات المُهيأة بشكل خاطئ، ومعاملات السكربت غير الآمنة، والتعامل مع الروابط الرمزية، وإصدارات sudo الضعيفة إلى تحويل صلاحيات sudo المحدودة إلى غلاف الجذر.

## المنهجية

* شغّل `sudo -l` وثّق كل أمر مسموح، والمستخدم الهدف، وقاعدة NOPASSWD.
* تحقق من GTFOBins بحثًا عن الخروج إلى غلاف، وكتابة الملفات، والتنفيذ المُتحكم به بواسطة المعاملات.
* راجع السكربتات بحثًا عن المسارات القابلة للكتابة، والتعامل مع الروابط الرمزية، وتوسيع أحرف البدل، والإشارات إلى ملفات مفقودة.
* تحقق `sudo --version` عندما يعتمد المسار على ثغرة CVE معروفة في sudo.

## فحوصات سريعة

```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>ملاحظات sudo 1.8.27 [CVE-2019-14287] حول تصعيد امتيازات Linux، مع خطوات الجرد، وأمثلة الاستغلال، والتحقق الموجّه نحو الإبلاغ.</td><td><a href="/pages/7b73d189cd04eb43e31a766a0911e7003130fbc3">/pages/7b73d189cd04eb43e31a766a0911e7003130fbc3</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>ملاحظات sudo 1.9.17 [CVE-2025-32463] حول تصعيد امتيازات Linux، مع خطوات الجرد، وأمثلة الاستغلال، والتحقق الموجّه نحو الإبلاغ.</td><td><a href="/pages/5e35d42b9f5b1de3a1c339b0ebf35dedcf976db8">/pages/5e35d42b9f5b1de3a1c339b0ebf35dedcf976db8</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/ar/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.
