Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Remote unauthenticated ID-only bypass yields full account takeover, so AV:N/AC:L/PR:N/UI:N with C:H/I:H; availability is not impacted (A:N).
Primary rating from Vendor (WPScan).
CVSS VectorVendor: WPScan
Lifecycle Timeline
4DescriptionCVE.org
The SoftMarket - Digital Marketplace WordPress plugin through 1.0.0 does not properly validate an authentication token in one branch of its email-verification flow, allowing unauthenticated attackers to obtain a valid session as any verified user by supplying only that user's ID.
AnalysisAI
Authentication bypass in the SoftMarket - Digital Marketplace WordPress plugin (versions through 1.0.0) lets remote unauthenticated attackers impersonate any verified user by supplying only that user's numeric ID to a flawed branch of the email-verification flow, resulting in full account takeover. Publicly available exploit code exists (published by WPScan), and the CVSS 3.1 score of 9.1 reflects high confidentiality and integrity impact with no privileges or user interaction required. Despite the critical rating, the EPSS probability is low (0.19%, 9th percentile) and there is no evidence of active exploitation.
Technical ContextAI
The affected component is a WordPress plugin that adds digital-marketplace functionality (vendor accounts, downloadable products) to WordPress sites. The root cause is classified as CWE-287 (Improper Authentication): one branch of the plugin's email-verification handler fails to properly validate the authentication token that is supposed to bind a verification request to its intended recipient. Because the vulnerable code path trusts a user-supplied user ID without cryptographically verifying the accompanying token, the token check can be short-circuited. The CPE identifies the product as cpe:2.3:a:unknown:softmarket_-_digital_marketplace with all versions up to and including 1.0.0 affected; the vendor is listed as unknown in the CPE dictionary, indicating limited authoritative vendor metadata.
RemediationAI
No vendor-released patched version is identified at time of analysis-the affected range extends through 1.0.0 with no fixed version specified in the provided data, so upgrading to a corrected release is not yet a confirmed option. As compensating controls, deactivate and remove the SoftMarket - Digital Marketplace plugin until a fixed version is published, since the vulnerable email-verification flow cannot be safely left reachable; this disables the plugin's marketplace and email-verification functionality entirely. If removal is not feasible, restrict access to the plugin's verification endpoint at the web-server or WAF layer (for example, block or authenticate requests to the email-verification handler and rate-limit requests that iterate user IDs), accepting that this may interfere with legitimate user verification. Monitor for the WPScan advisory (https://wpscan.com/vulnerability/ed5c7632-a307-43f1-bff0-f70977522e2e/) and the NVD entry (https://nvd.nist.gov/vuln/detail/CVE-2026-14557) for an official fixed release, and audit existing user sessions and accounts for signs of unauthorized takeover.
Same weakness CWE-287 – Improper Authentication
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-52171
GHSA-6gxj-34hr-jj8j