CVE-2026-48972
Deferred Deferred - Pending Action
PHP Local File Inclusion in SeedProd Pro

Publication date: 2026-05-27

Last updated on: 2026-05-27

Assigner: Patchstack

Description
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in SeedProd LLC SeedProd Pro allows PHP Local File Inclusion. This issue affects SeedProd Pro: from n/a before 6.19.5.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-27
Last Modified
2026-05-27
Generated
2026-06-16
AI Q&A
2026-05-27
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
seedprod seedprod_pro to 6.19.5 (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
Executive Summary

This vulnerability is a Local File Inclusion (LFI) issue in the WordPress SeedProd Pro Plugin versions prior to 6.19.5. It arises from improper control of filenames used in include or require statements in PHP, allowing an attacker to include local files on the target website.

Exploiting this vulnerability could enable attackers to access sensitive files on the server, such as configuration files or database credentials, depending on the server's configuration.

Impact Analysis

The vulnerability can impact you by allowing attackers to include and potentially read local files on your website server. This could lead to exposure of sensitive information like database credentials.

Because the vulnerability has a CVSS score of 7.5, it represents a moderate risk and could be exploited to target many websites simultaneously, regardless of their traffic or popularity.

If exploited, it could compromise the confidentiality, integrity, and availability of your website.

Detection Guidance

This vulnerability affects WordPress sites using the SeedProd Pro Plugin versions prior to 6.19.5 and involves Local File Inclusion (LFI). Detection typically involves identifying the plugin version and checking for suspicious file inclusion attempts.

To detect if your system is vulnerable, first verify the installed SeedProd Pro plugin version. You can do this by checking the plugin version in the WordPress admin dashboard or by running commands on the server to inspect the plugin files.

  • Check the plugin version via WP-CLI: wp plugin list | grep seedprod
  • Search web server logs for suspicious requests attempting to include local files, e.g., requests containing patterns like "include=", "require=", or directory traversal sequences (../).
  • Use grep or similar tools on server logs: grep -E "include=|require=|\.\./" /var/log/apache2/access.log
  • Monitor for unusual PHP errors or warnings related to file inclusion in error logs.
Mitigation Strategies

The primary and recommended mitigation step is to update the SeedProd Pro plugin to version 6.19.5 or later, where this vulnerability is fixed.

If updating immediately is not possible, consider the following interim measures:

  • Disable or deactivate the SeedProd Pro plugin temporarily to prevent exploitation.
  • Restrict access to the plugin files or the vulnerable endpoints via web server configuration or firewall rules.
  • Consult your hosting provider or web developer for assistance in applying temporary patches or workarounds.
  • Enable auto-updates for the plugin if using Patchstack services to ensure prompt patching.
Compliance Impact

This vulnerability could potentially expose sensitive data such as database credentials if exploited, which may lead to unauthorized access to personal or protected information.

Exposure of sensitive data due to this Local File Inclusion vulnerability could impact compliance with data protection regulations like GDPR and HIPAA, which require safeguarding personal and sensitive information.

Mitigating this vulnerability by updating to the fixed version or applying recommended security measures is important to maintain compliance with these standards.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-48972. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart