LiveActive security incident?Get immediate response
CVE Record

CVE-2021-39210: Autologin cookie accessible by scripts

GLPI is a free Asset and IT management software package. In versions prior to 9.5.6, the cookie used to store the autologin cookie (when a user uses the "remember me" feature) is accessible by scripts. A malicious plugin that could steal this cookie would be able to use it to autologin. This issue is fixed in version 9.5.6. As a workaround, one may avoid using the "remember me" feature.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

GLPI before 9.5.6 exposed its “remember me” autologin cookie to browser scripts. If a malicious GLPI plugin could run script in the application, it could steal that cookie and reuse it for autologin. Version 9.5.6 fixes the issue; avoiding “remember me” is the documented workaround.

Executive priority

Treat as a moderate confidentiality risk. Prioritize GLPI upgrades where the platform handles sensitive asset, user, or service-management data, or where plugins are broadly enabled.

Technical view

This is CWE-1004: the autologin cookie was accessible to scripts in GLPI versions before 9.5.6. The CVSS 3.1 score is 6.5 with high confidentiality impact, low attack complexity, required low privileges, and no user interaction. The source bundle identifies GLPI only.

Likely exposure

Organizations running GLPI versions earlier than 9.5.6 are exposed, especially where users enable “remember me” and third-party or untrusted plugins are installed.

Exploitation context

The sources describe a malicious plugin stealing the script-accessible autologin cookie. The bundle does not identify public exploitation, and CISA KEV status is false, so active exploitation is not established here.

Researcher notes

Evidence is limited to GLPI before 9.5.6, an autologin cookie accessible to scripts, and a malicious-plugin theft scenario. Do not generalize to other GLPI cookies or products without vendor evidence.

Mitigation direction

  • Upgrade GLPI to version 9.5.6 or later.
  • Disable or avoid the “remember me” feature until patched.
  • Review installed GLPI plugins for trust and necessity.
  • Check current GLPI vendor guidance before operational changes.

Validation and detection

  • Inventory GLPI instances and confirm their exact versions.
  • Verify exposed instances are running 9.5.6 or later.
  • Confirm “remember me” is disabled on unpatched instances.
  • Review plugin inventory against approved sources.
Prepared
Confidence
high
Sources
5

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-1004: 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-39210 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.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/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
4Source 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.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N2.83.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/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< 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-1004 · source CWE mapping

Sensitive Cookie Without 'HttpOnly' Flag

Sensitive Cookie Without 'HttpOnly' Flag represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.