LiveActive security incident?Get immediate response
CVE Record

CVE-2025-57886: WordPress Accessibility Checker by Equalize Digital Plugin <= 1.30.0 - Insecure Direct Object References (IDOR) Vulnerability

Authorization Bypass Through User-Controlled Key vulnerability in Equalize Digital Accessibility Checker by Equalize Digital accessibility-checker allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Accessibility Checker by Equalize Digital: from n/a through <= 1.30.0.

MediumCVSS 5.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2025-57886 is an access-control flaw in the WordPress Accessibility Checker by Equalize Digital plugin through version 1.30.0. A logged-in user could use a user-controlled key to affect data or behavior they should not control. The public data rates this medium severity, with limited integrity and availability impact.

Executive priority

Treat this as a normal-priority WordPress remediation item, not an emergency. Prioritize externally reachable sites, sites with many low-privileged users, and customer-facing properties where unauthorized content or operational disruption would matter.

Technical view

The issue is CWE-639, an insecure direct object reference caused by insufficient authorization around a user-controlled key. The CVSS 3.1 vector is AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L, meaning remote, low-complexity exploitation by an authenticated user, with no confidentiality impact and low integrity and availability impact.

Likely exposure

Exposure is limited to WordPress sites running Accessibility Checker by Equalize Digital at version 1.30.0 or earlier. The CVSS vector indicates an attacker needs low privileges, so sites allowing broad subscriber or contributor access deserve closer attention.

Exploitation context

The source bundle does not show CISA KEV listing or any cited evidence of active exploitation. Public details identify the bug class and affected version range, but do not provide enough evidence to claim exploitation in the wild.

Researcher notes

The affected range is reported as through 1.30.0, but the bundle does not name a fixed release. Do not assume a patch version without checking vendor or Patchstack guidance. The odd affected-version metadata should be reconciled against vendor release data.

Mitigation direction

  • Inventory WordPress sites for the Accessibility Checker by Equalize Digital plugin.
  • Identify any installations running version 1.30.0 or earlier.
  • Check Equalize Digital and Patchstack guidance for the fixed version or official mitigation.
  • Update the plugin when a vendor-supported fixed release is confirmed.
  • Disable or remove the plugin where remediation cannot be validated promptly.
  • Limit low-privileged WordPress accounts on exposed sites until remediated.

Validation and detection

  • Confirm installed plugin versions across production, staging, and managed WordPress environments.
  • Review whether public registration or broad low-privilege account creation is enabled.
  • Check WordPress logs for unexpected plugin actions by low-privileged users.
  • Validate remediation by confirming the deployed version is newer than the affected range.
  • Retest role authorization in staging without using offensive payloads.
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 · low confidence lookup

CWE-639: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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
description · low confidence lookup

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-57886 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
Medium
CVSS
5.4 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/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
5.4CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L2.82.5Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.4Medium
CVSS 3.1 vector shape for CVE-2025-57886Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/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
Equalize DigitalAccessibility Checker by Equalize Digitalaccessibility-checker, 0unaffected
Weakness

CWE details

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

CWE-639 · source CWE mapping

Authorization Bypass Through User-Controlled Key

Authorization Bypass Through User-Controlled Key represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.