๐Ÿ” CVE Alert

CVE-2026-71276

HIGH 7.1

Magistrala (formerly Mainflux) IoT Platform SQL Injection via format Query Parameter

CVSS Score
7.1
EPSS Score
0.0%
EPSS Percentile
0th

Magistrala (formerly Mainflux)'s message-readers API reads a `format` value from the HTTP query string (readers/api/http/transport.go) with no validation and interpolates it directly into raw SQL queries via fmt.Sprintf() in both the PostgreSQL reader (readers/postgres/messages.go: `fmt.Sprintf("SELECT * FROM %s WHERE %s ...", format, cond)`) and the TimescaleDB reader (readers/timescale/messages.go, same pattern), enabling SQL injection by any authenticated user able to query channel messages.

CWE CWE-89
Vendor absmach
Product magistrala
Published Aug 5, 2026
Stay Ahead of the Next One

Get instant alerts for absmach magistrala

Be the first to know when new high vulnerabilities affecting absmach magistrala are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

absmach / magistrala
0 โ‰ค *

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/absmach/magistrala github.com: https://github.com/absmach/magistrala/blob/main/readers/postgres/messages.go

Credits

Alibek Baxtiyorov