CVE-2026-22464
Published: 22 January 2026
Summary
CVE-2026-22464 is a high-severity PHP Remote File Inclusion (CWE-98) vulnerability. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 20.9th 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-2026-22464 is an Improper Control of Filename for Include/Require Statement in PHP Program vulnerability, classified as a PHP Remote File Inclusion issue that enables PHP Local File Inclusion (CWE-98). It affects the WordPress plugin "My auctions allegro" (my-auctions-allegro-free-edition) by wphocus, impacting all versions from n/a through 3.6.33. The vulnerability was published on 2026-01-22 and carries a CVSS v3.1 base score of 7.5 (AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H).
Exploitation requires low privileges (PR:L) and can be performed over the network (AV:N) with high attack complexity (AC:H) and no user interaction (UI:N). A successful attack results in high impacts to confidentiality, integrity, and availability (C:H/I:H/A:H) within the unchanged scope (S:U), potentially allowing an authenticated low-privilege user to include and execute arbitrary local files on the server.
Mitigation details are available in the Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/my-auctions-allegro-free-edition/vulnerability/wordpress-my-auctions-allegro-plugin-3-6-33-local-file-inclusion-vulnerability?_s_id=cve.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-3848
Vulnerability details
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in wphocus My auctions allegro my-auctions-allegro-free-edition allows PHP Local File Inclusion.This issue affects My auctions allegro: from n/a through <= 3.6.33.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
LFI in public-facing WordPress plugin enables remote code execution from low-priv auth, mapping directly to public app exploitation and priv esc.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly mitigates CVE-2026-22464 by requiring timely patching or updating of the vulnerable My auctions allegro WordPress plugin versions through 3.6.33.
Validates user-controlled filenames used in PHP include/require statements to prevent local file inclusion exploitation.
Scans for and identifies the PHP Local File Inclusion vulnerability (CVE-2026-22464) in installed WordPress plugins to enable remediation.