Cyber Resilience

CVE-2022-31061

Critical

Published: 28 June 2022

Published
28 June 2022
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.4591 97.7th percentile
Risk Priority 47 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-31061 is a critical-severity SQL Injection (CWE-89) vulnerability in Glpi-Project Glpi. Its CVSS base score is 9.8 (Critical).

Operationally, ranked in the top 2.3% 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 (CWE-89) on its unauthenticated login page in affected versions. The flaw permits direct database manipulation without any credentials and carries a CVSS 3.1 score of 9.8, reflecting network-exploitable impact on confidentiality, integrity, and availability.

An attacker can submit crafted input through the login form to execute arbitrary SQL queries, potentially extracting sensitive data, modifying records, or gaining administrative control over the GLPI instance and its underlying database. No prior authentication or user interaction is required, making the issue remotely exploitable by any network-reachable adversary.

The project’s security advisory and associated commits instruct administrators to upgrade immediately to a patched release; no workarounds are documented. The referenced GitHub advisory (GHSA-w2gc-v2gm-q7wq) and fix commit (21ae07d) contain the remediation details.

EPSS for the CVE rose from a low post-disclosure baseline to a peak of 0.5177 in late 2025 before receding to the current value of 0.4591, indicating renewed exploitation interest well after the original 2022 publication.

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. In affected versions there is a SQL injection vulnerability which is possible on login page. No user credentials are…

more

required to exploit this vulnerability. Users are advised to upgrade as soon as possible. There are no known workarounds for this issue.

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 — 9.5.8 · 10.0.0 — 10.0.2

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