CVE-2025-28867
Published: 11 March 2025
Summary
CVE-2025-28867 is a medium-severity CSRF (CWE-352) vulnerability in Stesvis Frontpage Category Filter. Its CVSS base score is 4.3 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Malicious Link (T1204.001); ranked at the 36.8th 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 SC-23 (Session Authenticity) and SI-10 (Information Input Validation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
SC-23 enforces session authenticity mechanisms such as CSRF tokens, directly preventing forged requests from tricking authenticated users into unauthorized actions.
SI-10 requires validation of information inputs, including anti-CSRF tokens, to block malicious requests exploiting the plugin's lack of CSRF protection.
SI-2 mandates timely remediation of identified flaws, directly addressing this CVE by patching the vulnerable frontpage-category-filter plugin.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The CSRF vulnerability requires tricking an authenticated user into clicking a crafted link or visiting a malicious webpage to trigger unauthorized actions, directly mapping to T1204.001 Malicious Link under User Execution.
NVD Description
Cross-Site Request Forgery (CSRF) vulnerability in stesvis Frontpage category filter frontpage-category-filter allows Cross Site Request Forgery.This issue affects Frontpage category filter: from n/a through <= 1.0.2.
Deeper analysisAI
CVE-2025-28867 is a Cross-Site Request Forgery (CSRF) vulnerability, mapped to CWE-352, in the stesvis Frontpage Category Filter WordPress plugin (frontpage-category-filter). It affects all versions from n/a through 1.0.2 inclusive. Published on 2025-03-11, the issue has a CVSS v3.1 base score of 4.3 (AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N), reflecting medium severity with network accessibility, low attack complexity, no privileges required, and required user interaction, resulting in low integrity impact.
A remote attacker without privileges can exploit this CSRF vulnerability by tricking an authenticated user into submitting a malicious request via a crafted webpage or link, performing unauthorized actions on the victim's behalf within the affected WordPress site. Exploitation requires user interaction, such as clicking a link, and is limited to low-impact integrity violations, with no effects on confidentiality or availability.
The Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/frontpage-category-filter/vulnerability/wordpress-frontpage-category-filter-plugin-1-0-2-cross-site-request-forgery-csrf-vulnerability?_s_id=cve details the CSRF issue in Frontpage Category Filter plugin version 1.0.2 and serves as the primary reference for mitigation guidance.
Details
- CWE(s)