LiveActive security incident?Get immediate response
CVE Record

CVE-2021-39213: IP restriction on GLPI API Bypass with custom header injection

GLPI is a free Asset and IT management software package. Starting in version 9.1 and prior to version 9.5.6, GLPI with API Rest enabled is vulnerable to API bypass with custom header injection. This issue is fixed in version 9.5.6. One may disable API Rest as a workaround.

MediumCVSS 6.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

GLPI deployments using the REST API could let a low-privileged attacker bypass API IP restrictions by injecting a custom header. The main business risk is unauthorized access to asset and IT management data if API access controls are trusted as a boundary.

Executive priority

Treat as a moderate-priority remediation for exposed GLPI environments, especially where GLPI stores sensitive asset, user, or operational data. Prioritize patching systems with API Rest enabled rather than organization-wide emergency response.

Technical view

CVE-2021-39213 affects GLPI versions 9.1 through before 9.5.6 when API Rest is enabled. It is a CWE-74 custom header injection issue that can bypass API IP restrictions. CVSS 3.1 is 6.8 with high confidentiality and integrity impact, high attack complexity, and low privileges required.

Likely exposure

Exposure is limited to GLPI instances running versions >= 9.1 and < 9.5.6 with API Rest enabled. Risk is higher where REST API IP restriction is relied on to protect sensitive GLPI asset or operational data.

Exploitation context

The provided sources do not show CISA KEV listing or confirmed active exploitation. CVSS indicates network reachability, no user interaction, low privileges required, and high attack complexity. Evidence does not support claiming broad exploitation.

Researcher notes

The source bundle identifies the affected range, required API Rest condition, CVSS vector, CWE-74 classification, fixed version, and disable-API workaround. It does not provide proof-of-concept details, exploit prevalence, or additional affected products.

Mitigation direction

  • Upgrade GLPI to version 9.5.6 or later.
  • Disable API Rest if immediate upgrade is not possible.
  • Review vendor advisory and release notes for deployment-specific guidance.
  • Reassess reliance on API IP restrictions after remediation.

Validation and detection

  • Inventory GLPI versions and identify instances before 9.5.6.
  • Confirm whether API Rest is enabled on each instance.
  • Verify upgrade completion to GLPI 9.5.6 or later.
  • Check whether compensating controls disabled API Rest where upgrade is pending.
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 · low confidence lookup

CWE-74: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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
cve · low confidence lookup

CVE-2021-39213 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
6.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/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
6.8CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N1.65.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.8Medium
CVSS 3.1 vector shape for CVE-2021-39213Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/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>= 9.1, < 9.5.6Listed
Weakness

CWE details

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

CWE-74 · source CWE mapping

Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.