CVE-2026-3367
Last modified
CVE-2026-3367 is a medium-severity vulnerability rated 4.4/10 on the CVSS scale. The Lockme OAuth2 calendars integration plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'App ID' setting in all versions up to, and including, 2.11.0. This is due to insufficient input sanitization and output escaping. EPSS estimates a 0.26% chance of exploitation in the next 30 days.
Description
The Lockme OAuth2 calendars integration plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'App ID' setting in all versions up to, and including, 2.11.0. This is due to insufficient input sanitization and output escaping. The register_setting() call on line 197 lacks a sanitize callback, allowing unsanitized data to be stored via update_option(). When the settings page is rendered, the stored value is echoed directly into an HTML input's value attribute without esc_attr() on line 212. This makes it possible for authenticated attackers, with administrator-level access and above, to inject arbitrary web scripts in the settings page that will execute whenever a user accesses the plugin settings page. Multiple fields are affected: App ID (client_id), App Secret (client_secret), Bookings ID prefix (id_prefix), and API domain (api_domain). This vulnerability is particularly impactful in WordPress multisite installations where administrators of individual sites should not be able to execute JavaScript affecting other users.
Metrics
CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| lustmored | Lockme calendars integration | <= 2.11.0 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-3367?
How severe is CVE-2026-3367?
How do I fix CVE-2026-3367?
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-33664Kestra is an open-source, event-driven orchestration platfor…5.4
- CVE-2026-33665n8n is an open source workflow automation platform. Prior to…7.5
- CVE-2026-33666Zserio is a framework for serializing structured data with a…7.5
- CVE-2026-33667OpenProject is an open-source project management application…7.4
- CVE-2026-33668Vikunja is an open-source self-hosted task management platfo…8.1
- CVE-2026-33669SiYuan is a personal knowledge management system. Prior to v…7.5
- CVE-2026-33670SiYuan is a personal knowledge management system. Prior to v…7.5
- CVE-2026-33671Picomatch is a glob matcher written JavaScript. Versions pri…7.5
- CVE-2026-33672Picomatch is a glob matcher written JavaScript. Versions pri…5.3
- CVE-2026-33673PrestaShop is an open source e-commerce web application. Ver…5.4
- CVE-2026-33674PrestaShop is an open source e-commerce web application. Ver…5.3
- CVE-2026-33675Vikunja is an open-source self-hosted task management platfo…5.4
Are you affected by CVE-2026-3367?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
