LiveActive security incident?Get immediate response
CVE Record

CVE-2025-69184: WordPress Institutions Directory plugin <= 1.3.4 - Broken Access Control vulnerability

Missing Authorization vulnerability in e-plugins Institutions Directory institutions-directory allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Institutions 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-69184 is a high-severity access-control flaw in the WordPress Institutions Directory plugin through version 1.3.4. An unauthenticated network attacker may be able to reach functions or data that should require permission. For organizations using this plugin, prioritize identifying exposed WordPress sites and following vendor or Patchstack guidance.

Executive priority

Prioritize within the normal high-severity vulnerability process, especially for public WordPress sites. The issue may allow unauthorized access with low attack complexity, but the public sources provided do not confirm active exploitation or identify a specific patch version.

Technical view

The CVE describes missing authorization in e-plugins Institutions Directory, package institutions-directory, affecting versions through 1.3.4. It is mapped to CWE-862 with CVSS 3.1 score 7.3: AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L. Public details do not specify the vulnerable endpoint, exact impact path, or fixed version.

Likely exposure

Exposure is limited to WordPress installations with the Institutions Directory plugin installed at version 1.3.4 or earlier. Internet-facing WordPress sites have higher risk because the CVSS vector indicates network access, no privileges, and no user interaction are required.

Exploitation context

The source bundle does not show CISA KEV listing or confirmed active exploitation. Patchstack and CVE records identify the vulnerability, but no exploit mechanics are provided here. Treat as plausible remote unauthenticated risk, not confirmed exploitation.

Researcher notes

The provided data has some inconsistency: the description says versions through 1.3.4 are affected, while the affected object lists version "0" and defaultStatus unaffected. Rely on the CVE description and Patchstack reference, but verify against the live advisory before enforcement decisions.

Mitigation direction

  • Inventory WordPress sites for the Institutions Directory plugin.
  • Check installed plugin versions and flag 1.3.4 or earlier.
  • Review the vendor and Patchstack advisory for fixed-version guidance.
  • Disable or remove the plugin if not business-critical.
  • Restrict administrative access and monitor WordPress security logs.

Validation and detection

  • Confirm whether the plugin package institutions-directory is installed.
  • Record the installed version from WordPress plugin inventory.
  • Compare findings against affected versions through 1.3.4.
  • Check whether any vendor-provided update is available.
  • Review logs for unusual unauthenticated access to plugin-related routes.
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-69184 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-69184Attack 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-pluginsInstitutions Directoryinstitutions-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.