11 matches found
CLEANSTART-2026-KP61674 Security fixes in rqlite 9.4.5-r5
Package rqlite version 9.4.5-r5 fixes 1 vulnerabilities: CVE-2026-56852...
GHSA-7QCH-W8M5-G3H3 vulnerabilities
Vulnerabilities for packages: ghaudit, kuberlr, rancher-system-agent, victoriametrics-cluster, git-lfs, kubernetes-csi-external-snapshotter, rancher-system-upgrade-controller, external-secrets-operator, glab, flux-image-automation-controller, osv-scanner, aws-eks-pod-identity-agent,...
GO-2024-2978 vulnerabilities
Vulnerabilities for packages: kargo, spegel, spire-server, grafana-mimir, trivy, opentelemetry-collector-contrib, conftest, grpc-health-probe, step, terraform-docs, rqlite, terragrunt, zot, cloudnative-pg, gomplate, sigstore-scaffolding, fulcio, temporal, k3s, dagger, grafana-agent-operator,...
Security update for rqlite (important)
openSUSE security update: security update for rqlite ------------------------------------------------------------- Announcement ID: openSUSE-SU-2026:20854-1 Rating: important References: bsc1265706 bsc1266544 Cross-References: CVE-2026-33814 CVE-2026-39821 CVSS scores: CVE-2026-33814 SUSE : 7.5...
OPENSUSE-SU-2026:20854-1 Security update for rqlite
This update for rqlite fixes the following issues: Changes in rqlite: - Update to version 10.2.0: Support verifying mTLS peer Common Name Console supports restore from SQLite data Console "count rows" respects current Tables Expand/Collapse state Console supports dropping indexes Further Console...
OPENSUSE-SU-2026:10901-1 rqlite-10.1.0-2.1 on GA media
These are all security issues fixed in the rqlite-10.1.0-2.1 package on the GA media of openSUSE Tumbleweed...
rqlite-10.1.0-1.1 on GA media (moderate)
rqlite-10.1.0-1.1 on GA media Announcement ID: openSUSE-SU-2026:10847-1 Rating: moderate Cross-References: CVE-2026-33814 CVSS scores: CVE-2026-33814 SUSE : 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H Affected Products: openSUSE Tumbleweed An update that solves one vulnerability can now be...
OPENSUSE-SU-2026:10847-1 rqlite-10.1.0-1.1 on GA media
These are all security issues fixed in the rqlite-10.1.0-1.1 package on the GA media of openSUSE Tumbleweed...
GHSA-FGQ5-Q76C-GX78 vulnerabilities
Vulnerabilities for packages: hello-world-golang, sbom-scorecard, docker-cli, aws-load-balancer-controller, secrets-store-csi-driver-provider-gcp, dockerize, capslock, ytt, slsa-verifier, dagger, volume-modifier-for-k8s, nri-discovery-kubernetes, kube-logging-operator, nri-elasticsearch,...
GHSA-QPPJ-FM5R-HXR3 vulnerabilities
Vulnerabilities for packages: secrets-store-csi-driver-provider-gcp, nginx-mainline, slsa-verifier, git-lfs, pulumi-language-java, newrelic-infrastructure-agent, prometheus-adapter, fuse-overlayfs-snapshotter, ollama, kubeflow-katib, nats, wireguard-go, weaviate, skaffold, buildkitd, rqlite,...
SQL Injection
Description A SQL Injection in rqlite store Proof of Concept use example code go package main import "io" "log" "net/http" "github.com/alexedwards/scs/rqlitestore" "github.com/alexedwards/scs/v2" "github.com/rqlite/gorqlite" var sessionManager scs.SessionManager func main // Establish connection ...