LiveActive security incident?Get immediate response
CVE Record

CVE-2022-2713: Insufficient Session Expiration in cockpit-hq/cockpit

Insufficient Session Expiration in GitHub repository cockpit-hq/cockpit prior to 2.2.0.

HighCVSS 8.6Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2022-2713 is a high-severity session management flaw in cockpit-hq/cockpit before 2.2.0. If sessions do not expire correctly, someone with access to a stale session could retain access longer than intended, creating confidentiality, integrity, and availability risk for exposed Cockpit-backed systems.

Executive priority

Prioritize this as high if Cockpit is used in production or externally reachable. The issue affects session trust, which can undermine administrative access controls even without a confirmed exploitation report.

Technical view

The source bundle describes CWE-613 insufficient session expiration in cockpit-hq/cockpit prior to 2.2.0, with CVSS 8.6. The CVSS vector indicates network reachability, low complexity, no privileges, and no user interaction. Public sources identify the fix boundary as version 2.2.0, but provide limited operational detail.

Likely exposure

Organizations are exposed if they run cockpit-hq/cockpit versions earlier than 2.2.0, especially on internet-accessible or broadly reachable administrative interfaces.

Exploitation context

The bundle does not identify active exploitation, and KEV is false. Treat exploitation status as unconfirmed from the provided sources.

Researcher notes

Evidence is limited to the CVE metadata, huntr reference, and upstream commit. Do not assume affected forks, distributions, or exploit availability without separate source confirmation.

Mitigation direction

  • Upgrade cockpit-hq/cockpit deployments to version 2.2.0 or later.
  • Check the linked huntr advisory and vendor commit for project-specific upgrade guidance.
  • Prioritize exposed administrative instances until version status is confirmed.
  • After upgrading, require fresh authentication where supported by the deployment.

Validation and detection

  • Inventory applications using cockpit-hq/cockpit and record deployed versions.
  • Confirm no deployment runs a release earlier than 2.2.0.
  • Review session behavior for correct expiry and logout handling.
  • Check logs for unusual access tied to stale or unexpected sessions.
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-2713 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
High
CVSS
8.6 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:L

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
8.6CVSS 3.0HighCVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:L3.94.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

8.6High
CVSS 3.0 vector shape for CVE-2022-2713Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:L

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
cockpit-hqcockpit-hq/cockpitunspecifiedListed
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.