A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-28867

CVE-2025-28867: Frontpage Category Filter CSRF Flaw

CVE-2025-28867 is a Cross-Site Request Forgery vulnerability in Stesvis Frontpage Category Filter that enables attackers to execute unauthorized actions. This article covers technical details, affected versions, impact, and mitigation.

Published: April 21, 2026

CVE-2025-28867 Overview

A Cross-Site Request Forgery (CSRF) vulnerability has been identified in the Frontpage Category Filter WordPress plugin developed by stesvis. This vulnerability allows attackers to trick authenticated users into executing unintended actions on the WordPress site by crafting malicious requests. When a logged-in administrator visits a malicious page or clicks a crafted link, the attacker can perform unauthorized actions with the victim's privileges.

Critical Impact

Attackers can leverage this CSRF vulnerability to perform unauthorized administrative actions, potentially modifying plugin settings, altering category filters on the frontpage, or executing other privileged operations without user consent.

Affected Products

  • stesvis Frontpage Category Filter versions through 1.0.2
  • WordPress installations using the vulnerable plugin
  • All configurations of the frontpage-category-filter plugin

Discovery Timeline

  • 2025-03-11 - CVE CVE-2025-28867 published to NVD
  • 2026-04-01 - Last updated in NVD database

Technical Details for CVE-2025-28867

Vulnerability Analysis

This CSRF vulnerability exists because the Frontpage Category Filter plugin fails to implement proper anti-CSRF token validation for state-changing operations. The plugin does not verify that incoming requests originate from legitimate user actions within the WordPress admin interface. This allows an attacker to craft malicious HTML pages containing hidden forms or JavaScript that automatically submit requests to the vulnerable plugin endpoints when visited by an authenticated WordPress administrator.

The vulnerability affects the plugin's core functionality related to managing category filters displayed on the WordPress frontpage. Without proper nonce verification, any administrative action exposed by the plugin becomes susceptible to cross-site request forgery attacks.

Root Cause

The root cause of CVE-2025-28867 is the absence of WordPress nonce verification in the plugin's form handlers and AJAX endpoints. WordPress provides built-in CSRF protection through its nonce system (wp_nonce_field() and wp_verify_nonce()), but the Frontpage Category Filter plugin versions through 1.0.2 do not implement these security mechanisms for critical operations. This allows cross-origin requests to be processed as if they were legitimate user actions.

Attack Vector

The attack requires social engineering to lure an authenticated WordPress administrator to a malicious website or page containing the CSRF payload. The attacker hosts a page with a hidden form that targets the vulnerable plugin endpoints. When the victim loads the page, the form automatically submits using JavaScript, causing the victim's browser to send an authenticated request to their WordPress site. Since the plugin lacks CSRF protection, the malicious request is processed with the administrator's session credentials.

The attack can be delivered through various vectors including phishing emails with links, malicious advertisements, compromised websites, or forum posts containing embedded content targeting WordPress administrators.

Detection Methods for CVE-2025-28867

Indicators of Compromise

  • Unexpected changes to frontpage category filter settings without administrator action
  • Web server access logs showing POST requests to plugin endpoints from external referrers
  • WordPress admin activity logs indicating configuration changes at unusual times
  • HTTP requests to plugin-related URLs with suspicious Referer headers from external domains

Detection Strategies

  • Monitor WordPress admin activity logs for unauthorized configuration changes to the Frontpage Category Filter plugin
  • Implement web application firewall (WAF) rules to detect and block requests with suspicious cross-origin referrers targeting WordPress admin endpoints
  • Review web server access logs for POST requests to /wp-admin/ paths originating from external domains
  • Deploy security plugins that track and alert on administrative action anomalies

Monitoring Recommendations

  • Enable comprehensive WordPress admin activity logging to capture all plugin configuration changes
  • Configure alerts for administrative actions occurring outside normal business hours
  • Monitor for rapid sequential requests to plugin endpoints that may indicate automated CSRF exploitation
  • Implement Content Security Policy (CSP) headers to help mitigate cross-origin attack vectors

How to Mitigate CVE-2025-28867

Immediate Actions Required

  • Deactivate and remove the Frontpage Category Filter plugin (frontpage-category-filter) until a patched version is available
  • Review WordPress admin activity logs for any suspicious configuration changes
  • Verify that frontpage category settings have not been tampered with
  • Educate WordPress administrators about the risks of clicking unknown links while logged into the admin panel

Patch Information

As of the last update, no official patch has been released for this vulnerability. The affected versions include all releases through 1.0.2. Organizations should monitor the Patchstack WordPress Plugin Vulnerability Database for updates and patch availability. Consider replacing the plugin with an alternative that implements proper CSRF protections.

Workarounds

  • Remove or deactivate the Frontpage Category Filter plugin until a security update is available
  • Implement a Web Application Firewall (WAF) with rules to validate request origins and block suspicious cross-site requests
  • Use browser extensions or policies that restrict automatic form submissions from external sites
  • Require re-authentication for sensitive administrative actions when possible
  • Log out of WordPress admin sessions when browsing other websites
bash
# WordPress CLI command to deactivate the vulnerable plugin
wp plugin deactivate frontpage-category-filter

# Verify plugin has been deactivated
wp plugin list --status=inactive | grep frontpage-category-filter

# Optional: Remove the plugin entirely
wp plugin delete frontpage-category-filter

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechStesvis Frontpage Category Filter

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.16%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-352
  • Technical References
  • Patchstack WordPress Plugin Vulnerability
  • Latest CVEs
  • CVE-2026-9813: FlowIntel SSRF Vulnerability

  • CVE-2026-4377: D-Link DWR-X1820 Auth Bypass Vulnerability

  • CVE-2026-47074: ex_aws_sns Auth Bypass Vulnerability

  • CVE-2026-46241: Linux Kernel Use-After-Free Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English