Cyber Resilience

CVE-2023-46727

High

Published: 13 December 2023

Published
13 December 2023
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 8.6 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
EPSS Score 0.2330 96.1th percentile
Risk Priority 31 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-46727 is a high-severity SQL Injection (CWE-89) vulnerability in Glpi-Project Glpi. Its CVSS base score is 8.6 (High).

Operationally, ranked in the top 3.9% 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 native inventory endpoint. The flaw affects versions 10.0.0 through 10.0.10 and is tracked as CWE-89; unauthenticated network requests to the endpoint can be crafted to inject arbitrary SQL, producing a CVSS 3.1 score of 8.6 with changed scope and high confidentiality impact.

An attacker with no credentials can send specially formed inventory payloads that execute attacker-controlled queries against the backend database. Successful exploitation can expose sensitive data stored by GLPI without requiring user interaction or elevated privileges.

The project’s security advisory and release notes for version 10.0.11 describe the corrective patch and list disabling the native inventory feature as an immediate workaround. Corresponding commits and the GitHub advisory GHSA-v799-2mp3-wgfr provide the technical details of the fix.

EPSS for the CVE currently stands at 0.2330 with an identical recorded peak, indicating moderate but stable exploitation interest since disclosure.

EU & UK References

Vulnerability details

GLPI is a free asset and IT management software package. Starting in version 10.0.0 and prior to version 10.0.11, GLPI inventory endpoint can be used to drive a SQL injection attack. Version 10.0.11 contains a patch for the issue. As…

more

a workaround, disable native inventory.

CWE(s)

Related Threats

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

Affected Assets

glpi-project
glpi
10.0.0 — 10.0.11

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