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.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupDatabase 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 lookupCVE-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- 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
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:N/A:N1.34Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
5.8MediumVector: CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:N/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/glpi-project/glpi-inventory-plugin/security/advisories/GHSA-q6m7-h6rj-5wmwCVE reference · x_refsource_CONFIRM
- https://github.com/glpi-project/glpi-inventory-plugin/commit/0b805ca6fb2a0f9bde4af29fca4f703fdfbd8f66CVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
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.
