LiveActive security incident?Get immediate response
CVE Record

CVE-2025-69181: WordPress Lawyer Directory plugin <= 1.3.4 - Broken Access Control vulnerability

Missing Authorization vulnerability in e-plugins Lawyer Directory lawyer-directory allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Lawyer Directory: from n/a through <= 1.3.4.

HighCVSS 7.3Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2025-69181 affects the WordPress Lawyer Directory plugin by e-plugins through version 1.3.4. The issue is broken access control, meaning the plugin may allow actions without proper permission checks. For a public WordPress site using this plugin, an unauthenticated attacker could potentially affect confidentiality, integrity, and availability at a limited level.

Executive priority

Prioritize identification and remediation on public WordPress sites, especially law-firm or directory sites relying on this plugin. The issue is high severity because it may be exploitable without login, but current sources do not show active exploitation or a confirmed patch version.

Technical view

The CVE describes CWE-862 Missing Authorization in lawyer-directory <= 1.3.4. CVSS 3.1 is 7.3: network exploitable, low complexity, no privileges, no user interaction, with low C/I/A impact. The public bundle does not identify specific endpoints, affected functions, exploit details, or a confirmed fixed version.

Likely exposure

Exposure is likely limited to WordPress sites with the e-plugins Lawyer Directory plugin installed and enabled at version 1.3.4 or earlier. Internet-facing WordPress sites have higher practical risk because CVSS indicates remote unauthenticated reachability.

Exploitation context

The sources support remote, unauthenticated exploitation characteristics, but do not provide exploit steps or confirm active exploitation. The CVE is not listed as KEV in the provided bundle. Treat public sites using the plugin as priority review targets.

Researcher notes

Evidence is incomplete. The description and Patchstack title identify <= 1.3.4, while the structured affected entry is sparse. No endpoint, proof of concept, exploit-in-the-wild evidence, or fixed version is provided in the bundle. Further vendor validation is needed before detailed detection engineering.

Mitigation direction

  • Inventory WordPress sites for the Lawyer Directory plugin and record installed versions.
  • If version is <= 1.3.4, check vendor or Patchstack guidance for an update.
  • Disable or remove the plugin where it is not business-critical.
  • Apply compensating access controls around affected sites where feasible.
  • Monitor WordPress logs for unusual unauthenticated activity involving plugin functionality.

Validation and detection

  • Confirm whether lawyer-directory is installed and enabled on each WordPress site.
  • Compare installed plugin version against the affected range: <= 1.3.4.
  • Check vendor, WordPress.org, or Patchstack pages for fixed-version information.
  • Review access logs for suspicious requests to Lawyer Directory plugin paths.
  • Document remediation status and any business exception for continued plugin use.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-862: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-69181 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.3CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L3.93.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.3High
CVSS 3.1 vector shape for CVE-2025-69181Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
e-pluginsLawyer Directorylawyer-directory, 0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-862 · source CWE mapping

Missing Authorization

Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.