CVE Catalog

CVE-2026-82028

HighCVSS 8.8
Published: Translated: NVD NIST

Summary

Magistrala before 1.0.0 contains a SQL injection vulnerability in the timescale-reader and postgres-reader HTTP API services, allowing authenticated attackers to inject arbitrary SQL via the format parameter.

Risk Assessment

An attacker with a self-registered account can read cross-tenant data, extract password hashes, read/write files, and execute code as the postgres user, leading to full database compromise.

Recommendation

Update Magistrala to version 1.0.0 or later, which includes fixes for SQL injection.

Other vulnerabilities in Magistrala

See all
Original NVD description (English source)

Magistrala before 1.0.0 contains a SQL injection vulnerability in the timescale-reader and postgres-reader HTTP API services that allows authenticated attackers to inject arbitrary SQL by supplying a malicious format query parameter that is interpolated directly into the FROM clause without parameterization or identifier quoting. Attackers with a self-registered account can substitute arbitrary subqueries to achieve cross-tenant database reads, extract pg_shadow password hashes, read and write arbitrary files, and execute arbitrary code as the postgres OS user by loading attacker-supplied shared objects, with all injected SQL executing at superuser privilege due to the default PostgreSQL role configuration.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS