PT-2026-68155 · Unknown · Chirpstack
CVSS v3.1
6.5
Medium
| Vector | AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N |
Name of the Vulnerable Software and Affected Versions
ChirpStack (affected versions not specified)
Description
An authenticated user with device-list access can perform SQL injection when the SQLite backend is used. The issue occurs because the user-supplied tag key is interpolated directly into a raw SQL fragment using the
format! macro within the get count() and list() functions in chirpstack/src/storage/device.rs, whereas only the tag value is safely bound. This flaw is specific to the SQLite backend; the PostgreSQL backend is not affected as it utilizes native JSONB containment operators.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
SQL injection
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Chirpstack