LiveActive security incident?Get immediate response
CVE Record

CVE-2023-0759: Privilege Chaining in cockpit-hq/cockpit

Privilege Chaining in GitHub repository cockpit-hq/cockpit prior to 2.3.8.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A logged-in low-privilege local user could chain privileges in cockpit-hq/cockpit before 2.3.8, with limited confidentiality, integrity, and availability impact. This is moderate urgency for organizations running Cockpit, especially where many users can authenticate.

Executive priority

Treat as a targeted privilege-risk cleanup, not an internet-wide emergency. Prioritize upgrade where Cockpit is used by multiple administrators, contractors, or shared operational accounts.

Technical view

CVE-2023-0759 is a CWE-268 privilege chaining issue in cockpit-hq/cockpit before version 2.3.8. The CVSS 3.0 vector is local, low complexity, low privileges required, no user interaction, unchanged scope, with low C/I/A impact.

Likely exposure

Exposure is limited to deployments of cockpit-hq/cockpit running versions before 2.3.8. The provided CVSS vector indicates the attacker needs local access and low privileges, so shared administration environments carry higher practical risk.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. Public evidence names the weakness and fix reference, but does not provide complete operational exploitation context.

Researcher notes

Evidence is sparse: the CVE identifies privilege chaining and the pre-2.3.8 affected range, but not detailed prerequisites beyond the CVSS vector. Do not assume remote exploitation, exploit availability, or broader affected products from this bundle.

Mitigation direction

  • Upgrade cockpit-hq/cockpit to version 2.3.8 or later.
  • Review the linked vendor commit and huntr advisory for implementation context.
  • Restrict low-privileged user access to Cockpit deployments until upgraded.
  • Check vendor guidance if packaged through a downstream distribution.

Validation and detection

  • Inventory cockpit-hq/cockpit deployments and record exact versions.
  • Confirm no production instance runs a version before 2.3.8.
  • Review local user and role assignments on affected systems.
  • Verify change management records include the 2.3.8 remediation.
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-268: 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-2023-0759 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
5.3 (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: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
5.3CVSS 3.0MediumCVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L1.83.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

5.3Medium
CVSS 3.0 vector shape for CVE-2023-0759Attack 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: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-268 · source CWE mapping

Privilege Chaining

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