Sceawere
Vulnerability Detail
CVE-2026-73403UPDATED Verified Sceawere Triage Sources: NVD / CISA KEV
Unauthenticated Broken Access Control in User Registration
Vulnerability Metadata
- Severity
- Medium
- Score / CVSS
- 5.3
- Creation Date
- 7h ago
- Vendor
- wpeverest
- Product
- User Registration
- Attack Type
- CWE-862 Missing Authorization
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
- Attack Complexity
- LOW
Narrative and Response
Description
Unauthenticated Broken Access Control in User Registration <= 5.2.6 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.
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.
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.
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.
Additional Metadata
{
"score": "5.3",
"pubDate": "2026-08-13T14:17:13.533Z",
"pubdate": "2026-08-13T14:17:13.533Z",
"executiveSummary": "This security analysis details an unauthenticated broken access control vulnerability affecting user registration mechanisms in software versions 5.2.6 and below. The flaw stems from improper restriction of sensitive functionality, allowing unauthenticated remote actors to bypass intended access controls during the user registration process. Consequently, unauthorized entities may interact with restricted endpoints, potentially creating unauthorized accounts with elevated privileges or manipulating registration parameters. The business impact includes unauthorized system access, potential privilege escalation, and compromise of user data integrity. Exploitation requires network access to the target application and does not necessitate prior authentication or specialized user interaction. The risk implications are critical, as automated exploitation could lead to mass account creation or administrative takeovers depending on the downstream handling of registered accounts. Remediation requires implementing robust authorization checks and access control lists within the registration component to validate request origin and privileges before processing.",
"technicalDetails": "The vulnerability resides within the user registration functionality of versions <= 5.2.6, specifically in the access control enforcement mechanisms governing registration endpoints. The root cause is a failure of the application to properly verify whether an incoming request possesses the requisite authorization or authentication state before executing sensitive registration logic. From a network exposure perspective, the vulnerable component is directly accessible via standard HTTP or HTTPS protocols from the internet, requiring no prior authentication credentials or privileged roles.\nThe attack flow begins when an unauthenticated malicious actor sends a crafted HTTP request directly to the vulnerable registration endpoint or function. Because the underlying codebase lacks strict role-based or session-based validation checks, the application processes the request as if it originated from a legitimate, authorized context. The payload behavior may involve injecting unauthorized parameters, bypassing validation routines, or forcing the creation of accounts with administrative privileges if the registration logic implicitly trusts client-supplied data.\nStep-by-step exploitation occurs as follows: First, the attacker identifies the exposed registration route through reconnaissance or endpoint enumeration. Second, the attacker crafts a malicious HTTP request that exploits the missing function-level access control. Third, the application processes the payload without validating the caller's identity or authorization status. Finally, the system executes the registration logic, successfully provisioning the unauthorized account or modifying system state.\nThe post-exploitation impact includes unauthorized resource access, potential lateral movement within the application, and the establishment of persistent backdoors via newly created privileged accounts. Because the vulnerability allows unauthenticated interaction with a core functional component, it undermines the overall trust boundary of the application architecture."
}