Skip to main content

Single Sign On For TNG CVE-2026-15964

| EUVDEUVD-2026-51789 CRITICAL
Unverified Password Change (CWE-620)
2026-08-01 security@wordfence.com GHSA-75h6-5h53-j8cq
9.8
CVSS 3.1 · Vendor: wordfence
Share

Severity by source

Vendor (wordfence) PRIMARY
9.8 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
9.8 CRITICAL

Remote, unauthenticated, no interaction, deterministic nonce bypass (AC:L), and admin password reset yields full C/I/A compromise.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (wordfence).

CVSS VectorVendor: wordfence

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

2
Analysis Generated
Aug 01, 2026 - 09:30 vuln.today
CVE Published
Aug 01, 2026 - 09:17 nvd
CRITICAL 9.8

DescriptionCVE.org

The Single Sign On For TNG plugin for WordPress is vulnerable to Authentication Bypass via unauthenticated password reset in all versions up to, and including, 2.0.0. This is due to the ssoprocess_ajax() function - registered on wp_ajax_nopriv_ssoprocess_ajax and therefore reachable without authentication - accepting an attacker-supplied email parameter with the setnewpassword operation and calling reset_password() on the resolved account without any ownership token, email confirmation link, or capability check. The sole guard is a call to check_ajax_referer(), which provides no authorization barrier because the ssoajaxnonce nonce is publicly broadcast on every front-end page via wp_localize_script() into the SSOPWDREQUIREMENT JavaScript object; since WordPress computes nonces for logged-out visitors against a shared anonymous session context, any unauthenticated visitor can scrape a valid nonce from the homepage and use it to authenticate the request. This makes it possible for unauthenticated attackers to change the password of any WordPress account, including administrator accounts, enabling complete site takeover.

AnalysisAI

Authentication bypass in the Single Sign On For TNG WordPress plugin (all versions through 2.0.0) lets unauthenticated attackers reset the password of any account, including administrators, resulting in full site takeover. The ssoprocess_ajax() handler is exposed via wp_ajax_nopriv_ and performs a password reset on any email-identified account with no ownership token or capability check, guarded only by a nonce that the plugin itself publicly broadcasts to logged-out visitors. Reported by Wordfence with a maximal CVSS of 9.8; no public exploit has been identified at time of analysis.

Technical ContextAI

The flaw lives in a WordPress plugin AJAX action. WordPress AJAX endpoints registered on the wp_ajax_nopriv_{action} hook are intentionally reachable by unauthenticated visitors, and ssoprocess_ajax is registered there. The function accepts an attacker-supplied email parameter with a setnewpassword operation and calls WordPress's reset_password() on the resolved user object. The only guard, check_ajax_referer(), validates the ssoajaxnonce nonce - but this is not an authorization control. The nonce is emitted to every front-end page through wp_localize_script() inside the SSOPWDREQUIREMENT JavaScript object, and because WordPress computes nonces for logged-out users against a shared anonymous session context, any visitor can scrape a valid nonce from the homepage. This matches CWE-620 (Unverified Password Change): the reset path never confirms that the requester controls the target email via a one-time reset token or confirmation link.

RemediationAI

No fixed plugin version is stated in the provided data; a WordPress.org SVN changeset (revision 3624827, https://plugins.trac.wordpress.org/changeset?reponame=&old=3624827%40single-sign-on-for-tng&new=3624827%40single-sign-on-for-tng) indicates an upstream code change exists, but a released patched version is not independently confirmed, so treat this as an upstream fix without a verified tagged release. Because 2.0.0 is the latest affected version and no confirmed fixed release is available, the safest action is to deactivate and remove the Single Sign On For TNG plugin until a patched version (higher than 2.0.0) is published and verified, then upgrade. As compensating controls while the plugin remains active, block or restrict access to the admin-ajax.php endpoint for the ssoprocess_ajax action at the WAF/reverse-proxy layer (a Wordfence or equivalent rule can filter requests carrying action=ssoprocess_ajax with setnewpassword), and monitor for unexpected administrator password changes; note the trade-off that broadly blocking admin-ajax may break legitimate front-end AJAX. Enforcing two-factor authentication on administrator accounts limits post-reset login but does not stop the password change itself. Consult the Wordfence advisory (https://www.wordfence.com/threat-intel/vulnerabilities/id/1d8d393e-764c-491d-8afb-7d4f8d0c387a) for update guidance.

CVE-2016-10033 CRITICAL POC
9.8 Dec 30

The mailSend function in the isMail transport in PHPMailer before 5.2.18 might allow remote attackers to pass extra para

CVE-2016-10045 CRITICAL POC
9.8 Dec 30

The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-44000 CRITICAL POC
9.8 Oct 20

Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-11749 CRITICAL POC
9.8 Nov 05

The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint

CVE-2025-27007 CRITICAL POC
9.8 May 01

The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2026-63030 CRITICAL POC
9.8 Jul 17

Remote code execution in WordPress 6.9.x (before 6.9.5) and 7.0.x (before 7.0.2) arises from a REST API batch endpoint r

Share

CVE-2026-15964 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy