Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2493+ Articles
160+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-75860: WordPress JSON Options Plugin Unauthenticated Options Update (CVSS 9.8)
CVE-2026-75860: WordPress JSON Options Plugin Unauthenticated Options Update (CVSS 9.8)

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-75860

CVE-2026-75860: WordPress JSON Options Plugin Unauthenticated Options Update (CVSS 9.8)

Critical WordPress plugin flaw lets unauthenticated attackers update arbitrary options, enabling privilege escalation and full site takeover.

Dylan H.

Security Team

August 20, 2026
2 min read

Affected Products

  • JSON Options WordPress Plugin through 0.0.4

Overview

A critical security vulnerability has been identified in the JSON Options WordPress plugin (versions through 0.0.4). The flaw, tracked as CVE-2026-75860 with a CVSS score of 9.8 (Critical), allows unauthenticated attackers to update arbitrary WordPress site options — a capability that can be leveraged for complete site takeover.

Vulnerability Details

The plugin registers an action hook that executes on every request without any capability check or nonce verification. Because this handler is accessible to unauthenticated users, an attacker can invoke it to modify any option stored in the WordPress wp_options table.

Key technical facts:

  • No authentication required — the vulnerable endpoint is reachable by any HTTP client
  • No CSRF protection — nonce verification is absent, enabling cross-site request attacks
  • Arbitrary option write — attackers can set any WordPress option to any value
  • Privilege escalation path — enabling open user registration and assigning an elevated default role grants administrative access

This class of vulnerability is particularly dangerous because it can be chained into full administrative compromise without ever touching an authenticated endpoint.

Impact

An unauthenticated remote attacker can:

  1. Enable user registration (users_can_register = 1) on sites where it is disabled
  2. Set default user role to administrator or editor, granting elevated access to any newly registered account
  3. Modify critical settings such as siteurl, admin_email, or plugin configuration values
  4. Facilitate further attacks — arbitrary option writes can enable malicious plugin uploads, redirect site traffic, or poison cached data

Sites running the affected plugin with public-facing WordPress installations are at highest risk.

Affected Versions

ComponentAffected Versions
JSON Options (WordPress plugin)≤ 0.0.4

Remediation

  • Remove or deactivate the JSON Options plugin immediately if installed. No patched version is publicly available as of the advisory publication date.
  • Audit WordPress options for unexpected changes, particularly users_can_register, default_role, and siteurl.
  • Review recent user registrations for unauthorized administrator-level accounts and revoke access if found.
  • Enable a Web Application Firewall (WAF) rule to block requests targeting the vulnerable action if removal is not immediately possible.

References

  • NVD Entry — CVE-2026-75860
  • WordPress Plugin Repository
  • WordPress Security Hardening Guide
#CVE#WordPress#Critical#Authentication Bypass#Privilege Escalation

Related Articles

CVE-2026-19598: WordPress Pods Plugin Privilege Escalation via Authorization Bypass

CVSS 9.8 flaw in WordPress Pods plugin lets unauthenticated users escalate privileges via a flawed AJAX authorization router in versions up to 3.3.9.

2 min read

CVE-2026-15303: WordPress 6Storage Rentals Authentication Bypass

Critical authentication bypass in 6Storage Rentals WordPress plugin v2.27.0 allows unauthenticated users to create privileged accounts via exposed AJAX handler.

3 min read

CVE-2026-28005: Critical Privilege Escalation in Kadence WooCommerce Email Designer

A critical unauthenticated privilege escalation flaw (CVSS 9.8) in Kadence WooCommerce Email Designer <= 1.5.19 allows attackers to gain admin access with no credentials.

5 min read
Back to all Security Alerts