CVE-2026-39590
Deferred Deferred - Pending Action
BaseFortify

Publication date: 2026-06-17

Last updated on: 2026-06-17

Assigner: Patchstack

Description
Unauthenticated Local File Inclusion in Atomlab <= 2.4.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
Showing 1 associated CPE
Vendor Product Version / Range
patchstack atomlab to 2.4.5 (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

This vulnerability is an Unauthenticated Local File Inclusion (LFI) issue found in Atomlab versions up to and including 2.4.5. It allows an attacker to include files on the server without needing to authenticate.

Impact Analysis

Exploitation of this vulnerability can lead to high impact consequences including complete compromise of confidentiality, integrity, and availability of the affected system.

Compliance Impact

The vulnerability allows attackers to include and execute local files on the target website, potentially exposing sensitive data such as database credentials and leading to a 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 the protection of personal and sensitive information.

Therefore, if exploited, this vulnerability could result in breaches of confidentiality, integrity, and availability of data, impacting compliance with these common standards and regulations.

Detection Guidance

The vulnerability is a Local File Inclusion (LFI) flaw in the WordPress Atomlab Theme versions 2.4.5 and earlier, which allows unauthenticated attackers to include and execute local files. Detection typically involves checking for suspicious requests attempting to include local files via the theme.

While specific commands are not provided in the resources, common detection methods include monitoring web server logs for unusual URL parameters that attempt to access local files, such as those containing directory traversal patterns (e.g., "../") or attempts to include sensitive files like /etc/passwd.

You can use tools like grep to search your web server access logs for suspicious requests. For example:

  • grep -i 'atomlab' /var/log/apache2/access.log | grep -E '\.\./|etc/passwd'
  • Use web vulnerability scanners that support LFI detection against the Atomlab theme endpoints.
Mitigation Strategies

The immediate recommended step is to update the WordPress Atomlab Theme to version 2.4.6 or later, as this version contains the patch that fixes the Local File Inclusion vulnerability.

If updating immediately is not possible, applying mitigation measures such as Patchstack's mitigation rule can help prevent exploitation.

Additionally, monitoring and restricting access to vulnerable endpoints and implementing web application firewall (WAF) rules to block suspicious requests can reduce risk.

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