Cyber Resilience

CVE-2024-27096

High

Published: 18 March 2024

Published
18 March 2024
Modified
02 January 2025
KEV Added
Patch
CVSS Score v3.1 7.7 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
EPSS Score 0.1600 94.9th percentile
Risk Priority 25 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-27096 is a high-severity SQL Injection (CWE-89) vulnerability in Glpi-Project Glpi. Its CVSS base score is 7.7 (High).

Operationally, ranked in the top 5.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

GLPI, an open-source IT asset management and service desk platform, contains a SQL injection vulnerability in its search engine component. An authenticated user can supply crafted input that is improperly sanitized before being executed against the backend database, enabling extraction of arbitrary data. The flaw is tracked as CWE-89 and carries a CVSS 3.1 score of 7.7, reflecting network attack vector, low complexity, and high confidentiality impact across security contexts.

An attacker who already possesses a valid GLPI account can leverage the search functionality to read sensitive records from the database without further user interaction. Successful exploitation yields disclosure of information such as user credentials, asset details, or configuration data stored by the application, but does not directly permit modification or denial-of-service conditions.

The project has released version 10.0.13 to address the issue. Official advisories and commits on GitHub document the patch that corrects the input handling in the search engine, and administrators are advised to upgrade from earlier releases.

EPSS scores for the CVE have remained near 0.16 with only marginal fluctuation between the observed peak and current values, indicating moderate but stable exploitation interest since disclosure.

EU & UK References

Vulnerability details

GLPI is a Free Asset and IT Management Software package, Data center management, ITIL Service Desk, licenses tracking and software auditing. An authenticated user can exploit a SQL injection vulnerability in the search engine to extract data from the database.…

more

This issue has been patched in version 10.0.13.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

glpi-project
glpi
0.65 — 10.0.13

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-89

Penetration testing uses SQL injection payloads against database interfaces, identifying and supporting fixes for SQL injection weaknesses.

addresses: CWE-89

Validates query inputs to prevent SQL syntax or command manipulation.

References