SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-82519

MEDIUM · CVSS 4.3 EPSS 0.21% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-14 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The Really Simple Security plugin for WordPress versions prior to 9.8.2 is vulnerable to a missing authorization check, allowing authenticated low-privileged attackers to bypass two-factor authentication indefinitely. By exploiting an unguarded code path in the profile-page update handler, attackers can manipulate the system to reset the two-factor authentication grace period, effectively deferring its enforcement. WordPress site administrators using this plugin should prioritize updating to the latest version to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-82519
Severity
MEDIUM
CVSS
4.3
EPSS
0.21%
WordPress

Original NVD Description

Really Simple Security plugin for WordPress before 9.8.2 contains a missing authorization check vulnerability that allows authenticated low-privileged attackers to bypass enforced two-factor authentication indefinitely by exploiting an unguarded code path in the profile-page update handler. Attackers can submit a crafted POST request without the two-factor-authentication field to skip nonce verification and trigger delete_two_fa_meta(), which resets the grace period anchor timestamp on every login cycle, causing mandatory 2FA enforcement to be deferred indefinitely.