---
id: CVE-2026-61748
title: InvenTree is an Open Source Inventory Management System
summary: >-
  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_permissio…
severity: medium
cvss: 4.3
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N'
cwe:
  - CWE-639
  - CWE-862
vendor: inventree
product: InvenTree
affected:
  - InvenTree < 1.4.0
published: '2026-09-21'
updated: '2026-09-24'
sourceUpdated: '2026-09-24T23:17:13.523'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-61748'
references:
  - url: >-
      https://github.com/inventree/InvenTree/commit/73bfa53a35f67027132b9ef053d82aef033f7175
    label: security-advisories@github.com
  - url: 'https://github.com/inventree/InvenTree/pull/12142'
    label: security-advisories@github.com
  - url: 'https://github.com/inventree/InvenTree/releases/tag/1.4.0'
    label: security-advisories@github.com
  - url: >-
      https://github.com/inventree/InvenTree/security/advisories/GHSA-7w96-99fj-8g7x
    label: security-advisories@github.com
tags:
  - nvd
  - cve.org
epss: 0.00421
epssPercentile: 0.33726
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-24T22:30:13.197826Z'
ingestedAt: '2026-09-21T19:51:58.861Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
