{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "0"
              },
              {
                "fixed": "1.4.0"
              }
            ],
            "source": [
              "AFFECTED_FIELD",
              "REFERENCES"
            ]
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "6c18e6402005c0f105f88dfba4aaa11cf990a7e0"
            },
            {
              "fixed": "0a9a8b1c54d0811ede0a61ffe3b0427f82ee28e5"
            }
          ],
          "repo": "https://github.com/inventree/inventree",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-45f6-v6jq-99f7"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-200",
      "CWE-862"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/61xxx/CVE-2026-61746.json"
  },
  "details": "InvenTree is an Open Source Inventory Management System. Prior to 1.4.0, PluginSettingList, PluginAllSettingList, and PluginSettingDetail set GlobalSettingsPermissions without the IsAuthenticated permission used by the project default and equivalent global-settings endpoints. GlobalSettingsPermissions returns true for safe methods, while AuthRequiredMiddleware exempts /api/ paths, so an unauthenticated caller can retrieve plugin names, setting keys, descriptions, types, choices, and non-protected configuration values through /api/plugin/settings/ and the per-plugin settings endpoints. Protected secret values remain masked as three asterisks, limiting the issue to metadata and non-secret configuration disclosure. This issue is fixed in version 1.4.0.",
  "id": "CVE-2026-61746",
  "modified": "2026-09-23T03:31:05.849412581Z",
  "published": "2026-09-21T18:46:25.292Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/inventree/InvenTree/releases/tag/1.4.0"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/61xxx/CVE-2026-61746.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/inventree/InvenTree/security/advisories/GHSA-45f6-v6jq-99f7"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-61746"
    },
    {
      "type": "FIX",
      "url": "https://github.com/inventree/InvenTree/commit/6c18e6402005c0f105f88dfba4aaa11cf990a7e0"
    },
    {
      "type": "FIX",
      "url": "https://github.com/inventree/InvenTree/pull/12168"
    }
  ],
  "schema_version": "1.9.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
      "type": "CVSS_V3"
    }
  ],
  "summary": "InvenTree: Plugin-settings GET endpoints are readable without authentication"
}