CVE-2025-67957
Published: 22 January 2026
Summary
CVE-2025-67957 is a high-severity PHP Remote File Inclusion (CWE-98) vulnerability. Its CVSS base score is 8.1 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 39.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2025-67957 is an Improper Control of Filename for Include/Require Statement in PHP Program vulnerability, known as PHP Remote File Inclusion, affecting the TangibleWP Listivo Core (listivo-core) WordPress plugin. The flaw enables PHP Local File Inclusion (CWE-98) in versions from n/a through 2.3.77. It carries a CVSS v3.1 base score of 8.1 (High) with the vector AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H.
Unauthenticated attackers can exploit this vulnerability remotely over the network, requiring high attack complexity but no user interaction or privileges. Successful exploitation allows high-impact compromise of confidentiality, integrity, and availability, such as unauthorized access to local files or potential code execution via local file inclusion in the PHP context.
Mitigation details are available in the Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/listivo-core/vulnerability/wordpress-listivo-core-plugin-2-3-77-local-file-inclusion-vulnerability?_s_id=cve.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-4037
Vulnerability details
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in TangibleWP Listivo Core listivo-core allows PHP Local File Inclusion.This issue affects Listivo Core: from n/a through <= 2.3.77.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Local File Inclusion vulnerability in a public-facing WordPress plugin exploitable remotely by unauthenticated attackers over the network, directly mapping to Exploit Public-Facing Application (T1190).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly remediates the PHP Local File Inclusion flaw in Listivo Core by identifying, testing, and deploying patches or updates for the vulnerable plugin versions.
Validates filenames supplied to PHP include/require statements in the plugin to block path traversal and unauthorized local file access.
Deploys web application firewalls at boundaries to inspect and block network traffic exploiting the LFI vulnerability with malicious filenames.