Nixpkgs security tracker

Login with GitHub

Suggestions search

With package: oras

Found 1 matching suggestions

View:
Compact
Detailed
Permalink CVE-2026-55588
6.5 MEDIUM
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): Low (L)
  • Privileges Required (PR): None (N)
  • User Interaction (UI): Required (R)
  • Scope (S): Unchanged (U)
  • Confidentiality (C): None (N)
  • Integrity (I): None (N)
  • Availability (A): High (H)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): Low (L)
  • Modified Privileges Required (MPR): None (N)
  • Modified User Interaction (MUI): Required (R)
  • Modified Confidentiality (MC): None (N)
  • Modified Scope (MS): Unchanged (U)
  • Modified Integrity (MI): None (N)
  • Modified Availability (MA): High (H)
updated 1 day, 1 hour ago by @erictapen Activity log
  • Created suggestion
  • @erictapen ignored
    9 packages
    • typstPackages.sunny-orasis
    • python313Packages.pyahocorasick
    • python314Packages.pyahocorasick
    • python313Packages.ahocorasick-rs
    • python314Packages.ahocorasick-rs
    • typstPackages.sunny-orasis_0_1_0
    • typstPackages.sunny-orasis_0_1_1
    • python313Packages.oras
    • python314Packages.oras
  • @erictapen accepted
  • @erictapen published on GitHub
ORAS CLI: Cyclic Referrer Graph Can Cause Unbounded Recursion and Resource Consumption

ORAS (OCI Registry As Storage) is a CLI and library for managing artifacts in OCI registries. In ORAS CLI versions up to and including 1.3.2, the recursive referrer traversal does not track visited descriptors, so a malicious OCI registry that returns a cyclic referrer graph causes unbounded recursion and memory growth. This affects oras discover, whose recursive traversal is enabled by default because the --depth option defaults to 0 (unlimited), as well as the recursive referrer counting used by the oras backup and oras restore workflows. A cyclic graph can be as simple as A referring to B and B referring back to A. A malicious registry can use this to cause a client-side denial of service, exhausting CPU and memory and hanging automation or CI/CD pipelines that run ORAS against untrusted registry metadata. The vulnerability does not extend to code execution, artifact substitution, or integrity bypass. This issue has been fixed in version 1.3.3.

Affected products

oras
  • ==< 1.3.3

Matching in nixpkgs

pkgs.oras

Distribute artifacts across OCI registries with ease

Ignored packages (9)

Package maintainers