A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-8682

CVE-2026-8682: WordPress 3D Viewer Auth Bypass Flaw

CVE-2026-8682 is an authorization bypass vulnerability in the 3D Viewer plugin for WordPress, allowing authenticated subscribers to modify plugin settings. This article covers the technical details, affected versions, and mitigation.

Published: May 28, 2026

CVE-2026-8682 Overview

CVE-2026-8682 is an authorization bypass vulnerability in the 3D Viewer – 3D Model Viewer – Augmented Reality – Virtual Try On plugin for WordPress. The flaw affects all versions up to and including 2.0.1. The plugin fails to verify that a requesting user holds the necessary privileges before executing settings updates. Authenticated attackers with subscriber-level access or higher can modify plugin settings by writing arbitrary data to the ar_try_on_settings option through the /wp-json/ar_try_on/v1/settings REST endpoint. The weakness is classified under [CWE-862] Missing Authorization.

Critical Impact

Any logged-in WordPress user, including low-privileged subscribers, can overwrite plugin configuration on affected sites, enabling tampering with augmented reality features and stored option data.

Affected Products

  • 3D Viewer – 3D Model Viewer – Augmented Reality – Virtual Try On plugin for WordPress
  • All versions up to and including 2.0.1
  • WordPress sites exposing the /wp-json/ar_try_on/v1/settings REST route

Discovery Timeline

  • 2026-05-28 - CVE-2026-8682 published to NVD
  • 2026-05-28 - Last updated in NVD database

Technical Details for CVE-2026-8682

Vulnerability Analysis

The plugin registers a REST API route at /wp-json/ar_try_on/v1/settings that handles updates to plugin configuration stored in the ar_try_on_settings WordPress option. The route handler does not enforce a capability check beyond confirming that the request comes from an authenticated user. As a result, any user holding a WordPress account, including the default subscriber role, can issue a write request and replace the option contents with arbitrary data.

The affected handler code is referenced in the plugin source at api/AR_TRY_ON_Api_Routes.php near lines 40, 102, and 358 for both the 1.9.0 and 2.0.1 tags. The vulnerability falls into the authorization bypass class because the authentication boundary is enforced, but the authorization layer that should restrict the action to administrators is absent.

Root Cause

The root cause is a missing capability check inside the REST route permission callback. The handler relies on is_user_logged_in() semantics rather than current_user_can('manage_options') or an equivalent administrative capability. This omission collapses the intended privilege boundary between subscribers and administrators for plugin settings management.

Attack Vector

The attack vector is network-based and requires a valid low-privileged WordPress account. An attacker authenticates to the target site, obtains a REST nonce, and sends a POST request to /wp-json/ar_try_on/v1/settings with a JSON body containing replacement values for the ar_try_on_settings option. The server accepts the write and persists the attacker-controlled configuration. Sites that allow open user registration are exposed to unauthenticated actors who can simply create a subscriber account first.

No verified public proof-of-concept code is referenced in the enriched data. See the Wordfence Vulnerability Detail and WordPress Plugin API Reference for code-level analysis.

Detection Methods for CVE-2026-8682

Indicators of Compromise

  • POST or PUT requests to /wp-json/ar_try_on/v1/settings originating from accounts that are not administrators.
  • Unexpected modifications to the ar_try_on_settings row in the WordPress wp_options table.
  • WordPress audit log entries showing subscriber or contributor accounts triggering plugin setting changes.

Detection Strategies

  • Monitor web server and WordPress access logs for REST API calls to the ar_try_on/v1/settings namespace and correlate the requesting user role.
  • Compare the current value of ar_try_on_settings against a known-good baseline and alert on drift.
  • Inspect HTTP request bodies sent to the plugin endpoint for unexpected keys or oversized payloads indicating arbitrary writes.

Monitoring Recommendations

  • Enable verbose REST API logging on the WordPress site and forward events to a centralized logging or SIEM platform.
  • Track creation of new low-privileged accounts followed by REST API activity to plugin endpoints within a short time window.
  • Alert on changes to plugin option rows from non-administrative sessions or unexpected IP ranges.

How to Mitigate CVE-2026-8682

Immediate Actions Required

  • Update the 3D Viewer – 3D Model Viewer – Augmented Reality – Virtual Try On plugin to a version newer than 2.0.1 once the vendor publishes a fixed release.
  • Audit the current value of ar_try_on_settings in the database and restore known-good configuration if tampering is suspected.
  • Review the list of registered users and disable accounts that should not have access to the site.

Patch Information

The vulnerability affects all versions up to and including 2.0.1. Review the WordPress Change Log Entry and the Wordfence Vulnerability Detail for the corrected handler and confirmation of the patched version. Apply the official plugin update through the WordPress admin dashboard or via WP-CLI.

Workarounds

  • Disable the plugin until a patched version is installed if augmented reality functionality is not business-critical.
  • Restrict access to the /wp-json/ar_try_on/v1/settings endpoint at the web server or WAF layer to administrator IP ranges only.
  • Close open user registration or change the default new-user role from subscriber to a custom role with no REST access.
  • Apply a custom rest_authentication_errors filter that enforces manage_options for the affected route until the vendor fix is deployed.
bash
# Configuration example: block the vulnerable endpoint at the web server layer
# Nginx snippet to restrict access to the plugin settings REST route
location ~* /wp-json/ar_try_on/v1/settings {
    allow 203.0.113.0/24;   # administrator network
    deny all;
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score4.3

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-862
  • Technical References
  • WordPress Plugin API Reference

  • WordPress Plugin API Reference

  • WordPress Plugin API Reference

  • WordPress Plugin API Reference

  • WordPress Plugin API Reference

  • WordPress Plugin API Reference

  • WordPress Change Log Entry

  • Wordfence Vulnerability Detail
  • Related CVEs
  • CVE-2026-8689: WordPress Visualizer Auth Bypass Vulnerability

  • CVE-2026-7552: Geo Mashup WordPress Auth Bypass Flaw

  • CVE-2026-7802: Frontend Admin Auth Bypass Vulnerability

  • CVE-2026-3279: WordPress jQuery Helper Auth Bypass Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English