Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Unauthenticated remote reset of arbitrary passwords with no user interaction gives AV:N/AC:L/PR:N/UI:N, and admin takeover yields full C/I/A impact.
Primary rating from Vendor (WPScan).
CVSS VectorVendor: WPScan
Lifecycle Timeline
5DescriptionCVE.org
The Single Sign On For TNG WordPress plugin before 2.2.0 does not properly validate a password reset request, allowing unauthenticated attackers to reset the password of arbitrary users, including administrators, which could lead to a full site takeover.
AnalysisAI
Password reset abuse in the Single Sign On For TNG WordPress plugin (versions before 2.2.0) allows unauthenticated attackers to reset the password of any account, including administrators, resulting in full site takeover. The flaw stems from improper validation of the password reset request, and publicly available exploit code exists, though EPSS scores the exploitation probability at a low 0.15% (4th percentile). It is not listed in CISA KEV, so exploitation is currently proof-of-concept rather than confirmed active in-the-wild use.
Technical ContextAI
The affected component is a WordPress authentication plugin, 'Single Sign On For TNG', which integrates The Next Generation of Genealogy Sitebuilding (TNG) accounts with WordPress user login. The vulnerability maps to CWE-287 (Improper Authentication): the plugin's password reset workflow fails to properly validate the reset request, meaning the token/ownership check that should bind a reset action to the legitimate account holder is missing or bypassable. Because WordPress plugins execute in the site's PHP context and can manipulate the wp_users table, a broken reset routine lets an attacker set arbitrary credentials. The CPE 'cpe:2.3:a:unknown:single_sign_on_for_tng:*' confirms all versions up to but excluding 2.2.0 are in scope, with the vendor field unresolved in the NVD/CPE dictionary.
RemediationAI
Upgrade the Single Sign On For TNG plugin to version 2.2.0 or later - a vendor-released patch is available and 2.2.0 is the first fixed release. Until the upgrade is applied, deactivate and remove the plugin, since the vulnerable password reset endpoint is exploitable without authentication and the plugin's core SSO function cannot be safely retained while unpatched; if SSO cannot be disabled, restrict access to WordPress password reset and login endpoints (wp-login.php actions) at the WAF/reverse-proxy layer to trusted IPs, accepting that this also limits legitimate remote resets. After patching, audit administrator and user accounts for unexpected password changes and force a global password reset and session invalidation. Reference the WPScan advisory at https://wpscan.com/vulnerability/06532a5a-ad34-421e-81e3-b4e44e8023ab/.
Same weakness CWE-287 – Improper Authentication
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-55035
GHSA-vqxg-c5fw-r4w9