Cyber Resilience

CVE-2023-43813

Medium

Published: 13 December 2023

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

Summary

CVE-2023-43813 is a medium-severity SQL Injection (CWE-89) vulnerability in Glpi-Project Glpi. Its CVSS base score is 6.5 (Medium).

Operationally, ranked in the top 6.2% 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 saved search feature. The flaw affects all releases from 10.0.0 through 10.0.10 and is tracked as CWE-89. It received a CVSS 3.1 score of 6.5, reflecting network attack vector, low complexity, and low privileges required.

An authenticated user can supply a crafted saved-search payload that is processed without adequate parameterization, allowing the attacker to read arbitrary database contents. Because the injection occurs server-side with no user-interaction requirement, an adversary with a valid account can exfiltrate sensitive configuration or asset data across the network.

The project addressed the issue in version 10.0.11; the corrective commit and corresponding GitHub Security Advisory GHSA-94c3-fw5r-3362 are publicly available. Administrators should upgrade to 10.0.11 or later and verify that the saved-search code path no longer accepts unsanitized input.

EPSS for the CVE currently stands at 0.1147 with a recorded peak of 0.1174; no material post-disclosure climb from a low baseline is evident, and no confirmed in-the-wild exploitation has been reported.

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, the saved search feature can be used to perform a SQL injection. Version 10.0.11 contains a patch for the issue.

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