LiveActive security incident?Get immediate response
CVE Record

CVE-2022-2888: Insufficient Session Expiration in octoprint/octoprint

If an attacker comes into the possession of a victim's OctoPrint session cookie through whatever means, the attacker can use this cookie to authenticate as long as the victim's account exists.

MediumCVSS 4.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2022-2888 means a stolen OctoPrint session cookie may keep working until the victim's account is removed. The issue does not create cookie theft by itself, but it makes any stolen cookie more valuable because normal session expiry is insufficient.

Executive priority

Treat this as a moderate identity and access-control risk. It is most urgent where OctoPrint is exposed beyond trusted administrators or controls operationally important printers. Confirm versions and apply vendor fixes during the next security maintenance window.

Technical view

The source identifies CWE-613, insufficient session expiration, in octoprint/octoprint. If an attacker already has a victim's session cookie, they can authenticate while that account exists. CVSS is 4.4 medium with low confidentiality and integrity impact and no availability impact.

Likely exposure

Organizations running OctoPrint are potentially exposed, but the source bundle lists affected versions as unspecified. Prioritize internet-reachable, shared, or operationally important OctoPrint instances where session theft would affect printer control or configuration.

Exploitation context

The provided sources do not show CISA KEV listing or active exploitation. Abuse requires prior possession of a valid victim session cookie; the CVE does not describe how that cookie is obtained.

Researcher notes

Evidence is limited to the CVE description, Huntr reference, and OctoPrint commit URL. Affected versions are not specified in the bundle, so version scoping should be validated against OctoPrint release history before asserting exposure.

Mitigation direction

  • Check OctoPrint vendor guidance and release notes for the patched version.
  • Upgrade OctoPrint to a release containing the referenced fix commit.
  • Remove unused or compromised OctoPrint accounts promptly.
  • Invalidate active sessions where supported after suspected cookie exposure.
  • Limit OctoPrint access to trusted users and networks.

Validation and detection

  • Inventory all OctoPrint instances and record their versions.
  • Confirm whether each instance includes commit 40e6217 or a later vendor fix.
  • Review account lists for stale or unnecessary users.
  • Check access logs for unexpected authenticated activity after suspected cookie exposure.
  • Document whether session invalidation is available in the deployed version.
Prepared
Confidence
medium
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-613: 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-2022-2888 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
4.4 (3.0)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.0 score

4.4Medium
CVSS 3.0 vector shape for CVE-2022-2888Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/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
octoprintoctoprint/octoprintunspecifiedListed
Weakness

CWE details

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

CWE-613 · source CWE mapping

Insufficient Session Expiration

Insufficient Session Expiration represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.