CVE-2026-3643
Last modified
CVE-2026-3643 is a high-severity vulnerability rated 7.2/10 on the CVSS scale. The Accessibly plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the REST API in all versions up to, and including, 3.0.3. The plugin registers REST API endpoints at `/otm-ac/v1/update-widget-options` and `/otm-ac/v1/update-app-config` with the `permission_callback` set to `__return_true`, which means no authentication or authorization check is performed. EPSS estimates a 0.41% chance of exploitation in the next 30 days.
Description
The Accessibly plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the REST API in all versions up to, and including, 3.0.3. The plugin registers REST API endpoints at `/otm-ac/v1/update-widget-options` and `/otm-ac/v1/update-app-config` with the `permission_callback` set to `__return_true`, which means no authentication or authorization check is performed. The `updateWidgetOptions()` function in `AdminApi.php` accepts user-supplied JSON data and passes it directly to `AccessiblyOptions::updateAppConfig()`, which saves it to the WordPress options table via `update_option()` without any sanitization or validation. The stored `widgetSrc` value is later retrieved by `AssetsManager::enqueueFrontendScripts()` and passed directly to `wp_enqueue_script()` as the script URL, causing it to be rendered as a `<script>` tag on every front-end page. This makes it possible for unauthenticated attackers to inject arbitrary JavaScript that executes for all site visitors by changing the `widgetSrc` option to point to a malicious external script.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-3643?
How severe is CVE-2026-3643?
How do I fix CVE-2026-3643?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-36388A Cross-Site Scripting (XSS) vulnerability was found in PHPG…5.4
- CVE-2026-3640The STRABL – A checkout solution plugin for WordPress is vul…5.3
- CVE-2026-3641The Appmax plugin for WordPress is vulnerable to Improper In…5.3
- CVE-2026-36418JimuReport versions 2.3.4 and below are vulnerable to remote…9.1
- CVE-2026-3642The e-shot™ form builder plugin for WordPress is vulnerable …5.3
- CVE-2026-36425An issue in OPSWAT AppRemover Driver (ardrv.sys) v2017.10.02…6.5
- CVE-2026-36438An issue in Intelbras VIP-1230-D-G4 Version V2.800.00IB00C.0…5.3
- CVE-2026-3644The fix for CVE-2026-0672, which rejected control characters…7.5
- CVE-2026-3645The Punnel – Landing Page Builder plugin for WordPress is vu…5.3
- CVE-2026-36458ChestnutCMS v1.5.10 has a SQL injection vulnerability. The c…9.8
- CVE-2026-3646The LTL Freight Quotes – R+L Carriers Edition plugin for Wor…5.3
- CVE-2026-36460Dovestones Softwares ADPhonebook before v4.0.1.1 is vulnerab…4.8
Are you affected by CVE-2026-3643?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
