{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "0"
              },
              {
                "last_affected": "4.19.0-test.5"
              }
            ],
            "source": "AFFECTED_FIELD"
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "last_affected": "e0f5e10aee204ab60de08f128ce9a2bc62b47709"
            }
          ],
          "repo": "https://github.com/chirpstack/chirpstack",
          "type": "GIT"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "TuranSec",
    "cwe_ids": [
      "CWE-89"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/71xxx/CVE-2026-71282.json"
  },
  "details": "ChirpStack's SQLite-backend device tag filtering (chirpstack/src/storage/device.rs, in both get_count and list) interpolates the user-supplied tag KEY directly into a raw SQL fragment via Rust's format! macro , while only the tag VALUE is safely parameter-bound via Diesel's .bind.",
  "id": "CVE-2026-71282",
  "modified": "2026-08-12T03:51:14.680326373Z",
  "published": "2026-08-05T12:26:28.258Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/71xxx/CVE-2026-71282.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/chirpstack/chirpstack"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/chirpstack/chirpstack/blob/master/chirpstack/src/storage/device.rs"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-71282"
    }
  ],
  "schema_version": "1.9.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
      "type": "CVSS_V3"
    }
  ],
  "summary": "ChirpStack SQLite Backend SQL Injection via Device Tag Key in ListDevices Filter"
}