Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-67966

CVE-2025-67966: Lawyer Directory Privilege Escalation

CVE-2025-67966 is a privilege escalation vulnerability in the Lawyer Directory WordPress plugin by e-plugins that allows attackers to gain elevated access. This article covers technical details, affected versions, and mitigation.

Published: January 23, 2026

CVE-2025-67966 Overview

CVE-2025-67966 is an Incorrect Privilege Assignment vulnerability in the e-plugins Lawyer Directory WordPress plugin (lawyer-directory) that enables Privilege Escalation attacks. This vulnerability affects Lawyer Directory versions from the initial release through version 1.3.3 inclusive.

The flaw stems from improper privilege assignment (CWE-266), which allows attackers to escalate their privileges within the WordPress installation. This type of vulnerability is particularly dangerous in WordPress environments as it can enable unauthorized users to gain administrative access to the site.

Critical Impact

Attackers can exploit this privilege escalation vulnerability to gain elevated access within WordPress installations running the vulnerable Lawyer Directory plugin, potentially compromising the entire site.

Affected Products

  • e-plugins Lawyer Directory (lawyer-directory) versions through 1.3.3
  • WordPress installations with the vulnerable plugin installed

Discovery Timeline

  • 2026-01-22 - CVE CVE-2025-67966 published to NVD
  • 2026-01-22 - Last updated in NVD database

Technical Details for CVE-2025-67966

Vulnerability Analysis

This vulnerability is classified as an Incorrect Privilege Assignment (CWE-266) issue. The Lawyer Directory plugin fails to properly validate and enforce privilege levels when processing certain user actions. This allows authenticated users with lower privilege levels to perform actions that should be restricted to higher-privilege users, such as administrators.

Privilege escalation vulnerabilities in WordPress plugins are particularly concerning because they can transform a low-privilege account (such as a subscriber) into an administrative account, granting full control over the WordPress installation.

Root Cause

The root cause of CVE-2025-67966 lies in the improper implementation of privilege checks within the Lawyer Directory plugin. The plugin does not adequately verify that users have the appropriate capability level before allowing them to execute privileged operations. This missing or insufficient authorization check creates an opportunity for users to bypass intended access controls.

Attack Vector

An attacker would need to first obtain a low-privilege account on a WordPress site running the vulnerable Lawyer Directory plugin. Once authenticated, the attacker can exploit the incorrect privilege assignment to escalate their access level. The exact exploitation method involves manipulating plugin functionality to gain elevated permissions.

For detailed technical information about this vulnerability, refer to the Patchstack WordPress Plugin Vulnerability advisory.

Detection Methods for CVE-2025-67966

Indicators of Compromise

  • Unexpected user role changes in WordPress, particularly users gaining administrator privileges
  • Unusual plugin activity logs showing privilege-related operations from low-privilege accounts
  • New administrator accounts appearing without authorized creation
  • Modified user capabilities in the WordPress database

Detection Strategies

  • Monitor WordPress user role assignments and capability changes for unauthorized modifications
  • Implement logging for all user privilege escalation events within WordPress
  • Regularly audit user accounts and their assigned roles to detect anomalies
  • Deploy web application firewalls (WAF) configured to detect privilege escalation attempts

Monitoring Recommendations

  • Enable detailed WordPress audit logging to track user role and capability changes
  • Set up alerts for any user role modifications, especially elevation to administrator
  • Monitor the wp_usermeta table for unexpected wp_capabilities changes
  • Review plugin-specific logs for the Lawyer Directory plugin for suspicious activity

How to Mitigate CVE-2025-67966

Immediate Actions Required

  • Audit all existing user accounts and their privilege levels for unauthorized escalations
  • Consider temporarily deactivating the Lawyer Directory plugin until a patch is available
  • Implement additional access controls at the server level to restrict administrative functions
  • Enable WordPress two-factor authentication for all administrative accounts
  • Review and remove any suspicious user accounts that may have been created through exploitation

Patch Information

Monitor the Patchstack vulnerability database and the official WordPress plugin repository for security updates to the Lawyer Directory plugin. Update to a patched version as soon as one becomes available.

Workarounds

  • Temporarily disable the Lawyer Directory plugin if it is not critical to site operations
  • Restrict user registration on the WordPress site to prevent new account creation
  • Implement server-level access restrictions to limit administrative functionality
  • Use a WordPress security plugin to add additional capability checks and monitoring
bash
# Disable the vulnerable plugin via WP-CLI
wp plugin deactivate lawyer-directory

# List all administrators to audit for unauthorized accounts
wp user list --role=administrator

# Check for recently modified user capabilities
wp db query "SELECT user_id, meta_value FROM wp_usermeta WHERE meta_key = 'wp_capabilities' ORDER BY umeta_id DESC LIMIT 20"

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechLawyer Directory

  • SeverityNONE

  • CVSS ScoreN/A

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-266
  • Technical References
  • Patchstack WordPress Plugin Vulnerability
  • Related CVEs
  • CVE-2026-28127: Lawyer Directory Plugin XSS Vulnerability

  • CVE-2025-69181: Lawyer Directory Auth Bypass Flaw

  • CVE-2025-67967: Lawyer Directory Auth Bypass Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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