{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "8.2.0"
              },
              {
                "fixed": "8.7.0"
              }
            ],
            "source": "AFFECTED_FIELD"
          },
          "events": [
            {
              "introduced": "b3e7619adce73ce47412e22460bbd5a51f4019a6"
            },
            {
              "fixed": "1d05a7ce11e6bf9448c067ac3ffbe5e63882888e"
            }
          ],
          "repo": "https://github.com/grokability/snipe-it",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-xq9q-777w-q9h7"
  ],
  "database_specific": {
    "cna_assigner": "VulnCheck",
    "cwe_ids": [
      "CWE-863"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/86xxx/CVE-2026-86760.json"
  },
  "details": "Snipe-IT versions 8.2.0 through 8.6.x (fixed in 8.7.0) contain an incorrect authorization flaw in app/Http/Controllers/Users/UsersController::update(). The single-user edit route assigned the activated field from the request payload before evaluating the canEditAuthFields authorization gate, so an authenticated non-admin user holding the users.edit permission in the target's company scope can submit a full valid PUT request to /users/{id} and toggle the activated flag on any user, including admin and superuser accounts. Deactivating an admin locks that account out of the application until another admin or superuser re-enables it. Only the activated field is affected; username, email, password and permissions remain protected by the gate, no data is disclosed, and the API (Api\\UsersController::update) and bulk-edit paths are not affected.",
  "id": "CVE-2026-86760",
  "modified": "2026-09-10T03:30:51.571318404Z",
  "published": "2026-09-09T13:32:20.375Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/86xxx/CVE-2026-86760.json"
    },
    {
      "type": "FIX",
      "url": "https://github.com/grokability/snipe-it/commit/02f62c8dce7bee118a07882823cd1ad098360a17"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/grokability/snipe-it/security/advisories/GHSA-xq9q-777w-q9h7"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-86760"
    },
    {
      "type": "ADVISORY",
      "url": "https://www.vulncheck.com/advisories/snipe-it-8.2.0-before-8.7.0-authentication-bypass-via-activated-flag"
    }
  ],
  "schema_version": "1.9.0",
  "severity": [
    {
      "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N",
      "type": "CVSS_V4"
    }
  ],
  "summary": "snipe-it 8.2.0 before 8.7.0 Authentication Bypass via activated flag"
}