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: flux-helm-controller, buildkitd, cluster-proportional-autoscaler, nri-rabbitmq, wait-for-port, render-template, kor, docker-credential-gcr, rqlite, gops, kuberay-operator, kyverno-policy-reporter, regclient, kubevela, shfmt, src, flux, nri-kafka,...
GHSA-QPPJ-FM5R-HXR3 vulnerabilities
Vulnerabilities for packages: flux-helm-controller, buildkitd, rqlite, kubevela, src, grype, spark-operator, nginx-stable, ip-masq-agent, flux-source-controller, certificate-transparency, grpcurl, minio, gitness, kubeflow-katib, oauth2-proxy, kots, mc, flux-notification-controller, wireguard-go,...
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 ...