Cyber Resilience

CVE-2024-31456

High

Published: 07 May 2024

Published
07 May 2024
Modified
07 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.2396 96.2th percentile
Risk Priority 30 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-31456 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 3.8% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

GLPI, an open-source IT asset management application, contains a SQL injection vulnerability in its map search functionality that affects all versions prior to 10.0.15. The flaw is tracked as CWE-89 and carries a CVSS 3.1 score of 7.7, reflecting network attack vector, low complexity, and low-privileged authenticated access that can result in high-impact confidentiality exposure with changed scope.

An authenticated user can supply crafted input through the map search feature to execute arbitrary SQL queries against the backend database. Successful exploitation allows the attacker to read sensitive data stored in GLPI without requiring user interaction or elevated privileges beyond a standard account.

The project’s security advisory and the referenced commit 730c3db29a1edc32f9b9d1e2a940e90a0211ab26 indicate that the issue is resolved in version 10.0.15; administrators are advised to upgrade promptly to obtain the fix.

The current EPSS score of 0.2396, with a recorded peak of 0.2443, indicates sustained but not sharply increasing public exploitation interest following disclosure.

EU & UK References

Vulnerability details

GLPI is a Free Asset and IT Management Software package. Prior to 10.0.15, an authenticated user can exploit a SQL injection vulnerability from map search. This vulnerability is fixed in 10.0.15.

CWE(s)

Related Threats

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

Affected Assets

glpi-project
glpi
9.3.0 — 10.0.15

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