PatchSiren cyber security CVE debrief
CVE-2026-8682 hasanazizul CVE debrief
A missing authorization check in the 3D Viewer – 3D Model Viewer – Augmented Reality – Virtual Try On WordPress plugin allows authenticated users with subscriber-level access or higher to modify all plugin settings via the REST API. The vulnerability affects versions up to and including 2.0.1. The issue stems from improper access control on the /wp-json/ar_try_on/v1/settings endpoint, which permits arbitrary writes to the ar_try_on_settings option without verifying administrative privileges. The vulnerability was disclosed on 2026-05-28 with a CVSS 3.1 score of 4.3 (Medium). A changeset is available showing code modifications.
- Vendor
- hasanazizul
- Product
- 3D Viewer – 3D Model Viewer – Augmented Reality – Virtual Try On
- CVSS
- MEDIUM 4.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-05-28
- Original CVE updated
- 2026-05-28
- Advisory published
- 2026-05-28
- Advisory updated
- 2026-05-28
Who should care
WordPress site administrators using the 3D Viewer – 3D Model Viewer plugin; security teams monitoring for plugin vulnerabilities; developers implementing REST API endpoints in WordPress plugins
Technical summary
The plugin registers a REST API endpoint at /wp-json/ar_try_on/v1/settings that accepts POST requests to update plugin settings stored in the ar_try_on_settings WordPress option. The endpoint fails to verify that the requesting user possesses administrative capabilities (such as manage_options), instead only requiring authentication. This allows any authenticated user, including those with subscriber role, to send crafted requests that overwrite plugin configuration. The vulnerability is present in both the 1.9.0 and 2.0.1 code branches as evidenced by the plugin repository browser links.
Defensive priority
medium
Recommended defensive actions
- Update the 3D Viewer – 3D Model Viewer plugin to a version newer than 2.0.1
- Review and reset the ar_try_on_settings option if compromise is suspected
- Implement least-privilege access controls for WordPress user accounts
- Monitor REST API access logs for unauthorized settings modifications
- Consider implementing additional REST API authentication controls
Evidence notes
The vulnerability is documented through WordPress plugin repository browser links showing affected code in versions 1.9.0 and 2.0.1, specifically in AR_TRY_ON_Api_Routes.php at lines 40, 102, and 358. A changeset (revision 3536110) indicates a fix has been committed. The weakness is classified as CWE-862 (Missing Authorization).
Sources and references
Verified primary and authoritative sources
-
CVE-2026-8682 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-8682
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-8682 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-8682
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/ar-vr-3d-model-try-on/tags/1.9.0/api/AR_TRY_ON_Api_Routes.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/ar-vr-3d-model-try-on/tags/1.9.0/api/AR_TRY_ON_Api_Routes.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/ar-vr-3d-model-try-on/tags/1.9.0/api/AR_TRY_ON_Api_Routes.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/ar-vr-3d-model-try-on/tags/2.0.1/api/AR_TRY_ON_Api_Routes.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/ar-vr-3d-model-try-on/tags/2.0.1/api/AR_TRY_ON_Api_Routes.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/ar-vr-3d-model-try-on/tags/2.0.1/api/AR_TRY_ON_Api_Routes.php
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.