SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-9767

MEDIUM · CVSS 6.5 EPSS 0.32% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-16 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

The School Management – Education & Learning ERP plugin for WordPress is vulnerable to SQL Injection through the 'order[0][dir]' parameter, affecting all versions up to 5.4. This flaw allows authenticated attackers with custom-level access to execute arbitrary SQL queries, potentially exposing sensitive database information. WordPress site administrators using this plugin should prioritize patching to mitigate the risk of data breaches and potential CSRF attacks.

Public Exploit Signal

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

Detected Signals
exploit

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

CVE
CVE-2026-9767
Severity
MEDIUM
CVSS
6.5
EPSS
0.32%
WordPress

Original NVD Description

The The School Management – Education & Learning ERP plugin for WordPress is vulnerable to generic SQL Injection via 'order[0][dir]' Parameter in all versions up to, and including, 5.4 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with custom-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. This vulnerability is replicated across seven or more AJAX handlers including wlsm-fetch-staff-classes, wlsm-fetch-notices, wlsm-fetch-subjects, wlsm-fetch-inquiries, wlsm-fetch-staff-employee, and wlsm-fetch-payments, and the missing nonce verification on several of these handlers also enables CSRF-chained exploitation.