LiveActive security incident?Get immediate response
CVE Record

CVE-2023-6476: Cri-o: pods are able to break out of resource confinement on cgroupv2

A flaw was found in CRI-O that involves an experimental annotation leading to a container being unconfined. This may allow a pod to specify and get any amount of memory/cpu, circumventing the kubernetes scheduler and potentially resulting in a denial of service in the node.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This CRI-O flaw can let a pod bypass resource confinement on cgroup v2 systems. A user who can create pods may cause workloads to consume more CPU or memory than intended, undermining scheduling assumptions and potentially causing node-level denial of service.

Executive priority

Prioritize within normal patch cycles for OpenShift clusters, faster for shared or multi-tenant environments. The main business risk is service disruption, not data theft.

Technical view

Red Hat describes an experimental CRI-O annotation that can make a container unconfined from resource controls. The impact is availability only: no cited confidentiality or integrity impact. CVSS 3.1 is 6.5 with low attack complexity and low privileges required.

Likely exposure

Most relevant exposure is Red Hat OpenShift Container Platform 4.13 and 4.14 using affected cri-o packages. OpenShift 3.11 status is listed as unknown in the supplied data.

Exploitation context

The supplied sources do not indicate active exploitation, and KEV is false. Exploitation requires pod-creation capability, so risk is higher in multi-tenant clusters or environments with broad developer access.

Researcher notes

Evidence is limited to Red Hat and CVE records. The affected path involves resource-control bypass through an experimental annotation, but the bundle does not provide detailed root-cause code context or fixed package versions.

Mitigation direction

  • Review Red Hat CVE guidance and advisories RHSA-2024:0195 and RHSA-2024:0207.
  • Update CRI-O/OpenShift through vendor-supported OpenShift channels where the advisories apply.
  • Restrict who can create pods and set advanced or experimental annotations.
  • Monitor node CPU and memory pressure for abnormal pod-driven consumption.
  • Treat OpenShift 3.11 exposure as uncertain until vendor guidance confirms status.

Validation and detection

  • Inventory OpenShift clusters and CRI-O package versions against Red Hat guidance.
  • Confirm whether clusters use cgroup v2 where this issue is relevant.
  • Review RBAC for users or service accounts that can create pods.
  • Check admission controls for policy around experimental pod annotations.
  • Look for recent node availability incidents tied to resource exhaustion.
Prepared
Confidence
high
Sources
6

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-770: 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
description · low confidence lookup

Container behavior lookup

The affected technology mentions containers, so container-specific ATT&CK technique review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-6476 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:N/I:N/A:H

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
5Source 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:N/I:N/A:H2.83.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Red HatRed Hat OpenShift Container Platform 4.13cri-o, 0:1.26.4-6.1.rhaos4.13.git9eb9cf3.el9affected
Red HatRed Hat OpenShift Container Platform 4.14cri-o, 0:1.27.2-7.rhaos4.14.git1cc7a64.el9affected
Red HatRed Hat OpenShift Container Platform 3.11cri-ounknown
Weakness

CWE details

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

CWE-770 · source CWE mapping

Allocation of Resources Without Limits or Throttling

Allocation of Resources Without Limits or Throttling represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.