CVE-2026-61745 Details
Description
InvenTree is an Open Source Inventory Management System. Prior to 1.4.0, the POST /api/machine/{pk}/restart/ endpoint in src/backend/InvenTree/machine/api.py uses IsAuthenticatedOrReadScope without requiring the ADMIN role used by other machine management operations. Any authenticated user who lacks the ADMIN role, including a warehouse user with only the STOCK role, can cause MachineRestart to invoke registry.restart_machine() for any registered machine, resetting its status and interrupting active printing, scanning, or other machine operations. This issue is fixed in version 1.4.0.
A vulnerability exists in InvenTree's machine management API, specifically in versions through 1.3.5. The issue arises in the POST /api/machine/{pk}/restart/ endpoint, which improperly uses the IsAuthenticatedOrReadScope permission. Unlike other machine management operations that require ADMIN privileges, this endpoint allows any authenticated user, including those with the STOCK role, to restart registered machines. This action interrupts active printing or scanning tasks. The vulnerability is rooted in the lack of an ADMIN role requirement for the restart operation, which is present in other machine management functions.
Users should update to InvenTree version 1.4.0 or later, where this vulnerability has been addressed by requiring staff permissions to restart machines via the API.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 21, 2026CISA-ADP
Assessed Sep 21, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/inventree/InvenTree/security/advisories/GHSA-c9wp-mw98-gfrj | CISA-ADP | AdvisoryExploitRemedyVendor |
| https://github.com/inventree/InvenTree/commit/29b8ed91d22e7471a75c1197cd8f45a13ad40fdd | [email protected] | Source CodeVendor |
| https://github.com/inventree/InvenTree/pull/12197 | [email protected] | Issue TrackingVendor |
| https://github.com/inventree/InvenTree/releases/tag/1.4.0 | [email protected] | Release NotesVendor |
| https://github.com/inventree/InvenTree/security/advisories/GHSA-c9wp-mw98-gfrj | [email protected] | AdvisoryExploitRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-862 | Missing Authorization | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| InvenTree | <= 1.3.5 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 21, 2026 | CVE Modified | CISA-ADP |
| Sep 21, 2026 | New CVE Received | [email protected] |
Volerion