SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-11321

MEDIUM · CVSS 6.4 EPSS 0.31% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-10 · Last synced 2026-08-09

CyberRota Analysis

AI-Generated

The DataInjection plugin for GLPI 2.15.6 is vulnerable to SQL injection due to the direct concatenation of user-supplied CSV field values into SQL queries without proper parameterization or escaping. This flaw allows authenticated users with access to the Data Injection feature to execute arbitrary SQL commands, potentially leading to unauthorized data access or manipulation through time-based blind injection techniques. Organizations using this plugin should prioritize remediation to mitigate the risk of data breaches and ensure the integrity of their database systems.

Public Exploit Signal

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

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

CVE
CVE-2026-11321
Severity
MEDIUM
CVSS
6.4
EPSS
0.31%

Original NVD Description

The DataInjection plugin for GLPI 2.15.6 (GLPI 11 builds) concatenates user-supplied CSV field values directly into SQL queries during CSV import, without parameterization or escaping, resulting in authenticated SQL injection. An authenticated user with access to the Data injection feature can embed SQL expressions such as SLEEP() in a mapped field (for example Serial Number) to manipulate the generated query and extract database information via time-based blind injection.