CVE-2026-61745
InvenTree: Missing authorization on machine restart endpoint allows any authenticated user to interrupt production equipment
CVSS Score
4.3
EPSS Score
0.0%
EPSS Percentile
0th
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.
| CWE | CWE-862 |
| Vendor | inventree |
| Product | inventree |
| Published | Sep 21, 2026 |
| Last Updated | Sep 21, 2026 |
Stay Ahead of the Next One
Get instant alerts for inventree inventree
Be the first to know when new medium vulnerabilities affecting inventree inventree are published โ delivered to Slack, Telegram or Discord.
Get Free Alerts โ
Free ยท No credit card ยท 60 sec setup
CVSS v3 Breakdown
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
Low
Affected Versions
inventree / InvenTree
< 1.4.0
References
github.com: https://github.com/inventree/InvenTree/security/advisories/GHSA-c9wp-mw98-gfrj github.com: https://github.com/inventree/InvenTree/pull/12197 github.com: https://github.com/inventree/InvenTree/commit/29b8ed91d22e7471a75c1197cd8f45a13ad40fdd github.com: https://github.com/inventree/InvenTree/releases/tag/1.4.0