← Back

Linuxfoundation

linuxfoundation

552 CVEs • 112 products

Products (112)

Click to collapse
Toggle
Yocto
yocto
Nats Server
nats-server
Pytorch
pytorch
Everest
everest
Harbor
harbor
Containerd
containerd
Magma
magma
Runc
runc
Iot Yocto
iot-yocto
Cups Filters
cups-filters
Backstage
backstage
Dragonfly
dragonfly
Onnx
onnx
Spinnaker
spinnaker
Ceph
ceph
Kubeedge
kubeedge
Cubefs
cubefs
Osquery
osquery
Opendaylight
opendaylight
Indy Node
indy-node
Dex
dex
Grpc Swift
grpc_swift
Vitess
vitess
Rekor
rekor
Materialx
materialx
Besu
besu
Cortex
cortex
Argo Cd
argo-cd
Kedro
kedro
Dojox
dojox
Dojo
dojo
Fabric
fabric
Longhorn
longhorn
Tremor Script
tremor-script
Fluid
fluid
Dapr
dapr
Onos Kpimon
onos-kpimon
Onos Lib Go
onos-lib-go
Strimzi
strimzi
Antrea
antrea
Fulcio
fulcio
Foomatic
foomatic
Jaeger
jaeger
Acrn
acrn
Nats.deno
nats.deno
Nats.js
nats.js
Nats.ws
nats.ws
Umoci
umoci
Tremor
tremor
Auth Backend
auth_backend
Imgcrypt
imgcrypt
Dapr Dashboard
dapr_dashboard
Kubevela
kubevela
Knative Func
knative_func
Fossology
fossology
Zowe
zowe
Openfeature
openfeature
Lima
lima
Kuadrant
kuadrant
Pipecd
pipecd
Docarray
docarray
Upf
upf
Wasmedge
wasmedge

