Cyber Resilience

CVE-2024-37148

High

Published: 10 July 2024

Published
10 July 2024
Modified
07 January 2025
KEV Added
Patch
CVSS Score v3.1 8.1 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
EPSS Score 0.0526 90.2th percentile
Risk Priority 19 60% EPSS · 20% KEV · 20% CVSS

Summary

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

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

Deeper analysis

GLPI is an open-source asset and IT management software package that provides ITIL Service Desk features, licenses tracking and software auditing. It is affected by a SQL injection vulnerability tracked as CVE-2024-37148 and assigned CWE-89. The flaw resides in certain AJAX scripts and carries a CVSS 3.1 score of 8.1.

An authenticated user can exploit the injection to alter data belonging to another user account and thereby take control of it. The attack requires no user interaction and can be performed over the network with low complexity.

The official GitHub Security Advisory GHSA-p626-hph9-p6fj states that the issue is resolved by upgrading to version 10.0.16. The associated EPSS score has remained low, moving only from 0.0526 to a peak of 0.0681.

EU & UK References

Vulnerability details

GLPI is an open-source asset and IT management software package that provides ITIL Service Desk features, licenses tracking and software auditing. An authenticated user can exploit a SQL injection vulnerability in some AJAX scripts to alter another user account data…

more

and take control of it. Upgrade to 10.0.16.

CWE(s)

Related Threats

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

Affected Assets

glpi-project
glpi
0.84 — 10.0.16

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