CVE-2025-69064
Published: 22 January 2026
Description
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in AncoraThemes Pets Land petsland allows PHP Local File Inclusion.This issue affects Pets Land: from n/a through <= 1.2.8.
Mitigating Controls (NIST 800-53 r5)AI
Directly addresses improper filename control in PHP include/require by validating user-supplied inputs to block path traversal and local file inclusion exploits.
Remediates the specific LFI vulnerability in Pets Land WordPress theme versions <=1.2.8 through timely patching and flaw correction.
Restricts filename inputs for PHP include/require to approved safe paths, preventing attackers from specifying arbitrary local files.
Security SummaryAI
CVE-2025-69064 is an Improper Control of Filename for Include/Require Statement vulnerability in PHP programs, known as PHP Remote File Inclusion, which enables PHP Local File Inclusion in the AncoraThemes Pets Land WordPress theme (petsland). This issue affects Pets Land versions from n/a through 1.2.8 and is associated with CWE-98. The vulnerability carries a CVSS v3.1 base score of 8.1 (AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H).
Unauthenticated remote attackers can exploit this vulnerability over the network without user interaction, though it requires high attack complexity. Successful exploitation allows attackers to achieve high impacts on confidentiality, integrity, and availability, potentially enabling local file inclusion to read sensitive files or execute arbitrary code under certain conditions.
The Patchstack advisory at https://patchstack.com/database/Wordpress/Theme/petsland/vulnerability/wordpress-pets-land-theme-1-2-8-local-file-inclusion-vulnerability?_s_id=cve provides details on this Local File Inclusion vulnerability in the WordPress Pets Land theme up to version 1.2.8.
Details
- CWE(s)
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The vulnerability is an improper filename control in a public-facing WordPress theme, enabling unauthenticated remote local file inclusion (LFI), which directly maps to exploitation of public-facing applications.