CVE-2025-69147
Deferred Deferred - Pending Action
Unauthenticated Local File Inclusion in Putter

Publication date: 2026-06-17

Last updated on: 2026-06-17

Assigner: Patchstack

Description
Unauthenticated Local File Inclusion in Putter <= 1.17 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
Executive Summary

CVE-2025-69147 is a Local File Inclusion (LFI) vulnerability found in the WordPress Putter Theme versions 1.17 and below. This flaw allows an attacker to include local files from the target website without any authentication.

Because it requires no authentication, it is particularly dangerous. Exploiting this vulnerability could expose sensitive data such as database credentials and potentially lead to a complete database takeover depending on the server configuration.

The vulnerability is classified under OWASP Top 10 A3: Injection and has a high severity score of 8.1 according to CVSS v3.1.

Impact Analysis

This vulnerability can have severe impacts including unauthorized access to sensitive files on your server.

Attackers could extract sensitive information such as database credentials, which might allow them to take over your database completely.

Such a compromise could lead to data breaches, loss of data integrity, and availability issues on your website.

Detection Guidance

The vulnerability is a Local File Inclusion (LFI) flaw in the WordPress Putter Theme versions 1.17 and below, which can be exploited without authentication. Detection typically involves monitoring for suspicious requests attempting to include local files via the theme.

Since no specific detection commands are provided in the available resources, general detection methods include checking web server logs for unusual URL parameters or payloads that attempt to include local files, such as requests containing directory traversal patterns (e.g., ../) or attempts to access sensitive files.

You can use commands like the following to search web server logs for potential exploitation attempts:

  • grep -i 'putter' /var/log/apache2/access.log | grep -E '(\.{2}/|etc/passwd|wp-config.php)'
  • grep -r --include='*.log' -E '(\.{2}/|include=|file=)' /var/log/

Additionally, network intrusion detection systems (NIDS) or web application firewalls (WAF) with rules targeting LFI attacks can help detect exploitation attempts.

Mitigation Strategies

Immediate mitigation steps include applying any available updates or patches to the WordPress Putter Theme. However, as of now, there is no official patch available from the theme developers.

Patchstack has issued a mitigation rule to block attacks targeting this vulnerability until an official fix is released and safely applied.

Other recommended actions are to seek assistance from your hosting provider or a web developer to implement temporary protections, such as configuring a web application firewall (WAF) to block suspicious requests that attempt local file inclusion.

Updating the theme to a non-vulnerable version when it becomes available is advised to fully resolve the issue.

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 could lead to a complete database takeover depending on the server configuration.

Such unauthorized access and potential data exposure could result in non-compliance with common standards and regulations like GDPR and HIPAA, which require protection of sensitive personal and health information.

Therefore, exploitation of this vulnerability could lead to breaches of confidentiality, integrity, and availability of data, impacting compliance obligations under these regulations.

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