LiveActive security incident?Get immediate response
CVE Record

CVE-2022-31082: SQL Injection via package deployment tasks in glpi-inventory-plugin

GLPI is a Free Asset and IT Management Software package, Data center management, ITIL Service Desk, licenses tracking and software auditing. glpi-inventory-plugin is a plugin for GLPI to handle inventory management. In affected versions a SQL injection can be made using package deployment tasks. This issue has been resolved in version 1.0.2. Users are advised to upgrade. Users unable to upgrade should delete the `front/deploypackage.public.php` file if they are not using the `deploy tasks` feature.

MediumCVSS 5.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

GLPI Inventory Plugin versions before 1.0.2 contain a SQL injection issue in package deployment tasks. For business leaders, the main concern is unauthorized exposure of sensitive asset or inventory data where vulnerable plugin versions remain installed.

Executive priority

Treat as a scheduled but meaningful remediation item. Urgency increases for internet-exposed GLPI deployments or environments where asset inventory data is sensitive and high-privilege GLPI accounts are broadly available.

Technical view

CWE-89 SQL injection affects glpi-inventory-plugin package deployment task handling before version 1.0.2. CVSS 3.1 is 5.8 with network access, high complexity, high privileges required, no user interaction, changed scope, and high confidentiality impact.

Likely exposure

Organizations running GLPI with glpi-inventory-plugin below 1.0.2, especially where package deployment tasks are used. The bundle provides no CPEs or prevalence data, so exposure must be confirmed from installed plugin versions.

Exploitation context

The CVSS vector indicates network-reachable but high-complexity exploitation requiring high privileges. KEV is false, and the provided sources do not cite active exploitation, public exploit use, or exploitation in the wild.

Researcher notes

Affected versions are glpi-inventory-plugin before 1.0.2. The source bundle does not identify vulnerable parameters, proof-of-concept details, exploit telemetry, or indicators of compromise. Keep analysis limited to package deployment task SQL injection and vendor-listed workaround.

Mitigation direction

  • Upgrade glpi-inventory-plugin to version 1.0.2 or later.
  • If unable to upgrade, follow vendor guidance and remove front/deploypackage.public.php when deploy tasks are unused.
  • Prioritize systems where GLPI contains sensitive asset, license, or service desk data.
  • Review vendor advisory and commit before applying operational workarounds.

Validation and detection

  • Inventory GLPI deployments and identify installed glpi-inventory-plugin versions.
  • Confirm vulnerable instances are upgraded to 1.0.2 or later.
  • Check whether deploy tasks are used before removing the public deploy package file.
  • Review access to package deployment functionality for unexpected or excessive privileged use.
Prepared
Confidence
high
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-89: Database access and collection lookup

Injection into data stores can inform collection, data access, and exfiltration detection reviews. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Database behavior lookup

The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-31082 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:N/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
5.8CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:N/A:N1.34Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.8Medium
CVSS 3.1 vector shape for CVE-2022-31082Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
glpi-projectglpi-inventory-plugin< 1.0.2Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-89 · source CWE mapping

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.