8 matches found
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: kor, goreleaser, newrelic-infrastructure-agent, fq, govulncheck, configmap-reload, dockerize, shfmt, hubble-ui, litefs, tailscale, golangci-lint, rqlite, pulumi-kubernetes-operator, vite, mongo-tools, kubevela, argo-workflows, aws-flb-cloudwatch,...
GHSA-QPPJ-FM5R-HXR3 vulnerabilities
Vulnerabilities for packages: newrelic-infrastructure-agent, mc, pulumi-language-dotnet, kubescape, rqlite, pulumi-kubernetes-operator, kubevela, gke-gcloud-auth-plugin, conftest, cosign, oauth2-proxy, prometheus-blackbox-exporter, sigstore-scaffolding, cortex, flux-helm-controller,...
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 ...