{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "0"
              },
              {
                "fixed": "1.4.0"
              }
            ],
            "source": [
              "AFFECTED_FIELD",
              "REFERENCES"
            ]
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "73bfa53a35f67027132b9ef053d82aef033f7175"
            },
            {
              "fixed": "0a9a8b1c54d0811ede0a61ffe3b0427f82ee28e5"
            }
          ],
          "repo": "https://github.com/inventree/inventree",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-7w96-99fj-8g7x"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-639",
      "CWE-862"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/61xxx/CVE-2026-61748.json"
  },
  "details": "InvenTree is an Open Source Inventory Management System. Prior to 1.4.0, ReportPrint at POST /api/report/print/ and LabelPrint at POST /api/report/label/print/ require authentication but do not call users.permissions.check_user_permission for the caller's per-model view role before selecting objects by primary key and rendering them with a chosen template. Because default templates exist for major business models and DataOutput stores the generated artifact for the requesting user, a role-less or unrelated-role account can enumerate object identifiers and download reports containing purchase, sales, part, bill-of-materials, stock, build, supplier, customer, pricing, and inventory data that the corresponding detail APIs would deny. This issue is fixed in version 1.4.0.",
  "id": "CVE-2026-61748",
  "modified": "2026-09-23T03:30:41.756828385Z",
  "published": "2026-09-21T18:47:14.044Z",
  "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-61748.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/inventree/InvenTree/security/advisories/GHSA-7w96-99fj-8g7x"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-61748"
    },
    {
      "type": "FIX",
      "url": "https://github.com/inventree/InvenTree/commit/73bfa53a35f67027132b9ef053d82aef033f7175"
    },
    {
      "type": "FIX",
      "url": "https://github.com/inventree/InvenTree/pull/12142"
    }
  ],
  "schema_version": "1.9.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
      "type": "CVSS_V3"
    }
  ],
  "summary": "InvenTree: Report/Label print endpoints ignore per-model permissions"
}