CVE-2025-69175
Deferred Deferred - Pending Action
BaseFortify

Publication date: 2026-06-17

Last updated on: 2026-06-17

Assigner: Patchstack

Description
Unauthenticated Local File Inclusion in Line Agency <= 1.3.1 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 2 associated CPEs
Vendor Product Version / Range
line_agency line_agency to 1.3.1 (inc)
patchstack line_agency_theme to 1.3.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
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 can result in non-compliance with common standards and regulations like GDPR and HIPAA, which require protection of sensitive personal and health information.

Therefore, organizations using the affected versions of the Line Agency Theme may face increased risk of violating data protection requirements due to this vulnerability.

Executive Summary

CVE-2025-69175 is a Local File Inclusion (LFI) vulnerability affecting the WordPress Line Agency Theme versions 1.3.1 and below. This vulnerability allows unauthenticated attackers to include local files on the target website.

By exploiting this flaw, attackers can potentially access sensitive data such as database credentials, which might lead to a complete database takeover depending on the server configuration.

The vulnerability has a high severity score of 8.1 on the CVSS scale and is expected to be targeted in mass-exploit campaigns.

Impact Analysis

This vulnerability can have serious impacts including unauthorized access to sensitive files on your website.

Attackers may obtain critical information such as database credentials, which could lead to a full database takeover.

Such a compromise can result in data breaches, loss of data integrity, and availability issues for your website.

Mitigation Strategies

The WordPress Line Agency Theme versions 1.3.1 and below are affected by a high-priority Local File Inclusion vulnerability with no official patch available yet.

Immediate mitigation steps include applying the temporary mitigation rule issued by Patchstack to block attacks until an official fix is released.

It is also advised to update the theme when a patch becomes available or seek assistance from your hosting provider or a web developer to secure your site.

Detection Guidance

The CVE-2025-69175 vulnerability affects the WordPress Line Agency Theme versions 1.3.1 and below, allowing unauthenticated Local File Inclusion (LFI). Detection typically involves identifying attempts to exploit this LFI flaw by monitoring web requests for suspicious parameters that try to include local files.

Since no official patch is available yet, and Patchstack has issued a temporary mitigation rule, it is recommended to monitor web server logs for requests containing typical LFI payloads such as directory traversal sequences (e.g., ../) or attempts to access sensitive files like /etc/passwd or wp-config.php.

Example commands to detect potential exploitation attempts include using grep on web server access logs to find suspicious patterns:

  • grep -iE "(\.{2}/|etc/passwd|wp-config\.php)" /var/log/apache2/access.log
  • grep -i "lineagency" /var/log/apache2/access.log | grep -i "include"

Additionally, network intrusion detection systems (NIDS) or web application firewalls (WAF) can be configured to detect and block such LFI attempts based on known attack signatures or the temporary mitigation rules provided by Patchstack.

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