CVE-2016-20080
Received Received - Intake
Local File Inclusion in WordPress Brandfolder Plugin

Publication date: 2026-06-15

Last updated on: 2026-06-15

Assigner: VulnCheck

Description
WordPress Brandfolder plugin version 3.0 and earlier contains a local file inclusion vulnerability in callback.php that allows unauthenticated attackers to include arbitrary files by manipulating the wp_abspath parameter. Attackers can supply path traversal sequences or remote URLs through the wp_abspath parameter to read sensitive files like wp-config.php or execute remote code.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-15
Last Modified
2026-06-15
Generated
2026-06-15
AI Q&A
2026-06-15
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
brandfolder brandfolder_plugin to 3.0 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-98 The PHP application receives input from an upstream component, but it does not restrict or incorrectly restricts the input before its usage in "require," "include," or similar functions.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Compliance Impact

The vulnerability in the WordPress Brandfolder plugin allows unauthenticated attackers to read sensitive files such as wp-config.php and potentially execute remote code. This exposure of sensitive configuration files could lead to unauthorized access to personal or protected data.

Such unauthorized access and potential data breaches could negatively impact compliance with data protection regulations like GDPR and HIPAA, which require safeguarding sensitive information and ensuring system security to protect personal and health-related data.

However, the provided context and resources do not explicitly discuss the impact of this vulnerability on compliance with these or other common standards and regulations.

Executive Summary

The WordPress Brandfolder plugin version 3.0 and earlier contains a local file inclusion vulnerability in the callback.php file.

This vulnerability allows unauthenticated attackers to manipulate the wp_abspath parameter to include arbitrary files.

Attackers can use path traversal sequences or remote URLs through this parameter to read sensitive files like wp-config.php or even execute remote code.

Impact Analysis

This vulnerability can allow attackers to read sensitive files on your server, such as wp-config.php, which may contain database credentials and other critical configuration details.

Additionally, attackers can execute remote code by including malicious files, potentially leading to full compromise of your WordPress site.

Detection Guidance

This vulnerability can be detected by checking for the presence of the vulnerable WordPress Brandfolder plugin version 3.0 or earlier installed on your system.

You can attempt to detect exploitation attempts by monitoring web server logs for requests to the callback.php file with suspicious wp_abspath parameters containing path traversal sequences or remote URLs.

Example commands to detect the vulnerable plugin or exploitation attempts include:

  • Use grep to find requests with wp_abspath parameter in web server logs: grep "wp_abspath" /var/log/apache2/access.log
  • Check the plugin version installed in WordPress: grep -r "brandfolder" wp-content/plugins/brandfolder/readme.txt or check the plugin version in the WordPress admin dashboard.
  • Use curl or wget to test if the vulnerable endpoint is accessible: curl -I http://yourwordpresssite/wp-content/plugins/brandfolder/callback.php?wp_abspath=../../../wp-config.php
Mitigation Strategies

Immediate mitigation steps include:

  • Update the Brandfolder plugin to a version later than 3.0 where this vulnerability is fixed.
  • If an update is not immediately available, disable or remove the Brandfolder plugin to prevent exploitation.
  • Restrict access to the callback.php file by configuring web server rules to block requests containing the wp_abspath parameter or limit access to trusted IP addresses.
  • Monitor web server logs for suspicious requests attempting to exploit this vulnerability.
Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2016-20080. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart