Security readout for executives and security teams
Plain-English summary
CVE-2026-1656 lets an unauthenticated person change Business Directory Plugin listings on affected WordPress sites. They could alter listing titles, content, or email addresses, damaging directory integrity and trust. The CVSS score is 5.3, reflecting integrity impact without stated data theft or outage.
Executive priority
Prioritize patching public WordPress sites that rely on this directory for customer trust, lead generation, or business listings. This is not described as a takeover or data breach issue, but unauthorized edits can create fraud, reputational harm, and operational cleanup.
Technical view
Business Directory Plugin for WordPress versions up to and including 6.4.20 lack an authorization check in the wpbdp_ajax AJAX action. The issue is classified as CWE-862 and allows unauthenticated arbitrary listing modification by referencing a listing ID. Public references include Wordfence details and WordPress plugin code/change records.
Likely exposure
Internet-facing WordPress sites using Business Directory Plugin versions 6.4.20 or older are the likely exposure. Risk is higher where directory listings are public-facing, business-critical, or trusted by customers. The CVSS vector indicates network access, low complexity, no privileges, and no user interaction.
Exploitation context
The source bundle does not show CISA KEV listing or confirmed active exploitation. The vulnerability is still practical because it requires no account and targets a public AJAX action. Available evidence supports unauthorized content modification, not confidentiality loss or service disruption.
Researcher notes
Evidence centers on missing authorization around listing modification through wpbdp_ajax. The CVE record states affected versions are all releases through 6.4.20, with WordPress Trac references for 6.4.20, trunk, and a 6.4.21 changeset. No source in the bundle confirms active exploitation.
Mitigation direction
- Upgrade Business Directory Plugin to 6.4.21 or later where available.
- Review vendor and Wordfence guidance for any additional remediation notes.
- Back up the WordPress site before applying plugin updates.
- Restrict plugin functionality if updates cannot be applied promptly.
- Review recent directory listing changes for unauthorized edits.
Validation and detection
- Inventory WordPress sites using Business Directory Plugin.
- Confirm installed plugin versions are newer than 6.4.20.
- Check directory listings for unexpected title, content, or email changes.
- Review web logs for suspicious wpbdp_ajax activity.
- Verify the 6.4.21-related change is present after updating.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupPrivilege 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 lookupCVE-2026-1656 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Medium
- CVSS
- 5.3 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N3.91.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
5.3MediumVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://www.wordfence.com/threat-intel/vulnerabilities/id/f894ce75-168c-4baa-8cae-d2e7f1a0a9ab?source=cveCVE reference
- https://plugins.trac.wordpress.org/browser/business-directory-plugin/tags/6.4.20/includes/helpers/class-authenticated-listing-view.php#L20CVE reference
- https://plugins.trac.wordpress.org/browser/business-directory-plugin/trunk/includes/helpers/class-authenticated-listing-view.php#L20CVE reference
- https://plugins.trac.wordpress.org/changeset/3452627/business-directory-plugin/tags/6.4.21/includes/controllers/pages/class-submit-listing.phpCVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Missing Authorization
Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
