CVE-2026-39549
Deferred Deferred - Pending Action
Unauthenticated Local File Inclusion in Aperitif

Publication date: 2026-06-17

Last updated on: 2026-06-17

Assigner: Patchstack

Description
Unauthenticated Local File Inclusion in Aperitif <= 1.5 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
Currently, no data is known.
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
Impact Analysis

Exploitation of this vulnerability can lead to serious impacts including exposure of sensitive information like database credentials.

Attackers could gain unauthorized access to the database, potentially leading to a complete database takeover.

This can result in data breaches, loss of data integrity, and availability issues for the affected website.

Detection Guidance

This vulnerability affects the WordPress Aperitif Theme versions 1.5 and below and involves Local File Inclusion (LFI) that can be exploited without authentication.

To detect this vulnerability on your system, you should first verify the version of the Aperitif theme installed on your WordPress site. If the version is 1.5 or below, it is vulnerable.

While no specific detection commands are provided, common approaches include:

  • Checking the theme version via WordPress admin dashboard or by inspecting the theme files.
  • Using web vulnerability scanners that detect Local File Inclusion vulnerabilities.
  • Monitoring web server logs for suspicious requests attempting to include local files, such as requests containing directory traversal patterns (e.g., "../") or attempts to access sensitive files.
  • Example command to check theme version via command line (if you have access to the server):
  • grep 'Version' wp-content/themes/aperitif/style.css
Mitigation Strategies

The immediate and recommended mitigation step is to update the Aperitif WordPress theme to version 1.6 or later, where this vulnerability has been patched.

Until the update can be applied, it is advised to implement the mitigation rule provided by Patchstack to block attacks exploiting this vulnerability.

  • Update the Aperitif theme to version 1.6 or higher.
  • Apply Patchstack's mitigation rule to block LFI attack attempts.
  • Monitor your web server logs for suspicious activity related to Local File Inclusion attempts.
Executive Summary

CVE-2026-39549 is a Local File Inclusion (LFI) vulnerability found in the WordPress Aperitif Theme versions 1.5 and below.

This flaw allows attackers to include local files on the target website without needing to authenticate, which means anyone can exploit it.

By exploiting this vulnerability, attackers can potentially access sensitive data such as database credentials and even take over the entire database.

The vulnerability is considered high risk with a CVSS score of 8.1 and is classified under OWASP Top 10 A3: Injection.

Compliance Impact

This vulnerability allows unauthenticated attackers to include local files on the target website, potentially exposing sensitive data such as database credentials and enabling complete 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, failure to patch this vulnerability may result in violations of these standards due to compromised confidentiality, integrity, and availability of protected data.

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