CVE-2026-3643

7.2

On The Map Marketing · Accessibly WordPress Plugin

The Accessibly WordPress plugin is vulnerable to unauthenticated Stored Cross-Site Scripting via the REST API, allowing attackers to inject malicious scripts into front-end pages.

Executive summary

A critical Stored Cross-Site Scripting vulnerability in the Accessibly WordPress plugin allows unauthenticated attackers to execute arbitrary JavaScript on front-end pages, posing a severe risk to site visitors.

Vulnerability

The plugin fails to perform capability checks on REST API endpoints, specifically /otm-ac/v1/update-widget-options. This allows unauthenticated attackers to supply malicious JSON data that is stored and subsequently rendered as a script tag on all front-end pages.

Business impact

The ability for an unauthenticated attacker to inject arbitrary scripts into the front end of a website creates a high risk of site compromise. Successful exploitation could lead to session hijacking of administrators, redirection of visitors to malicious domains, or the theft of sensitive user information. With a CVSS score of 7.2, this vulnerability is classified as High, reflecting the potential for significant reputational damage and loss of user trust.

Remediation

Immediate Action: As no patched version is currently confirmed, administrators should immediately deactivate and remove the Accessibly plugin until an update is provided by the vendor.

Proactive Monitoring: Review web server access logs for anomalous POST requests directed at /wp-json/otm-ac/v1/update-widget-options or similar endpoints.

Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to block unauthorized access to the plugin's specific REST API endpoints and to filter malicious script payloads.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

The vulnerability presents a significant security risk due to the lack of required authentication. Organizations utilizing the Accessibly plugin must prioritize its removal from their environments immediately to prevent potential cross-site scripting attacks. Continue to monitor the vendor's official channels for the release of a secure version before considering re-installation.

More On The Map Marketing CVEs

Sources

Originally found and disclosed by Yoschanin Pulsirivong, Ronnachai Sretawat Na Ayutaya, Ronnachai Chaipha, per the CVE Program record.