๐Ÿ” CVE Alert

CVE-2026-15212

HIGH 8.8

WPO365 | SEAMLESS WORDPRESS + MICROSOFT INTEGRATION (WPO365 | LOGIN) <= 43.2 - Cross-Site Request Forgery to Privilege Escalation via Plugin Settings Update

CVSS Score
8.8
EPSS Score
0.0%
EPSS Percentile
0th

The WPO365 | Login plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 43.2. This is due to the Ajax_Service::verify_ajax_request() helper gating its wp_verify_nonce() call behind the boolean option 'enable_nonce_check', which is absent from the default 'wpo365_options' array and therefore evaluates to false via get_global_boolean_var(); as a result, the wp_ajax_wpo365_update_settings handler (Ajax_Service::update_settings) accepts POSTs from cross-origin pages and forwards the attacker-supplied 'settings' payload (base64/JSON) to Options_Service::update_options(), which merges every key/value into wpo365_options without a key allowlist. This makes it possible for unauthenticated attackers to overwrite arbitrary plugin options โ€” including enabling the SCIM REST endpoint (enable_scim), planting an attacker-known scim_secret_token, and setting new_usr_default_role to 'administrator' โ€” via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.

CWE CWE-352
Vendor wpo365
Product wpo365 | seamless wordpress + microsoft integration (wpo365 | login)
Published Jul 23, 2026
Stay Ahead of the Next One

Get instant alerts for wpo365 wpo365 | seamless wordpress + microsoft integration (wpo365 | login)

Be the first to know when new high vulnerabilities affecting wpo365 wpo365 | seamless wordpress + microsoft integration (wpo365 | login) are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

wpo365 / WPO365 | SEAMLESS WORDPRESS + MICROSOFT INTEGRATION (WPO365 | LOGIN)
0 โ‰ค 43.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
wordfence.com: https://www.wordfence.com/threat-intel/vulnerabilities/id/51d0ba58-614e-4284-ae0b-b0b76fc5c46d?source=cve plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/wpo365-login/tags/43.2/Services/Ajax_Service.php#L805 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/changeset/3610759/wpo365-login

Credits

Osvaldo Noe Gonzalez Del Rio (Os)