CVEs (552)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Linuxfoundation
1Osquery
Jun 17, 2026
Dec 16, 2020
N/A· v4
5.2 MEDIUM· v3
3.6 LOW· v2
osquery is a SQL powered operating system instrumentation, monitoring, and analytics framework. In osquery before version 4.6.0, by using sqlite's ATTACH verb, someone with administrative access to osquery can cause read...Show more
osquery is a SQL powered operating system instrumentation, monitoring, and analytics framework. In osquery before version 4.6.0, by using sqlite's ATTACH verb, someone with administrative access to osquery can cause reads and writes to arbitrary sqlite databases on disk. This _does_ allow arbitrary files to be created, but they will be sqlite databases. It does not appear to allow existing non-sqlite files to be overwritten. This has been patched in osquery 4.6.0. There are several mitigating factors and possible workarounds. In some deployments, the people with access to these interfaces may be considered administrators. In some deployments, configuration is managed by a central tool. This tool can filter for the `ATTACH` keyword. osquery can be run as non-root user. Because this also limits the desired access levels, this requires deployment specific testing and configuration.Show less
1Linuxfoundation
1Spinnaker
Jun 17, 2026
Dec 11, 2020
N/A· v4
8.8 HIGH· v3
6.5 MEDIUM· v2
Nolan Ray from Apple Information Security identified a security vulnerability in Spinnaker, all versions prior to version 1.23.4, 1.22.4 or 1.21.5. The vulnerability exists within the handling of SpEL expressions that al...Show more
Nolan Ray from Apple Information Security identified a security vulnerability in Spinnaker, all versions prior to version 1.23.4, 1.22.4 or 1.21.5. The vulnerability exists within the handling of SpEL expressions that allows an attacker to read and write arbitrary files within the orca container via authenticated HTTP POST requests.Show less
3Debian
FedoraprojectLinuxfoundation
3Containerd
Debian LinuxFedora
Jun 17, 2026
Dec 1, 2020
N/A· v4
5.2 MEDIUM· v3
3.6 LOW· v2
containerd is an industry-standard container runtime and is available as a daemon for Linux and Windows. In containerd before versions 1.3.9 and 1.4.3, the containerd-shim API is improperly exposed to host network contai...Show more
containerd is an industry-standard container runtime and is available as a daemon for Linux and Windows. In containerd before versions 1.3.9 and 1.4.3, the containerd-shim API is improperly exposed to host network containers. Access controls for the shim’s API socket verified that the connecting process had an effective UID of 0, but did not otherwise restrict access to the abstract Unix domain socket. This would allow malicious containers running in the same network namespace as the shim, with an effective UID of 0 but otherwise reduced privileges, to cause new processes to be run with elevated privileges. This vulnerability has been fixed in containerd 1.3.9 and 1.4.3. Users should update to these versions as soon as they are released. It should be noted that containers started with an old version of containerd-shim should be stopped and restarted, as running containers will continue to be vulnerable even after an upgrade. If you are not providing the ability for untrusted users to start containers in the same network namespace as the shim (typically the "host" network namespace, for example with docker run --net=host or hostNetwork: true in a Kubernetes pod) and run with an effective UID of 0, you are not vulnerable to this issue. If you are running containers with a vulnerable configuration, you can deny access to all abstract sockets with AppArmor by adding a line similar to deny unix addr=@**, to your policy. It is best practice to run containers with a reduced set of privileges, with a non-zero UID, and with isolated namespaces. The containerd maintainers strongly advise against sharing namespaces with the host. Reducing the set of isolation mechanisms used for a container necessarily increases that container's privilege, regardless of what container runtime is used for running that container.Show less
2Fedoraproject
Linuxfoundation
2Fedora
Nats Server
Jun 17, 2026
Nov 6, 2020
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
The JWT library in NATS nats-server before 2.1.9 has Incorrect Access Control because of how expired credentials are handled.
2Fedoraproject
Linuxfoundation
2Fedora
Nats Server
Jun 17, 2026
Nov 6, 2020
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
The JWT library in NATS nats-server before 2.1.9 allows a denial of service (a nil dereference in Go code).
3Canonical
DebianLinuxfoundation
3Containerd
Debian LinuxUbuntu Linux
Jun 17, 2026
Oct 16, 2020
N/A· v4
6.1 MEDIUM· v3
2.6 LOW· v2
In containerd (an industry-standard container runtime) before version 1.2.14 there is a credential leaking vulnerability. If a container image manifest in the OCI Image format or Docker Image V2 Schema 2 format includes...Show more
In containerd (an industry-standard container runtime) before version 1.2.14 there is a credential leaking vulnerability. If a container image manifest in the OCI Image format or Docker Image V2 Schema 2 format includes a URL for the location of a specific image layer (otherwise known as a “foreign layer”), the default containerd resolver will follow that URL to attempt to download it. In v1.2.x but not 1.3.0 or later, the default containerd resolver will provide its authentication credentials if the server where the URL is located presents an HTTP 401 status code along with registry-specific HTTP headers. If an attacker publishes a public image with a manifest that directs one of the layers to be fetched from a web server they control and they trick a user or system into pulling the image, they can obtain the credentials used for pulling that image. In some cases, this may be the user's username and password for the registry. In other cases, this may be the credentials attached to the cloud virtual instance which can grant access to other cloud resources in the account. The default containerd resolver is used by the cri-containerd plugin (which can be used by Kubernetes), the ctr development tool, and other client programs that have explicitly linked against it. This vulnerability has been fixed in containerd 1.2.14. containerd 1.3 and later are not affected. If you are using containerd 1.3 or later, you are not affected. If you are using cri-containerd in the 1.2 series or prior, you should ensure you only pull images from trusted sources. Other container runtimes built on top of containerd but not using the default resolver (such as Docker) are not affected.Show less
1Linuxfoundation
3Nats.deno
Nats.jsNats.ws
Jun 17, 2026
Sep 30, 2020
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
NATS nats.js before 2.0.0-209, nats.ws before 1.0.0-111, and nats.deno before 1.0.0-9 allow credential disclosure from a client to a server.
1Linuxfoundation
1Harbor
Jun 17, 2026
Sep 30, 2020
N/A· v4
4.3 MEDIUM· v3
4.0 MEDIUM· v2
Harbor 1.9.* 1.10.* and 2.0.* allows Exposure of Sensitive Information to an Unauthorized Actor.
1Linuxfoundation
1The Update Framework
Jun 17, 2026
Sep 9, 2020
N/A· v4
8.2 HIGH· v3
4.9 MEDIUM· v2
Python TUF (The Update Framework) reference implementation before version 0.12 it will incorrectly trust a previously downloaded root metadata file which failed verification at download time. This allows an attacker who...Show more
Python TUF (The Update Framework) reference implementation before version 0.12 it will incorrectly trust a previously downloaded root metadata file which failed verification at download time. This allows an attacker who is able to serve multiple new versions of root metadata (i.e. by a person-in-the-middle attack) culminating in a version which has not been correctly signed to control the trust chain for future updates. This is fixed in version 0.12 and newer.Show less
1Linuxfoundation
1Acrn
Jun 17, 2026
Aug 31, 2020
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
Missing access control restrictions in the Hypervisor component of the ACRN Project (v2.0 and v1.6.1) allow a malicious entity, with root access in the Service VM userspace, to abuse the PCIe assign/de-assign Hypercalls...Show more
Missing access control restrictions in the Hypervisor component of the ACRN Project (v2.0 and v1.6.1) allow a malicious entity, with root access in the Service VM userspace, to abuse the PCIe assign/de-assign Hypercalls via crafted ioctls and payloads. This attack results in a corrupt state and Denial of Service (DoS) for previously assigned PCIe devices to the Service VM at runtime.Show less
1Linuxfoundation
1Harbor
Jun 17, 2026
Jul 15, 2020
N/A· v4
4.3 MEDIUM· v3
4.0 MEDIUM· v2
Harbor prior to 2.0.1 allows SSRF with this limitation: an attacker with the ability to edit projects can scan ports of hosts accessible on the Harbor server's intranet.
1Linuxfoundation
1Osquery
Jun 17, 2026
Jul 10, 2020
N/A· v4
8.2 HIGH· v3
4.4 MEDIUM· v2
osquery before version 4.4.0 enables a privilege escalation vulnerability. If a Window system is configured with a PATH that contains a user-writable directory then a local user may write a zlib1.dll DLL, which osquery w...Show more
osquery before version 4.4.0 enables a privilege escalation vulnerability. If a Window system is configured with a PATH that contains a user-writable directory then a local user may write a zlib1.dll DLL, which osquery will attempt to load. Since osquery runs with elevated privileges this enables local escalation. This is fixed in version 4.4.0.Show less
5Canonical
FedoraprojectLinuxfoundation+2 more
6Ceph
Ceph StorageFedora+3 more
Jun 17, 2026
Jun 26, 2020
N/A· v4
6.5 MEDIUM· v3
4.3 MEDIUM· v2
A flaw was found in the Red Hat Ceph Storage RadosGW (Ceph Object Gateway). The vulnerability is related to the injection of HTTP headers via a CORS ExposeHeader tag. The newline character in the ExposeHeader tag in the...Show more
A flaw was found in the Red Hat Ceph Storage RadosGW (Ceph Object Gateway). The vulnerability is related to the injection of HTTP headers via a CORS ExposeHeader tag. The newline character in the ExposeHeader tag in the CORS configuration file generates a header injection in the response when the CORS request is made. Ceph versions 3.x and 4.x are vulnerable to this issue.Show less
1Linuxfoundation
1Ceph
Jun 17, 2026
Jun 22, 2020
N/A· v4
8.0 HIGH· v3
5.2 MEDIUM· v2
An authorization bypass vulnerability was found in Ceph versions 15.2.0 before 15.2.2, where the ceph-mon and ceph-mgr daemons do not properly restrict access, resulting in gaining access to unauthorized resources. This...Show more
An authorization bypass vulnerability was found in Ceph versions 15.2.0 before 15.2.2, where the ceph-mon and ceph-mgr daemons do not properly restrict access, resulting in gaining access to unauthorized resources. This flaw allows an authenticated client to modify the configuration and possibly conduct further attacks.Show less
1Linuxfoundation
1Jaeger
Jun 17, 2026
Jun 19, 2020
N/A· v4
5.5 MEDIUM· v3
2.1 LOW· v2
Sensitive information written to a log file vulnerability was found in jaegertracing/jaeger before version 1.18.1 when the Kafka data store is used. This flaw allows an attacker with access to the container's log file to...Show more
Sensitive information written to a log file vulnerability was found in jaegertracing/jaeger before version 1.18.1 when the Kafka data store is used. This flaw allows an attacker with access to the container's log file to discover the Kafka credentials.Show less
1Linuxfoundation
1Indy Node
Jun 17, 2026
Jun 11, 2020
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
In Indy Node 1.12.2, there is an Uncontrolled Resource Consumption vulnerability. Indy Node has a bug in TAA handling code. The current primary can be crashed with a malformed transaction from a client, which leads to a...Show more
In Indy Node 1.12.2, there is an Uncontrolled Resource Consumption vulnerability. Indy Node has a bug in TAA handling code. The current primary can be crashed with a malformed transaction from a client, which leads to a view change. Repeated rapid view changes have the potential of bringing down the network. This is fixed in version 1.12.3.Show less
3Fedoraproject
LinuxfoundationRedhat
4Cni Network Plugins
Enterprise LinuxFedora+1 more
Jun 17, 2026
Jun 3, 2020
N/A· v4
6.0 MEDIUM· v3
6.0 MEDIUM· v2
A vulnerability was found in all versions of containernetworking/plugins before version 0.8.6, that allows malicious containers in Kubernetes clusters to perform man-in-the-middle (MitM) attacks. A malicious container ca...Show more
A vulnerability was found in all versions of containernetworking/plugins before version 0.8.6, that allows malicious containers in Kubernetes clusters to perform man-in-the-middle (MitM) attacks. A malicious container can exploit this flaw by sending rogue IPv6 router advertisements to the host or other containers, to redirect traffic to the malicious container.Show less
1Linuxfoundation
1Free Range Routing
Jun 17, 2026
May 13, 2020
N/A· v4
5.3 MEDIUM· v3
4.3 MEDIUM· v2
An issue was discovered in FRRouting FRR (aka Free Range Routing) through 7.3.1. When using the split-config feature, the init script creates an empty config file with world-readable default permissions, leading to a pos...Show more
An issue was discovered in FRRouting FRR (aka Free Range Routing) through 7.3.1. When using the split-config feature, the init script creates an empty config file with world-readable default permissions, leading to a possible information leak via tools/frr.in and tools/frrcommon.sh.in. NOTE: some parties consider this user error, not a vulnerability, because the permissions are under the control of the user before any sensitive information is present in the fileShow less
5Canonical
DebianFedoraproject+2 more
6Ceph
Ceph StorageDebian Linux+3 more
Jun 17, 2026
Apr 23, 2020
N/A· v4
6.1 MEDIUM· v3
4.3 MEDIUM· v2
A flaw was found in the Ceph Object Gateway, where it supports request sent by an anonymous user in Amazon S3. This flaw could lead to potential XSS attacks due to the lack of proper neutralization of untrusted input.
2Canonical
Linuxfoundation
2Ceph
Ubuntu Linux
Jun 17, 2026
Apr 22, 2020
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
An issue was discovered in Ceph through 13.2.9. A POST request with an invalid tagging XML can crash the RGW process by triggering a NULL pointer exception.