SEPTEMBER 13, 2026
Live Feed
Back to database
Case File

CVE-2026-11355

MEDIUM · CVSS 5.3 EPSS 0.24% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-12 · Last synced 2026-09-13

CyberRota Analysis

AI-Generated

The DT LMS plugin for WordPress is vulnerable to unauthorized data modification due to a lack of capability checks on several AJAX handlers, allowing unauthenticated attackers to overwrite critical plugin settings stored in the wp_options table. This could lead to unauthorized changes in the LMS's appearance and functionality, impacting all site visitors. WordPress site administrators using this plugin should prioritize applying updates to mitigate potential exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
poc

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-11355
Severity
MEDIUM
CVSS
5.3
EPSS
0.24%
WordPress

Original NVD Description

The DT LMS – elearning, WordPress LMS plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on multiple AJAX handlers (including dtlms_save_poc_settings, dtlms_save_skin_settings, and dtlms_save_options_settings) in versions up to, and including, 1.1. These handlers are registered on the wp_ajax_nopriv_* hook and contain no capability check, no nonce verification, and pass user-supplied data directly to update_option(). This makes it possible for unauthenticated attackers to overwrite arbitrary plugin option values stored in the wp_options table, including Point-of-Contact email configuration and skin/branding settings, which can be used to alter the appearance and behavior of the LMS for all site visitors.