> 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/cms/pluck-cms-exploitation.md).

# Pluck

## ثغرة Pluck /\[CVE-2023-50564] <a href="#pluck-content-manager-vulnerability" id="pluck-content-manager-vulnerability"></a>

المنفذ 80 يعرّض خدمة ويب Pluck.

<figure><img src="/files/5542eb2d698d4300b628918b32360485d39434a5" alt=""><figcaption></figcaption></figure>

الـ `login.php` يتطلب الملف كلمة مرور للوصول إلى واجهة المدير.

<figure><img src="/files/91a574ef985503495abdae6f8f43a9c3db5229a9" alt=""><figcaption></figcaption></figure>

إصدار مدير المحتوى هو `4.7.18`، والذي يعاني من ثغرة تنفيذ تعليمات برمجية عن بُعد (RCE).

<figure><img src="/files/4f5b0315f3492bc3b680a529032b35eb2e5bea57" alt=""><figcaption></figcaption></figure>

{% embed url="<https://github.com/Rai2en/CVE-2023-50564_Pluck-v4.7.18_PoC>" %}

### مرحلة الاستغلال:

1. انسخ المستودع الذي يحتوي على سكربت الاستغلال:

```bash
git clone https://github.com/Rai2en/CVE-2023-50564_Pluck-v4.7.18_PoC.git
cd CVE-2023-50564_Pluck-v4.7.18_PoC
```

2. عدّل `poc.py` بـعنوان IP الخاص بالخادم وكلمة المرور `_iloveyou1_`.

<figure><img src="/files/e7f484c80a34812576ee9e7f7cacee06f99f1fda" alt=""><figcaption></figcaption></figure>

2. ثم أنشئ `payload.zip` يحتوي على [`shell.php`](https://raw.githubusercontent.com/pentestmonkey/php-reverse-shell/refs/heads/master/php-reverse-shell.php)، مع تحديث `your_ip` وحقل منفذ المستمع.

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

<figure><img src="/files/d79d2982d9be56f31f00f5c8f3af2cf24943f3e1" alt="" width="512"><figcaption></figcaption></figure>

5. شغّل سكربت الاستغلال:

```bash
python poc.py

/home/jordan/......./payload.zip
```

<figure><img src="/files/f88ad937974660f6dde2393babf66d35674963b2" alt=""><figcaption></figcaption></figure>

بالتوازي، افتح مستمع Netcat على المنفذ `4444` واحصل على وصول إلى الخادم بصفتك `www-data`.

<figure><img src="/files/d4528a01c0549d8aeea0b95358807e27819c59fc" alt=""><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://hacking-notes.jord4n.pro/ar/cms/pluck-cms-exploitation.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.
