Description
No description is available for this CVE.
Published: n/a
Score: 7.1 High
EPSS: n/a
KEV: No
Impact: Unauthorized Deletion of Registry Data
Action: Immediate Patch
AI Analysis

Impact

A local cache registry is exposed on all network interfaces without any authentication, and it allows delete operations. This weakness means that any host that can reach the registry can remove images or other artifacts stored there, potentially disrupting deployments, destroying build artifacts, or removing critical images needed for service availability. The flaw is a classic authentication failure (CWE-306) and can be leveraged to tamper with the integrity and availability of container images or related assets.

Affected Systems

The vulnerability is present in oc-mirror release 4.21, which is the embedded local cache registry component used in that release. No other vendor, product, or version information is provided beyond the oc-mirror 4.21 release.

Risk and Exploitability

The CVSS score of 7.1 denotes medium severity. EPSS is not available, so the current exploitation probability is unknown, and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector is a network-based one: an attacker with network access to the host hosting the registry can connect on the exposed port, authenticate as none, and send HTTP DELETE requests. No specific exploit code is cited, but the lack of authentication makes the vulnerability trivial to exploit if the registry is reachable from untrusted networks.

Generated by OpenCVE AI on September 24, 2026 at 13:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor‑issued patch or upgrade to a version of oc‑mirror that restricts the registry to localhost or a secured network segment.
  • Configure firewalls or network routing to block external traffic to the registry port, allowing access only from trusted hosts or internal networks.
  • Disable the delete operation or require authentication in the registry configuration to prevent unauthenticated removal of images.

Generated by OpenCVE AI on September 24, 2026 at 13:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 24 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
Description No description is available for this CVE.
Title oc-mirror__release-4.21: Embedded local cache registry listens on all interfaces without authentication, with delete enabled
Weaknesses CWE-306
References
Metrics threat_severity

None

cvssV3_1

{'score': 7.1, 'vector': 'CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N'}

threat_severity

Important


Subscriptions

No data.

cve-icon MITRE

No data.

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Important

Publid Date: 2026-09-23T14:05:25Z

Links: CVE-2026-96577 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-24T13:30:18Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function