You can use boolean logic (e.g. AND/OR/NOT) for complex search queries. For more help and examples, see the search documentation.
Search by package name:
my-package (implicit)
name:my-package (explicit)
Search by package filename:
filename:my-package.ext
Search by package tag:
tag:latest
Search by package version:
version:1.0.0
prerelease:true (prereleases)
prerelease:false (no prereleases)
Search by package architecture:
architecture:x86_64
Search by package distribution:
distribution:el
Search by package license:
license:MIT
Search by package format:
format:deb
Search by package status:
status:in_progress
Search by package file checksum:
checksum:5afba
Search by package security status:
severity:critical
Search by package vulnerabilities:
vulnerabilities:>1
vulnerabilities:<1000
Search by # of package downloads:
downloads:>8
downloads:<100
Search by package type:
type:binary
type:source
Search by package size (bytes):
size:>50000
size:<10000
Search by dependency name/version:
dependency:log4j
dependency:log4j=1.0.0
dependency:log4j>1.0.0
Search by uploaded date:
uploaded:>"1 day ago"
uploaded:<"August 14, 2022 EST"
Search by entitlement token (identifier):
entitlement:3lKPVJPosCsY
Search by policy violation:
policy_violated:true
deny_policy_violated:true
license_policy_violated:true
vulnerability_policy_violated:true
Search by repository:
repository:repo-name
Search by last download date:
last_downloaded:<"30 days ago"
last_downloaded:>"August 14, 2022 EST"
Search queries for all Debian-specific (and related) package types
Search by component:
deb_component:unstable
Search queries for all Maven-specific (and related) package types
Search by group ID:
maven_group_id:org.apache
Search queries for all Docker-specific (and related) package types
Search by image digest:
docker_image_digest:sha256:7c5..6d4
(full hashref only)
Search by layer digest:
docker_layer_digest:sha256:4c4..ae4
(full hashref only)
Search queries for all Generic-specific package types
Search by file path:
generic_filepath:path/to/file.txt
Search by directory:
generic_directory:path/to
Field type modifiers (depending on the type, you can influence behaviour)
For all queries, you can use:
~foo for negation
For string queries, you can use:
^foo to anchor to start of term
foo$ to anchor to end of term
foo*bar for fuzzy matching
For number/date or version queries, you can use:
>foo for values greater than
>=foo for values greater / equal
<foo for values less than
<=foo for values less / equal
Need a secure and centralised artifact repository to deliver Alpine,
Cargo,
CocoaPods,
Composer,
Conan,
Conda,
CRAN,
Dart,
Debian,
Docker,
Generic,
Go,
Helm,
Hex,
HuggingFace,
LuaRocks,
Maven,
MCP,
npm,
NuGet,
P2,
Python,
RedHat,
Ruby,
Swift,
Terraform,
Vagrant,
VSX,
Raw & More packages?
Cloudsmith is the new standard in Package / Artifact Management and Software Distribution.
With support for all major package formats, you can trust us to manage your software supply chain.
install-cni
ffab1716d3dd8185f247eb51e85…
One-liner (summary)
Description
This package was uploaded with the following V2 Distribution manifest:
{"schemaVersion":2,"mediaType":"application/vnd.docker.distribution.manifest.v2+json","config":{"mediaType":"application/vnd.docker.container.image.v1+json","size":2401,"digest":"sha256:6c48043e055401542d65a9297d6757ea84da552f76c9c743013aaae5c33df462"},"layers":[{"mediaType":"application/vnd.docker.image.rootfs.diff.tar.gzip","size":7434811,"digest":"sha256:c40653308de7c9adf86bb249b5aeccf10d8b7d0d7503f0e65d4cdb209dfe3020"},{"mediaType":"application/vnd.docker.image.rootfs.diff.tar.gzip","size":11408674,"digest":"sha256:c8bc9264285e3522a09bcf73d36d6959b1d7b9b7ada848195b746685d8f54334"},{"mediaType":"application/vnd.docker.image.rootfs.diff.tar.gzip","size":20863867,"digest":"sha256:6b1b4415c71dd395909ae766476057caadf9005365c718292d9aebcbc6fd1d27"},{"mediaType":"application/vnd.docker.image.rootfs.diff.tar.gzip","size":39,"digest":"sha256:89732bc7504122601f40269fc9ddfb70982e633ea9caf641ae45736f2846b004"}]}
|
|
install-cni |
20 |
|
||
|
|
install-cni |
18 |
|
||
|
|
install-cni |
1 |
|
||
|
|
install-cni |
0 |
|
||
|
|
install-cni |
0 |
|
||
|
|
install-cni |
0 |
|
||
|
|
install-cni |
0 |
|
||
|
|
install-cni |
0 |
|
||
|
|
install-cni |
0 |
|
||
|
|
install-cni |
0 |
|
||
|
|
install-cni |
0 |
|
||
|
|
install-cni |
1 |
|
||
|
|
install-cni |
1 |
|
||
|
|
install-cni |
0 |
|
||
|
|
install-cni |
0 |
|
||
|
|
install-cni |
1 |
|
||
|
|
install-cni |
1 |
|
||
|
|
install-cni |
0 |
|
||
|
|
install-cni |
0 |
|
||
|
|
install-cni |
0 |
|
Last scanned
1 month, 2 weeks ago
Scan result
Vulnerable
Vulnerability count
4
Max. severity
High| Target: | opt/cni/bin/istio-cni | |
| HIGH |
CVE-2026-35469: Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming codespdystream is a Go library for multiplexing streams over SPDY connections. In versions 0.5.0 and below, the SPDY/3 frame parser does not validate attacker-controlled counts and lengths before allocating memory. Three allocation paths are affected: the SETTINGS frame entry count, the header count in parseHeaderValueBlock, and individual header field sizes — all read as 32-bit integers and used directly as allocation sizes with no bounds checking. Because SPDY header blocks are zlib-compressed, a small on-the-wire payload can decompress into large attacker-controlled values. A remote peer that can send SPDY frames to a service using spdystream can exhaust process memory and cause an out-of-memory crash with a single crafted control frame. This issue has been fixed in version 0.5.1.Package Name: github.com/moby/spdystream Installed Version: v0.5.0 Fixed Version: 0.5.1 References: access.redhat.com github.com github.com github.com nvd.nist.gov www.cve.org |
|
| UNKNOWN |
CVE-2026-27145: *x509.Certificate).VerifyHostname previously called matchHostnames in ...(*x509.Certificate).VerifyHostname previously called matchHostnames in a loop over all DNS Subject Alternative Name (SAN) entries. This caused strings.Split(host, ".") to execute repeatedly on the same input hostname. With a large DNS SAN list, verification costs scaled quadratically based on the number of SAN entries multiplied by the hostname's label count. Because x509.Verify validates hostnames before building the certificate chain, this overhead occurred even for untrusted certificates.Package Name: stdlib Installed Version: v1.25.10 Fixed Version: 1.25.11, 1.26.4 References: go.dev go.dev groups.google.com pkg.go.dev |
|
| UNKNOWN |
CVE-2026-42504: Decoding a maliciously-crafted MIME header containing many invalid enc ...Decoding a maliciously-crafted MIME header containing many invalid encoded-words can consume excessive CPU.Package Name: stdlib Installed Version: v1.25.10 Fixed Version: 1.25.11, 1.26.4 References: go.dev go.dev groups.google.com pkg.go.dev |
|
| UNKNOWN |
CVE-2026-42507: When returning errors, functions in the net/textproto package would in ...When returning errors, functions in the net/textproto package would include its input as part of the error. This might allow an attacker to inject misleading content to errors that are printed or logged.Package Name: stdlib Installed Version: v1.25.10 Fixed Version: 1.25.11, 1.26.4 References: go.dev go.dev groups.google.com pkg.go.dev |
|
| Target: | usr/local/bin/install-cni | |
| HIGH |
CVE-2026-35469: Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming codespdystream is a Go library for multiplexing streams over SPDY connections. In versions 0.5.0 and below, the SPDY/3 frame parser does not validate attacker-controlled counts and lengths before allocating memory. Three allocation paths are affected: the SETTINGS frame entry count, the header count in parseHeaderValueBlock, and individual header field sizes — all read as 32-bit integers and used directly as allocation sizes with no bounds checking. Because SPDY header blocks are zlib-compressed, a small on-the-wire payload can decompress into large attacker-controlled values. A remote peer that can send SPDY frames to a service using spdystream can exhaust process memory and cause an out-of-memory crash with a single crafted control frame. This issue has been fixed in version 0.5.1.Package Name: github.com/moby/spdystream Installed Version: v0.5.0 Fixed Version: 0.5.1 References: access.redhat.com github.com github.com github.com nvd.nist.gov www.cve.org |
|
| UNKNOWN |
CVE-2026-27145: *x509.Certificate).VerifyHostname previously called matchHostnames in ...(*x509.Certificate).VerifyHostname previously called matchHostnames in a loop over all DNS Subject Alternative Name (SAN) entries. This caused strings.Split(host, ".") to execute repeatedly on the same input hostname. With a large DNS SAN list, verification costs scaled quadratically based on the number of SAN entries multiplied by the hostname's label count. Because x509.Verify validates hostnames before building the certificate chain, this overhead occurred even for untrusted certificates.Package Name: stdlib Installed Version: v1.25.10 Fixed Version: 1.25.11, 1.26.4 References: go.dev go.dev groups.google.com pkg.go.dev |
|
| UNKNOWN |
CVE-2026-42504: Decoding a maliciously-crafted MIME header containing many invalid enc ...Decoding a maliciously-crafted MIME header containing many invalid encoded-words can consume excessive CPU.Package Name: stdlib Installed Version: v1.25.10 Fixed Version: 1.25.11, 1.26.4 References: go.dev go.dev groups.google.com pkg.go.dev |
|
| UNKNOWN |
CVE-2026-42507: When returning errors, functions in the net/textproto package would in ...When returning errors, functions in the net/textproto package would include its input as part of the error. This might allow an attacker to inject misleading content to errors that are printed or logged.Package Name: stdlib Installed Version: v1.25.10 Fixed Version: 1.25.11, 1.26.4 References: go.dev go.dev groups.google.com pkg.go.dev |
|
Package statistics are no longer available on cloudsmith.io. Please visit our new web app to access this feature.
These instructions assume you have setup the repository first (or read it).
To pull install-cni @ reference/tag sha256:ffab1716d3dd8185f247eb51e854147cdebb9a63f39c303d99781587db252fc9:
docker pull containers.istio.tetratelabs.com/install-cni@sha256:ffab1716d3dd8185f247eb51e854147cdebb9a63f39c303d99781587db252fc9
You can also pull the latest version of this image (if it exists):
docker pull containers.istio.tetratelabs.com/install-cni:latest
To refer to this image after pulling in a Dockerfile, specify the following:
FROM containers.istio.tetratelabs.com/install-cni@sha256:ffab1716d3dd8185f247eb51e854147cdebb9a63f39c303d99781587db252fc9