CVE-2026-39523
Deferred Deferred - Pending Action
BaseFortify

Publication date: 2026-06-17

Last updated on: 2026-06-17

Assigner: Patchstack

Description
Unauthenticated Local File Inclusion in Solene Core <= 2.3.2 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
solene core to 2.3.2 (inc)
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-39523 is a Local File Inclusion (LFI) vulnerability found in the WordPress Solene Core Plugin versions 2.3.2 and below. This flaw allows an unauthenticated attacker to include local files on the target website.

Exploiting this vulnerability could expose sensitive data such as database credentials and potentially lead to a complete database takeover depending on the server configuration.

Impact Analysis

This vulnerability poses a high risk as it can be exploited without authentication, allowing attackers to access sensitive files on the server.

The impact includes exposure of sensitive information like database credentials and the possibility of a full database takeover, which can compromise the entire website.

It is expected to be targeted in mass-exploit campaigns, affecting thousands of websites regardless of their size or popularity.

Mitigation Strategies

The immediate step to mitigate this vulnerability is to update the Solene Core Plugin to version 2.3.4 or later.

Until the update can be applied, users are advised to implement the mitigation rule issued by Patchstack to block attacks targeting this vulnerability.

Additionally, seeking assistance from your hosting provider or web developer is recommended to ensure proper mitigation.

Compliance Impact

The vulnerability allows unauthenticated attackers to include local files on the target website, potentially exposing sensitive data such as database credentials. This exposure can lead to a complete database takeover depending on the server configuration.

Such unauthorized access and potential data breaches could result in non-compliance with common standards and regulations like GDPR and HIPAA, which require protection of sensitive data and prompt breach notification.

Detection Guidance

The vulnerability CVE-2026-39523 affects the WordPress Solene Core Plugin versions 2.3.2 and below, allowing unauthenticated Local File Inclusion (LFI). Detection can focus on identifying attempts to exploit this LFI flaw by monitoring web requests for suspicious parameters or payloads that try to include local files.

While no specific detection commands are provided in the resources, general approaches include:

  • Monitoring web server logs for requests containing suspicious file inclusion patterns, such as attempts to access files like /etc/passwd or wp-config.php via URL parameters.
  • Using web application firewall (WAF) rules, such as the mitigation rule issued by Patchstack, to block known attack patterns targeting this vulnerability.
  • Scanning the installed plugin version to verify if it is 2.3.2 or below, which is vulnerable. This can be done by checking the plugin version in the WordPress admin dashboard or by running commands like: `wp plugin list | grep solene-core` if WP-CLI is installed.
  • Using network monitoring tools to detect unusual outbound traffic or exploitation attempts targeting the vulnerable plugin.
Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-39523. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart