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-2026-28124

CVE-2026-28124: Notarius WordPress Theme LFI Vulnerability

CVE-2026-28124 is a PHP local file inclusion vulnerability in the Notarius WordPress theme by AncoraThemes that allows attackers to include malicious files. This article covers technical details, affected versions, and mitigation.

Published: March 6, 2026

CVE-2026-28124 Overview

CVE-2026-28124 is a PHP Local File Inclusion (LFI) vulnerability affecting the Notarius WordPress theme developed by AncoraThemes. The vulnerability stems from improper control of filename parameters used in PHP include/require statements (CWE-98), allowing attackers to include arbitrary local files from the server filesystem.

This vulnerability enables remote attackers to read sensitive files, potentially leading to information disclosure, credential theft, or further system compromise. When combined with other vulnerabilities or misconfigurations, LFI can escalate to Remote Code Execution (RCE).

Critical Impact

Remote attackers can exploit this Local File Inclusion vulnerability to read sensitive server files, access configuration data, and potentially achieve code execution on affected WordPress installations running Notarius theme version 1.9 or earlier.

Affected Products

  • AncoraThemes Notarius WordPress Theme version 1.9 and earlier
  • WordPress installations using vulnerable Notarius theme versions

Discovery Timeline

  • 2026-03-05 - CVE-2026-28124 published to NVD
  • 2026-03-05 - Last updated in NVD database

Technical Details for CVE-2026-28124

Vulnerability Analysis

The vulnerability exists due to inadequate input validation in the Notarius WordPress theme when processing user-supplied filenames for PHP include or require statements. The theme fails to properly sanitize file path parameters before incorporating them into file inclusion operations, creating a classic Local File Inclusion attack surface.

An attacker can exploit this weakness by manipulating request parameters to include arbitrary files from the local filesystem. This can expose sensitive configuration files such as wp-config.php, server configuration files like /etc/passwd, or log files that may contain credentials or other sensitive information.

The network-based attack vector with high complexity indicates that while the vulnerability is remotely exploitable, successful exploitation may require specific conditions or additional reconnaissance. No privileges are required for exploitation, and no user interaction is necessary, making this vulnerability particularly dangerous for unattended WordPress installations.

Root Cause

The root cause is improper control of filename parameters in PHP include/require statements (CWE-98). The Notarius theme fails to implement proper input validation, sanitization, or whitelisting of allowed file paths before passing user-controlled input to PHP's file inclusion functions.

Common vulnerable patterns include:

  • Direct use of $_GET or $_POST parameters in include() or require() calls
  • Insufficient path traversal filtering (e.g., not accounting for encoded sequences like %2e%2e%2f)
  • Missing file extension validation or path restriction

Attack Vector

The vulnerability is exploitable over the network without authentication. An attacker would craft malicious HTTP requests containing path traversal sequences (such as ../) to navigate outside the intended directory and include sensitive files.

Typical exploitation scenarios include:

  • Reading wp-config.php to obtain database credentials
  • Accessing /etc/passwd for user enumeration
  • Including PHP session files or log files that may contain injected PHP code (log poisoning)
  • Reading .htaccess or other configuration files

The vulnerability mechanism involves manipulating file path parameters in HTTP requests. Attackers typically use directory traversal sequences to escape the intended directory context and access sensitive files such as WordPress configuration files or system files. For detailed technical information, refer to the Patchstack WordPress Vulnerability Report.

Detection Methods for CVE-2026-28124

Indicators of Compromise

  • HTTP requests containing path traversal sequences (../, ..%2f, %2e%2e/) targeting Notarius theme endpoints
  • Access log entries showing attempts to include system files like /etc/passwd or wp-config.php
  • Unusual file access patterns in PHP error logs referencing files outside the theme directory
  • Web Application Firewall (WAF) alerts for LFI pattern matches on WordPress theme requests

Detection Strategies

  • Deploy Web Application Firewall (WAF) rules to detect and block path traversal patterns in request parameters
  • Monitor Apache/Nginx access logs for requests containing ../ sequences targeting the Notarius theme directory
  • Implement file integrity monitoring on critical WordPress files to detect unauthorized reads
  • Review PHP error logs for "failed to open stream" errors that may indicate exploitation attempts

Monitoring Recommendations

  • Configure real-time alerting for WAF rule triggers related to LFI/path traversal attacks
  • Set up log aggregation and analysis for WordPress installations to identify attack patterns
  • Monitor server resource usage for signs of file enumeration or mass file access attempts
  • Enable WordPress security audit logging to track suspicious theme-related requests

How to Mitigate CVE-2026-28124

Immediate Actions Required

  • Identify all WordPress installations using the Notarius theme version 1.9 or earlier
  • Temporarily deactivate the Notarius theme and switch to a default WordPress theme until a patch is available
  • Implement WAF rules to block requests containing path traversal sequences targeting theme files
  • Review server access logs for signs of prior exploitation attempts
  • Consider restricting access to the WordPress admin panel and theme directories

Patch Information

No official patch information is available at this time. Website administrators should monitor the Patchstack WordPress Vulnerability Report for updates on remediation. Consider contacting AncoraThemes directly for patch availability or upgrade guidance.

Workarounds

  • Deactivate the Notarius theme and use an alternative theme until a security update is released
  • Implement server-level restrictions using open_basedir PHP directive to limit file access
  • Deploy ModSecurity or similar WAF with LFI detection rules enabled
  • Use WordPress security plugins that provide real-time protection against file inclusion attacks
  • Apply principle of least privilege to web server file system permissions
bash
# Apache ModSecurity rule to block LFI attempts
# Add to your ModSecurity configuration
SecRule REQUEST_URI|ARGS|ARGS_NAMES "@rx (\.\./|\.\.\\)" \
    "id:100001,phase:2,deny,status:403,msg:'LFI Attack Blocked',severity:CRITICAL"

# PHP open_basedir restriction in php.ini or .htaccess
# Restricts PHP file operations to specific directories
# php_value open_basedir /var/www/html/:/tmp/

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechNotarius

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-98
  • Technical References
  • Patchstack WordPress Vulnerability Report
  • Latest CVEs
  • CVE-2024-8261: Prolizyazilim OBS Auth Bypass Vulnerability

  • CVE-2024-13068: LimonDesk Auth Bypass Vulnerability

  • CVE-2025-53679: Fortinet FortiSandbox RCE Vulnerability

  • CVE-2026-9446: Simple POS Inventory System SQLi Flaw
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