LiveActive security incident?Get immediate response
CVE Record

CVE-2022-2987: Ldap WP Login / Active Directory Integration < 3.0.2 - Unauthenticated Settings Update to Auth Bypass

The Ldap WP Login / Active Directory Integration WordPress plugin before 3.0.2 does not have any authorisation and CSRF checks when updating it's settings (which are hooked to the init action), allowing unauthenticated attackers to update them. Attackers could set their own LDAP server to be used to authenticated users, therefore bypassing the current authentication

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This WordPress LDAP login plugin allowed unauthenticated outsiders to change authentication settings before version 3.0.2. An attacker could redirect LDAP authentication to a server they control, potentially bypassing normal login controls. The issue affects integrity of access decisions rather than data confidentiality or availability in the CVSS record.

Executive priority

Prioritize remediation for any public WordPress site using this plugin for business authentication. The vulnerability can undermine login trust without attacker credentials, making it a high-priority identity control issue even without confirmed active exploitation evidence.

Technical view

CVE-2022-2987 is a missing authorization and CSRF-control flaw in settings update logic hooked to WordPress init. For Ldap WP Login / Active Directory Integration before 3.0.2, unauthenticated requests could modify LDAP settings. CVSS 3.1 is 7.5: network, low complexity, no privileges, no user interaction, high integrity impact.

Likely exposure

Exposure is likely limited to WordPress sites running the Ldap WP Login / Active Directory Integration plugin before 3.0.2, especially public sites using LDAP or Active Directory authentication. The bundle does not identify affected CPEs or vendor ownership beyond the plugin name.

Exploitation context

The provided sources support unauthenticated remote settings modification and authentication bypass potential. CISA KEV is false, and the bundle provides no cited evidence of active exploitation. Treat internet-facing WordPress authentication plugins as sensitive because compromise can affect administrative access.

Researcher notes

The core issue combines missing authorization with missing CSRF checks on settings updates. The security consequence is integrity compromise of LDAP authentication configuration. The source bundle is limited; it does not include detailed patch diff, exploit availability, affected CPEs, or operational indicators.

Mitigation direction

  • Update Ldap WP Login / Active Directory Integration to 3.0.2 or later if available.
  • Review vendor or WordPress plugin guidance for any additional remediation steps.
  • Restrict administrative WordPress access paths where operationally feasible.
  • Audit LDAP plugin settings for unexpected server, bind, or authentication changes.
  • Rotate credentials if logs or settings suggest unauthorized authentication changes.

Validation and detection

  • Inventory WordPress sites for this plugin and record installed versions.
  • Confirm no active installation is below version 3.0.2.
  • Review current LDAP server settings against approved configuration records.
  • Check WordPress and web logs for unexpected settings-update activity around authentication paths.
  • Verify administrative users and recent logins are expected.
Prepared
Confidence
high
Sources
3

Public sources used

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-352: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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
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-2022-2987 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.5 (3.1)
Known Exploited
No
Published

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

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.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N3.93.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2022-2987Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
UnknownLdap WP Login / Active Directory Integration3.0.2Listed
Weakness

CWE details

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

CWE-352 · source CWE mapping

Cross-Site Request Forgery (CSRF)

Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.

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.