Sceawere

Vulnerability Detail

CVE-2026-84769UPDATED Verified Sceawere Triage Sources: NVD / CISA KEV

Business Directory Unauthenticated IDOR Vulnerability

Vulnerability Metadata

Severity
Medium
Score / CVSS
6.5
Creation Date
4h ago
Vendor
Strategy11 Team
Product
Business Directory
Attack Type
CWE-639 Authorization Bypass Through User-Controlled Key
Vector String
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
Attack Complexity
LOW

Narrative and Response

Description

Unauthenticated Insecure Direct Object References (IDOR) in Business Directory <= 6.4.26 versions.

Executive Summary

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Executive Summary Locked

Sign up to unlock professional threat analysis, mitigations, and indicator signatures.

Technical Details

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Detailed Technical Analysis Locked

Sign up to unlock professional threat analysis, mitigations, and indicator signatures.

Mitigations

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Remediation & Mitigations Locked

Sign up to unlock professional threat analysis, mitigations, and indicator signatures.

References

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Intelligence References Locked

Sign up to unlock professional threat analysis, mitigations, and indicator signatures.

Additional Metadata

{
  "score": "6.5",
  "pubDate": "2026-09-03T17:17:28.140Z",
  "pubdate": "2026-09-03T17:17:28.140Z",
  "executiveSummary": "The Business Directory plugin for WordPress, in versions 6.4.26 and below, is susceptible to an unauthenticated Insecure Direct Object Reference (IDOR) vulnerability. This security flaw arises from a failure to implement adequate access control checks on objects referenced via user-supplied identifiers. By manipulating these identifiers within incoming requests, an unauthenticated attacker can bypass authorization mechanisms to access, modify, or delete sensitive directory data that should be restricted.\nThe vulnerability poses a significant risk to data confidentiality and integrity. Successful exploitation allows unauthorized remote actors to perform actions reserved for privileged users without requiring authentication or session tokens. Given the nature of directory plugins, this may include the unauthorized disclosure of private business information, contact details, or administrative settings. The impact is critical as it leverages the lack of server-side validation to manipulate resources directly. Users are advised to limit exposure by applying available vendor patches or restricting access to the directory endpoints.",
  "technicalDetails": "The core of the vulnerability lies in the Business Directory plugin's request handling logic, which fails to verify the authorization of an unauthenticated user before processing actions related to specific directory objects. An IDOR condition exists when the application relies on predictable or sequential identifiers (such as database primary keys or object IDs) provided in parameters (e.g., GET/POST variables) without validating that the current user has explicit permission to interact with the specific object associated with that ID.\nThe attack flow begins when an unauthenticated actor identifies a request targeting a directory object, such as a business listing or a configuration parameter. Because the server-side code does not implement a security check to confirm user identity or role-based access control (RBAC) at the function level responsible for handling these objects, the application processes the request based solely on the user-provided ID. By simply modifying the parameter value (e.g., incrementing an integer ID), the attacker can access records belonging to other users or sensitive system objects.\nTechnically, the vulnerable component fails to perform an authorization check against the current user context. When an HTTP request is received, the plugin retrieves the object from the database based on the provided identifier. Because the plugin logic assumes that the requester is authorized simply because they are interacting with the application, it proceeds to execute sensitive functions—such as CRUD operations—on the target object. This bypasses the intended security boundary of the directory management system.\nPost-exploitation, an attacker can enumerate, retrieve, or manipulate data without authenticating. This includes the potential for unauthorized data exfiltration, the modification of listing details, or the deletion of directory content. The lack of authentication requirements means that the attack can be automated and performed over a public network, significantly increasing the risk of mass data compromise or unauthorized administrative control over directory entries."
}
CVE-2026-84769: Business Directory Unauthenticated IDOR Vulnerability (MEDIUM Severity, CVSS: 6.5) - Sceawere