{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "0"
              },
              {
                "fixed": "8.6.1"
              }
            ],
            "source": [
              "AFFECTED_FIELD",
              "REFERENCES"
            ]
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "dd4117bd5be59766c22767717ec403dfdece1e19"
            },
            {
              "fixed": "4d06e8176883e2d8f1c91afe77ec0511959ceb91"
            }
          ],
          "repo": "https://github.com/grokability/snipe-it",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-p68w-rgmg-3c2v"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-863"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/49xxx/CVE-2026-49976.json"
  },
  "details": "Snipe-IT is an IT asset/license management system. Prior to 8.6.1, a user with the import permission can use CSV update mode to overwrite the email address of a non-admin user and then request a password reset to take over that account. app/Importer/UserImporter.php applies the canEditAuthFields gate by unsetting username, email, password, and activated on the model, but app/Importer/ItemImporter.php sanitizeItemForUpdating() rebuilds the update array from the raw CSV row in $this-\u003eitem, restoring the unauthorized values. The app/Http/Controllers/ImportController.php import path checks import permission but does not require users.edit. This issue is fixed in version 8.6.1.",
  "id": "CVE-2026-49976",
  "modified": "2026-08-21T03:30:33.209466802Z",
  "published": "2026-08-19T18:11:48.501Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/grokability/snipe-it/releases/tag/v8.6.1"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/49xxx/CVE-2026-49976.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/grokability/snipe-it/security/advisories/GHSA-p68w-rgmg-3c2v"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-49976"
    },
    {
      "type": "FIX",
      "url": "https://github.com/grokability/snipe-it/commit/dd4117bd5be59766c22767717ec403dfdece1e19"
    },
    {
      "type": "FIX",
      "url": "https://github.com/grokability/snipe-it/pull/19072"
    }
  ],
  "schema_version": "1.9.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N",
      "type": "CVSS_V3"
    }
  ],
  "summary": "Snipe-IT: User Account Escalation via CSV Import"
}