CVE-2026-39568
Deferred Deferred - Pending Action
Unauthenticated Local File Inclusion in Mr. SEO

Publication date: 2026-06-17

Last updated on: 2026-06-17

Assigner: Patchstack

Description
Unauthenticated Local File Inclusion in Mr. SEO <= 2.0 versions.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-17
Last Modified
2026-06-17
Generated
2026-06-17
AI Q&A
2026-06-17
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
patchstack mr_seo_theme to 2.1 (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

CVE-2026-39568 is a Local File Inclusion (LFI) vulnerability found in the WordPress Mr.SEO Theme version 2.0 or earlier.

This flaw allows unauthenticated attackers to include local files on the target website.

By exploiting this vulnerability, attackers can potentially access sensitive data such as database credentials and may even achieve a full database takeover.

Impact Analysis

The impact of this vulnerability is high, with a CVSS score of 8.1.

Exploitation can lead to exposure of sensitive information like database credentials.

Attackers may gain full control over the database, which can compromise the entire website.

This vulnerability is exploitable without authentication, increasing the risk of mass exploitation campaigns targeting thousands of websites.

Mitigation Strategies

The vulnerability in WordPress Mr.SEO Theme version 2.0 or earlier can be mitigated by immediately updating the theme to version 2.1 or later, where the issue has been patched.

If updating is not possible right away, it is recommended to apply temporary mitigation measures such as using a provided mitigation rule to block attacks until the update can be applied.

Additionally, seeking assistance from your hosting provider or a developer to implement these mitigations is advised.

Compliance Impact

The vulnerability allows unauthenticated attackers to include local files on the target website, potentially exposing sensitive data such as database credentials and enabling full database takeover.

Exposure of sensitive data due to this vulnerability could lead to non-compliance with data protection regulations like GDPR and HIPAA, which require safeguarding personal and sensitive information against unauthorized access.

Therefore, if exploited, this vulnerability may result in violations of these standards by compromising confidentiality, integrity, and availability of protected data.

Detection Guidance

The CVE-2026-39568 vulnerability affects WordPress Mr.SEO Theme version 2.0 or earlier and allows unauthenticated Local File Inclusion (LFI). Detection typically involves checking if the vulnerable theme version is in use and monitoring for attempts to exploit LFI.

Since the vulnerability allows attackers to include local files, detection can be done by inspecting web server logs for suspicious requests attempting to include files, such as requests containing directory traversal patterns (e.g., "../") or attempts to access sensitive files like /etc/passwd.

No specific commands are provided in the resources, but general detection commands could include:

  • Using grep to search web server logs for suspicious LFI patterns: grep -iE "(\.{2}/|etc/passwd|boot.ini)" /var/log/apache2/access.log
  • Checking the installed theme version in WordPress to confirm if it is version 2.0 or earlier, which is vulnerable.

For active detection and mitigation, applying the patch to update the theme to version 2.1 or later is strongly recommended.

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